| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor to use joblib worker class | schneefux | 2017-03-04 | 2 | -28/+5 |
| | | |||||
| * | Fixed the last match cols which was sending this job into a hung state ↵ | Kapil Viren Ahuja | 2017-03-04 | 2 | -9/+9 |
| | | | | | without throwing any exception. | ||||
| * | Col case changes | Kapil Viren Ahuja | 2017-03-04 | 6 | -185/+344 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/vainglorygame/processor into ↵ | schneefux | 2017-03-03 | 1 | -1/+1 |
| |\ | | | | | | | develop | ||||
| | * | Merge pull request #38 from vainglorygame/fixes/turret-kills-type | schneefux | 2017-03-03 | 1 | -1/+1 |
| | |\ | | | | | | | Fixes col type as per defect in Vainsocial | ||||
| | | * | Fixes col type as per defect in Vainsocial | Kapil Viren Ahuja | 2017-03-03 | 1 | -1/+1 |
| | |/ | |||||
| * / | fixed lastMatchCreatedDate being updated on any player | schneefux | 2017-03-03 | 1 | -3/+4 |
| |/ | |||||
| * | reduce number of workers to 1 to workaround deadlock issues | schneefux | 2017-03-02 | 1 | -1/+1 |
| | | |||||
| * | process turretKills | schneefux | 2017-03-02 | 1 | -0/+1 |
| | | |||||
| * | use proper log paths for Docker | schneefux | 2017-03-01 | 2 | -1/+159 |
| | | |||||
| * | log to file | schneefux | 2017-03-01 | 3 | -234/+11 |
| | | |||||
| * | Merge branch 'master' into develop | schneefux | 2017-02-28 | 0 | -0/+0 |
| |\ | |||||
| | * | Merge pull request #30 from vainglorygame/request-compile | Kapil Viren Ahuja | 2017-02-28 | 1 | -11/+42 |
| | |\ | | | | | | | request stats compilation job | ||||
| | | * | request stats compilation job | schneefux | 2017-02-27 | 1 | -11/+42 |
| | | | | |||||
| * | | | pass apiId to compiler instead of id | schneefux | 2017-02-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | reduce default worker idle cooldown | schneefux | 2017-02-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'quiet-logs' into develop | schneefux | 2017-02-28 | 1 | -4/+0 |
| |\ \ \ | |||||
| | * | | | logs: be more quiet | schneefux | 2017-02-28 | 1 | -4/+0 |
| | | | | | |||||
| * | | | | properly request compile jobs | schneefux | 2017-02-28 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | Merge branch 'master' into develop | schneefux | 2017-02-28 | 0 | -0/+0 |
| |\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| | * | | Merge pull request #27 from vainglorygame/participant-roster-ref | Kapil Viren Ahuja | 2017-02-27 | 1 | -0/+2 |
| | |\ \ | | |/ | |/| | reference from participant to roster | ||||
| * | | | 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 |
| | | | |||||
