| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | send processor matches and players seperately; refactor | schneefux | 2017-03-31 | 3 | -12/+95 |
| | | |||||
| * | update package.json | schneefux | 2017-03-30 | 1 | -0/+9 |
| | | |||||
| * | queue once per match, not once per page | schneefux | 2017-03-29 | 1 | -6/+13 |
| | | |||||
| * | do not paginate on server error | schneefux | 2017-03-29 | 1 | -2/+4 |
| | | |||||
| * | rewrite in NodeJS | schneefux | 2017-03-28 | 10 | -273/+124 |
| | | |||||
| * | use 2.0 joblib | schneefux | 2017-03-27 | 7 | -214/+136 |
| | | |||||
| * | kill process when the worker crashesrelease/1.5.0 | schneefux | 2017-03-19 | 1 | -14/+12 |
| | | |||||
| * | do not crash on errorrelease/1.2.0 | schneefux | 2017-03-18 | 1 | -1/+1 |
| | | |||||
| * | committed wrong joblib ver | schneefux | 2017-03-17 | 1 | -0/+0 |
| | | |||||
| * | move repos | schneefux | 2017-03-17 | 1 | -0/+0 |
| | | |||||
| * | log debug to console only | schneefux | 2017-03-15 | 2 | -12/+1 |
| | | |||||
| * | do not filter match types in SQL (fixes vainglorygame/meta#65 | schneefux | 2017-03-15 | 1 | -1/+1 |
| | | |||||
| * | update joblib | schneefux | 2017-03-14 | 1 | -0/+0 |
| | | |||||
| * | use joblib notifications | schneefux | 2017-03-13 | 2 | -1/+1 |
| | | |||||
| * | hotfix: do not retry forever | Vainsocial root | 2017-03-12 | 1 | -0/+6 |
| | | |||||
| * | 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 |
| | | |||||
| * | sleep less after ratelimit | schneefux | 2017-03-10 | 1 | -1/+1 |
| | | |||||
| * | fail on API server error | schneefux | 2017-03-10 | 1 | -1/+6 |
| | | |||||
| * | 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: critical bugfix | schneefux | 2017-03-09 | 1 | -0/+0 |
| | | |||||
| * | attempt to fix duplicate matches | schneefux | 2017-03-09 | 1 | -1/+1 |
| | | |||||
| * | do not rollback after API 404 | schneefux | 2017-03-09 | 2 | -1/+2 |
| | | |||||
| * | create one db connection and cache insert statement | schneefux | 2017-03-09 | 1 | -32/+30 |
| | | |||||
| * | log: inserts with playername | schneefux | 2017-03-08 | 1 | -2/+2 |
| | | |||||
| * | log: be more verbose | schneefux | 2017-03-08 | 2 | -2/+4 |
| | | |||||
| * | update joblib | schneefux | 2017-03-08 | 1 | -0/+0 |
| | | |||||
| * | start with only 1 db connection | schneefux | 2017-03-08 | 1 | -1/+2 |
| | | |||||
| * | revert crawler import path | schneefux | 2017-03-08 | 1 | -1/+1 |
| | | |||||
| * | allow to import apigrabber as a module | schneefux | 2017-03-08 | 1 | -15/+16 |
| | | |||||
| * | log API errors | schneefux | 2017-03-07 | 1 | -3/+2 |
| | | |||||
| * | fix 'unknown encoding' bug | schneefux | 2017-03-07 | 1 | -0/+1 |
| | | |||||
| * | rm log | schneefux | 2017-03-06 | 1 | -0/+0 |
| | | |||||
| * | update joblib | schneefux | 2017-03-06 | 1 | -0/+0 |
| | | |||||
| * | update joblib | schneefux | 2017-03-05 | 1 | -0/+0 |
| | | |||||
| * | hotfix: filter casual/ranked matches | schneefux | 2017-03-05 | 1 | -1/+1 |
| | | |||||
| * | tolerate API json error | schneefux | 2017-03-05 | 1 | -1/+3 |
| | | |||||
| * | update joblib | schneefux | 2017-03-05 | 1 | -0/+0 |
| | | |||||
| * | run jobs in batches (#57) | schneefux | 2017-03-05 | 3 | -22/+26 |
| | | |||||
| * | refactor to use joblib worker class | schneefux | 2017-03-04 | 2 | -43/+19 |
| | | |||||
| * | use proper log paths for Docker | schneefux | 2017-03-01 | 2 | -1/+4 |
| | | |||||
| * | Merge branch 'master' of https://github.com/vainglorygame/apigrabber | schneefux | 2017-03-01 | 0 | -0/+0 |
| |\ | |||||
| | * | set api pagelimit to maximum (#49) | schneefux | 2017-02-28 | 1 | -1/+6 |
| | | | | | | | | | | | | | * set api pagelimit to maximum * don't fail with 404 if a player was found | ||||
| * | | log to file | schneefux | 2017-03-01 | 2 | -2/+14 |
| | | | |||||
| * | | reduce default worker idle cooldown | schneefux | 2017-02-28 | 1 | -2/+2 |
| | | | |||||
| * | | logs: be more quiet | schneefux | 2017-02-28 | 1 | -7/+2 |
| | | | |||||
| * | | don't fail with 404 if a player was found | schneefux | 2017-02-27 | 1 | -0/+5 |
| | | | |||||
