| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | don't create indexes | schneefux | 2017-02-28 | 1 | -5/+0 | |
| | | | | ||||||
| * | | | Merge branch 'participant-roster-ref' into develop | schneefux | 2017-02-27 | 1 | -0/+2 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | reference from participant to roster | schneefux | 2017-02-27 | 1 | -0/+2 | |
| | |/ | ||||||
| * / | request stats compilation job | schneefux | 2017-02-27 | 1 | -9/+38 | |
| |/ | ||||||
| * | Merge pull request #26 from vainglorygame/fix-onetomany | Kapil Viren Ahuja | 2017-02-27 | 1 | -7/+8 | |
| |\ | | | | | fix raw processing to one instead of multiple records | |||||
| | * | fix raw processing to one instead of multiple records | schneefux | 2017-02-27 | 1 | -7/+8 | |
| | | | ||||||
| * | | Merge pull request #25 from vainglorygame/roster-match-ref | Kapil Viren Ahuja | 2017-02-27 | 1 | -1/+3 | |
| |\ \ | | | | | | | process roster's match_apiId | |||||
| | * | | process roster's match_apiId | schneefux | 2017-02-27 | 1 | -1/+3 | |
| | |/ | ||||||
| * / | Adding run logs for debugging. | Kapil Viren Ahuja | 2017-02-27 | 2 | -0/+234 | |
| |/ | ||||||
| * | Merge pull request #24 from vainglorygame/upsert-stats | Kapil Viren Ahuja | 2017-02-27 | 1 | -7/+24 | |
| |\ | | | | | upsert player stats | |||||
| | * | upsert player stats on implicit update | schneefux | 2017-02-26 | 1 | -7/+24 | |
| | | | ||||||
| * | | Merge pull request #23 from vainglorygame/multiple-workers | Kapil Viren Ahuja | 2017-02-27 | 1 | -7/+10 | |
| |\ \ | | | | | | | support multiple threads per worker | |||||
| | * | | support multiple threads per worker | schneefux | 2017-02-26 | 1 | -7/+10 | |
| | |/ | ||||||
| * | | Merge pull request #22 from vainglorygame/rewrite | Kapil Viren Ahuja | 2017-02-27 | 8 | -181/+179 | |
| |\| | | | | | rewrite to use joblib (fixes #20), use updated raw schema, check for … | |||||
| | * | Merge branch 'master' into rewrite | schneefux | 2017-02-26 | 0 | -0/+0 | |
| | |\ | |/ |/| | ||||||
| * | | fixing last bit of model (refactoring phase 1) (#19) | Kapil Viren Ahuja | 2017-02-25 | 2 | -5/+5 | |
| | | | ||||||
| * | | reference queries for updating roster with match's FK | Kapil Viren Ahuja | 2017-02-21 | 1 | -0/+21 | |
| | | | ||||||
| * | | Merge pull request #16 from vainglorygame/jobs | Kapil Viren Ahuja | 2017-02-21 | 5 | -21/+90 | |
| |\ \ | | | | | | | Process partitions individually | |||||
| | | * | rewrite to use joblib (fixes #20), use updated raw schema, check for duplicates | schneefux | 2017-02-26 | 7 | -160/+179 | |
| | |/ | ||||||
| | * | update queries to work with vainsocial.com#develop | schneefux | 2017-02-20 | 2 | -4/+4 | |
| | | | ||||||
| | * | process partitions concurrently | schneefux | 2017-02-20 | 5 | -17/+86 | |
| |/ | ||||||
| * | Merge pull request #14 from vainglorygame/features/web-db-model-refactoring | Kapil Viren Ahuja | 2017-02-19 | 6 | -66/+56 | |
| |\ | | | | | Features web db model refactoring | |||||
| | * | change to how the FK are managed in EORM | kvahuja | 2017-02-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | match to roster relationship | kvahuja | 2017-02-19 | 1 | -1/+4 | |
| | | | ||||||
| | * | refactoring as part of https://github.com/vainglorygame/vainsocial.com/issues/17 | kvahuja | 2017-02-18 | 3 | -46/+28 | |
| | | | ||||||
| | * | match and roster tables refactored | kvahuja | 2017-02-17 | 2 | -12/+23 | |
| | | | ||||||
| | * | refactored to adapt to changes in Web's DB model. | Kapil Viren Ahuja | 2017-02-17 | 1 | -10/+4 | |
| |/ | | | | | this will only work with branch - https://github.com/vainglorygame/vainsocial.com/tree/features/db-model-refactoring | |||||
| * | Merge pull request #13 from vainglorygame/datachange | Kapil Viren Ahuja | 2017-02-17 | 2 | -21/+12 | |
| |\ | | | | | Fix participant conversion | |||||
| | * | workaround for participants not including some data | schneefux | 2017-02-16 | 1 | -9/+9 | |
| | | | ||||||
| | * | fail on SQL errors | schneefux | 2017-02-16 | 1 | -12/+3 | |
| |/ | ||||||
| * | 1. using the right table names in SQL. 2. also put in some exception ↵ | Kapil Viren Ahuja | 2017-02-16 | 5 | -9/+19 | |
| | | | | | | | | | handling which spits out the error and moves on instead of exiting (#11) * 1. using the right table names in SQL. 2. also put in some exception handling which spits out the error and moves on instead of exiting * ID in participant table is participant ID. we need a mapping for player ID in Web to get a player's matches. | |||||
| * | Merge pull request #9 from vainglorygame/queries_from_dir | Kapil Viren Ahuja | 2017-02-16 | 5 | -50/+129 | |
| |\ | | | | | Queries from dir | |||||
| | * | load processor queries from sql files | schneefux | 2017-02-15 | 5 | -89/+97 | |
| | | | ||||||
| | * | fixed that one typo | Kapil Viren Ahuja | 2017-02-14 | 1 | -1/+1 | |
| | | | ||||||
| | * | changes to web's DB cols - names etc. to sync with Web DB model | Kapil Viren Ahuja | 2017-02-14 | 1 | -22/+11 | |
| | | | ||||||
| | * | convert samples for each table | schneefux | 2017-02-13 | 1 | -49/+131 | |
| |/ | ||||||
| * | had to change the name to comply with the docker-setup instructions. | kvahuja | 2017-02-10 | 1 | -8/+8 | |
| | | ||||||
| * | first sample of match processing | schneefux | 2017-02-09 | 2 | -0/+177 | |
