summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #30 from vainglorygame/request-compileKapil Viren Ahuja2017-02-281-11/+42
|\ | | | | request stats compilation job
| * request stats compilation jobschneefux2017-02-271-11/+42
| |
* | Merge pull request #27 from vainglorygame/participant-roster-refKapil Viren Ahuja2017-02-271-0/+2
|\ \ | |/ |/| reference from participant to roster
| * reference from participant to rosterschneefux2017-02-271-0/+2
|/
* Merge pull request #26 from vainglorygame/fix-onetomanyKapil Viren Ahuja2017-02-271-7/+8
|\ | | | | fix raw processing to one instead of multiple records
| * fix raw processing to one instead of multiple recordsschneefux2017-02-271-7/+8
| |
* | Merge pull request #25 from vainglorygame/roster-match-refKapil Viren Ahuja2017-02-271-1/+3
|\ \ | | | | | | process roster's match_apiId
| * | process roster's match_apiIdschneefux2017-02-271-1/+3
| |/
* / Adding run logs for debugging.Kapil Viren Ahuja2017-02-272-0/+234
|/
* Merge pull request #24 from vainglorygame/upsert-statsKapil Viren Ahuja2017-02-271-7/+24
|\ | | | | upsert player stats
| * upsert player stats on implicit updateschneefux2017-02-261-7/+24
| |
* | Merge pull request #23 from vainglorygame/multiple-workersKapil Viren Ahuja2017-02-271-7/+10
|\ \ | | | | | | support multiple threads per worker
| * | support multiple threads per workerschneefux2017-02-261-7/+10
| |/
* | Merge pull request #22 from vainglorygame/rewriteKapil Viren Ahuja2017-02-278-181/+179
|\| | | | | rewrite to use joblib (fixes #20), use updated raw schema, check for …
| * Merge branch 'master' into rewriteschneefux2017-02-260-0/+0
| |\ | |/ |/|
* | fixing last bit of model (refactoring phase 1) (#19)Kapil Viren Ahuja2017-02-252-5/+5
| |
* | reference queries for updating roster with match's FKKapil Viren Ahuja2017-02-211-0/+21
| |
* | Merge pull request #16 from vainglorygame/jobsKapil Viren Ahuja2017-02-215-21/+90
|\ \ | | | | | | Process partitions individually
| | * rewrite to use joblib (fixes #20), use updated raw schema, check for duplicatesschneefux2017-02-267-160/+179
| |/
| * update queries to work with vainsocial.com#developschneefux2017-02-202-4/+4
| |
| * process partitions concurrentlyschneefux2017-02-205-17/+86
|/
* Merge pull request #14 from vainglorygame/features/web-db-model-refactoringKapil Viren Ahuja2017-02-196-66/+56
|\ | | | | Features web db model refactoring
| * change to how the FK are managed in EORMkvahuja2017-02-191-1/+1
| |
| * match to roster relationshipkvahuja2017-02-191-1/+4
| |
| * refactoring as part of https://github.com/vainglorygame/vainsocial.com/issues/17kvahuja2017-02-183-46/+28
| |
| * match and roster tables refactoredkvahuja2017-02-172-12/+23
| |
| * refactored to adapt to changes in Web's DB model.Kapil Viren Ahuja2017-02-171-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/datachangeKapil Viren Ahuja2017-02-172-21/+12
|\ | | | | Fix participant conversion
| * workaround for participants not including some dataschneefux2017-02-161-9/+9
| |
| * fail on SQL errorsschneefux2017-02-161-12/+3
|/
* 1. using the right table names in SQL. 2. also put in some exception ↵Kapil Viren Ahuja2017-02-165-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_dirKapil Viren Ahuja2017-02-165-50/+129
|\ | | | | Queries from dir
| * load processor queries from sql filesschneefux2017-02-155-89/+97
| |
| * fixed that one typoKapil Viren Ahuja2017-02-141-1/+1
| |
| * changes to web's DB cols - names etc. to sync with Web DB modelKapil Viren Ahuja2017-02-141-22/+11
| |
| * convert samples for each tableschneefux2017-02-131-49/+131
|/
* had to change the name to comply with the docker-setup instructions.kvahuja2017-02-101-8/+8
|
* first sample of match processingschneefux2017-02-092-0/+177