| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | log debug to console only | schneefux | 2017-03-15 | 2 | -12/+1 |
| | | |||||
| * | Fix https://github.com/vainglorygame/meta/issues/44. | Kapil Viren Ahuja | 2017-03-15 | 1 | -1/+1 |
| | | | | | We will need a query to update this in production - I doubt we can fix older data as we don’t have anything from Raw… | ||||
| * | request compile jobs for participant too | schneefux | 2017-03-14 | 1 | -1/+1 |
| | | |||||
| * | update joblib | schneefux | 2017-03-14 | 1 | -0/+0 |
| | | |||||
| * | use joblib notifications | schneefux | 2017-03-13 | 2 | -3/+3 |
| | | |||||
| * | Merge branch 'releases/1.0.0' of https://github.com/vainglorygame/processor ↵release/1.0.0 | Vainsocial root | 2017-03-12 | 1 | -1/+2 |
| |\ | | | | | | | into releases/1.0.0 | ||||
| | * | player: insert skill_tier | schneefux | 2017-03-12 | 1 | -1/+2 |
| | | | |||||
| * | | catch and fail on SQL error | Vainsocial root | 2017-03-12 | 1 | -0/+4 |
| |/ | |||||
| * | hotfix API returning xp as float | Vainsocial root | 2017-03-12 | 1 | -1/+1 |
| | | |||||
| * | don't add duplicates or unnecessary preload jobs | schneefux | 2017-03-11 | 1 | -6/+16 |
| | | |||||
| * | request only compile.player, analyze.participant | schneefux | 2017-03-11 | 1 | -4/+7 |
| | | |||||
| * | update joblib | schneefux | 2017-03-10 | 1 | -0/+0 |
| | | |||||
| * | update joblib | schneefux | 2017-03-10 | 1 | -0/+0 |
| | | |||||
| * | update joblib | schneefux | 2017-03-10 | 1 | -0/+0 |
| | | |||||
| * | update joblib | schneefux | 2017-03-10 | 2 | -1/+1 |
| | | |||||
| * | rename spider to preloader | schneefux | 2017-03-09 | 1 | -14/+14 |
| | | |||||
| * | update joblib: critical bugfix | schneefux | 2017-03-09 | 2 | -0/+1 |
| | | |||||
| * | update to latest joblib | schneefux | 2017-03-09 | 2 | -1/+2 |
| | | |||||
| * | update joblib | schneefux | 2017-03-08 | 1 | -0/+0 |
| | | |||||
| * | removed leftover pool inits | schneefux | 2017-03-08 | 1 | -2/+0 |
| | | |||||
| * | fixed priorities and subjob requests | schneefux | 2017-03-08 | 2 | -10/+17 |
| | | |||||
| * | spider request only casual/ranked | schneefux | 2017-03-08 | 1 | -1/+2 |
| | | |||||
| * | spider jobs be spider jobs | schneefux | 2017-03-08 | 1 | -2/+2 |
| | | |||||
| * | bugfix: get lmcd for player upserts from db, don't update every time | schneefux | 2017-03-08 | 1 | -1/+4 |
| | | |||||
| * | cache statements, smart spider, refactor upserts | schneefux | 2017-03-08 | 2 | -94/+81 |
| | | |||||
| * | do not use pooling, not needed | schneefux | 2017-03-08 | 1 | -7/+2 |
| | | |||||
| * | add requirements.txt | schneefux | 2017-03-07 | 1 | -0/+5 |
| | | |||||
| * | update joblib | schneefux | 2017-03-06 | 1 | -0/+0 |
| | | |||||
| * | update joblib | schneefux | 2017-03-05 | 1 | -0/+0 |
| | | |||||
| * | make spidering and analyze optional | schneefux | 2017-03-05 | 1 | -6/+26 |
| | | |||||
| * | enable shardid and fix timestamp | schneefux | 2017-03-05 | 1 | -2/+6 |
| | | |||||
| * | enable spider mode | schneefux | 2017-03-05 | 1 | -0/+16 |
| | | |||||
| * | add created_at to participant | schneefux | 2017-03-05 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/vainglorygame/processor into ↵ | schneefux | 2017-03-05 | 1 | -54/+78 |
| |\ | | | | | | | develop | ||||
| | * | job batching (#43) | schneefux | 2017-03-05 | 2 | -54/+78 |
| | | | | | | | | | | | | | * run jobs in batches * do not submit duplicate compile requests | ||||
| * | | update joblib | schneefux | 2017-03-05 | 1 | -0/+0 |
| | | | |||||
| * | | remove logs from git | schneefux | 2017-03-05 | 1 | -312/+0 |
| |/ | |||||
| * | 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 | ||||
