| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Merge branch 'master' into feature/player_stats | Kapil Viren Ahuja | 2017-03-02 | 2 | -2/+15 | |
| | |\| | | ||||||
| | | * | | use proper log paths for Docker | schneefux | 2017-03-01 | 1 | -1/+4 | |
| | | | | | ||||||
| | | * | | log to file | schneefux | 2017-03-01 | 2 | -2/+12 | |
| | | | | | ||||||
| | * | | | fixed player id as parameter | Kapil Viren Ahuja | 2017-03-01 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Some stats calc - we need to add patch version in some core web tables. | Kapil Viren Ahuja | 2017-03-01 | 1 | -15/+24 | |
| | |/ / | ||||||
| | * | | add untested example query | schneefux | 2017-02-28 | 1 | -0/+16 | |
| | | | | ||||||
| | * | | reduce default worker idle cooldown | schneefux | 2017-02-28 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | support split queries | schneefux | 2017-02-28 | 2 | -16/+10 | |
| | | | | ||||||
| | * | | logs: be more quiet | schneefux | 2017-02-28 | 1 | -4/+0 | |
| | | | | ||||||
| | * | | add requirements.txt | schneefux | 2017-02-27 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | allow writing web-web queries | schneefux | 2017-02-27 | 5 | -0/+205 | |
| | / | ||||||
| * / | attempt to fix race condition | schneefux | 2017-04-07 | 1 | -5/+5 | |
| |/ | ||||||
| * | ack each message individually | schneefux | 2017-04-04 | 1 | -2/+2 | |
| | | ||||||
| * | filter undefined or null objects | schneefux | 2017-04-04 | 1 | -1/+3 | |
| | | ||||||
| * | prevent possible race condition | schneefux | 2017-04-04 | 1 | -1/+1 | |
| | | ||||||
| * | small syntax fix | schneefux | 2017-04-04 | 1 | -5/+5 | |
| | | ||||||
| * | wait for rabbit and db to start | schneefux | 2017-04-04 | 2 | -7/+20 | |
| | | ||||||
| * | show processing player for debugging | schneefux | 2017-04-04 | 1 | -0/+1 | |
| | | ||||||
| * | remove unneeded debugging line | schneefux | 2017-04-03 | 1 | -1/+0 | |
| | | ||||||
| * | do not log queries | schneefux | 2017-04-03 | 1 | -1/+1 | |
| | | ||||||
| * | fix player flattens | schneefux | 2017-04-03 | 1 | -3/+4 | |
| | | ||||||
| * | redesign web notification | schneefux | 2017-04-03 | 1 | -1/+1 | |
| | | ||||||
| * | handle players and matches seperately | schneefux | 2017-04-03 | 1 | -5/+16 | |
| | | ||||||
| * | call snakeCaseKeys only as much as it's necessary | schneefux | 2017-04-03 | 1 | -4/+4 | |
| | | ||||||
| * | push shardId to the right places | schneefux | 2017-04-02 | 1 | -4/+4 | |
| | | ||||||
| * | upsert in bulk | schneefux | 2017-04-02 | 1 | -131/+159 | |
| | | ||||||
| * | items: use mappings name -> name -> db | schneefux | 2017-04-02 | 1 | -22/+33 | |
| | | ||||||
| * | upsert items | schneefux | 2017-04-01 | 2 | -35/+69 | |
| | | ||||||
| * | Merge branch 'release/2.0.0' of https://gitlab.com/vainglorygame/processor ↵ | schneefux | 2017-04-01 | 1 | -0/+3 | |
| |\ | | | | | | | into release/2.0.0 | |||||
| | * | Pushed created_at down the stairs ream | Kapil Viren Ahuja | 2017-04-01 | 1 | -0/+3 | |
| | | | ||||||
| * | | request compile jobs; use transactions | schneefux | 2017-04-01 | 1 | -6/+28 | |
| |/ | ||||||
| * | send web notification only 1 / player&batch | schneefux | 2017-03-31 | 1 | -13/+8 | |
| | | ||||||
| * | fix shard_id workaround | schneefux | 2017-03-31 | 1 | -2/+2 | |
| | | ||||||
| * | move ORM model into seperate repo | schneefux | 2017-03-31 | 25 | -1098/+2 | |
| | | ||||||
| * | do the cheap ACK | schneefux | 2017-03-31 | 1 | -1/+1 | |
| | | ||||||
| * | insert players and teams seperately | schneefux | 2017-03-31 | 1 | -17/+31 | |
| | | ||||||
| * | insert assets, squish concurrency bugs | schneefux | 2017-03-31 | 3 | -26/+66 | |
| | | ||||||
| * | implement smart batching | schneefux | 2017-03-31 | 4 | -56/+94 | |
| | | ||||||
| * | regenerate model from releases/2.0.0 db schema | schneefux | 2017-03-31 | 26 | -98/+330 | |
| | | ||||||
| * | Pushed shard_id to all the tables as shard + api_id is the unique combination | Kapil Viren Ahuja | 2017-03-30 | 4 | -1/+14 | |
| | | ||||||
| * | Merge branch 'release/2.0.0' of https://gitlab.com/vainglorygame/processor ↵ | Kapil Viren Ahuja | 2017-03-30 | 2 | -0/+8 | |
| |\ | | | | | | | into release/2.0.0 | |||||
| | * | add config and guide for schema generation | schneefux | 2017-03-30 | 2 | -0/+8 | |
| | | | ||||||
| * | | Series changes | Kapil Viren Ahuja | 2017-03-30 | 4 | -6/+10 | |
| |/ | | | | Disabling timestanmps | |||||
| * | send notifications to web | schneefux | 2017-03-30 | 0 | -0/+0 | |
| | | ||||||
| * | fix upsert dependencies | schneefux | 2017-03-30 | 1 | -9/+15 | |
| | | ||||||
| * | add imported db models | schneefux | 2017-03-30 | 18 | -0/+793 | |
| | | ||||||
| * | import db schema from vainsocial | schneefux | 2017-03-29 | 3 | -193/+58 | |
| | | ||||||
| * | add missing sequelize package | schneefux | 2017-03-28 | 1 | -0/+1 | |
| | | ||||||
| * | processor doesn't need the API token | schneefux | 2017-03-28 | 1 | -3/+1 | |
| | | ||||||
| * | rewrite in NodeJS | schneefux | 2017-03-28 | 13 | -286/+316 | |
| | | ||||||
