| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| * | | 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 | |
| * | | set api pagelimit to maximum | schneefux | 2017-02-27 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge branch 'multiple-workers' | schneefux | 2017-02-27 | 1 | -13/+16 | |
| |\ | ||||||
| | * | support multiple threads per worker | schneefux | 2017-02-26 | 1 | -13/+16 | |
| * | | Merge branch 'errors' | schneefux | 2017-02-27 | 3 | -4/+14 | |
| |\| | ||||||
| | * | catch more API bugs | schneefux | 2017-02-26 | 1 | -1/+4 | |
| | * | report job fails in queue | schneefux | 2017-02-26 | 3 | -3/+10 | |
| * | | Merge branch 'player-upsert' | schneefux | 2017-02-27 | 2 | -102/+84 | |
| |\| | ||||||
| | * | pass requested player name to job queue | schneefux | 2017-02-26 | 1 | -0/+7 | |
| | * | fix players not being linked to participant | schneefux | 2017-02-26 | 1 | -1/+1 | |
| | * | store api data as one json per match | schneefux | 2017-02-26 | 2 | -102/+77 | |
| | * | Merge branch 'pass-type' into develop | schneefux | 2017-02-26 | 2 | -10/+15 | |
| | |\ | ||||||
| | * \ | Merge branch 'pass-priority' into develop | schneefux | 2017-02-26 | 2 | -3/+4 | |
| | |\ \ | ||||||
| * | | | | Merge pull request #43 from vainglorygame/fix-participant-links | Kapil Viren Ahuja | 2017-02-27 | 1 | -1/+1 | |
| |\| | | | ||||||
| | * | | | fix participants not being linked into roster | schneefux | 2017-02-26 | 1 | -1/+1 | |
| * | | | | Merge pull request #42 from vainglorygame/pass-type | Kapil Viren Ahuja | 2017-02-27 | 2 | -10/+15 | |
| |\ \ \ \ | | |_|/ | |/| | | ||||||
| | * | | | pass object type to process job payload | schneefux | 2017-02-26 | 2 | -10/+15 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #41 from vainglorygame/pass-priority | Kapil Viren Ahuja | 2017-02-27 | 2 | -3/+4 | |
| |\| | | ||||||
| | * | | pass job priority to processor | schneefux | 2017-02-26 | 2 | -3/+4 | |
| | |/ | ||||||
| * | | Merge pull request #39 from vainglorygame/redesign | Kapil Viren Ahuja | 2017-02-26 | 5 | -322/+184 | |
| |\| | ||||||
| | * | rewrite to use shared queue, fixes #36 | schneefux | 2017-02-25 | 5 | -322/+184 | |
| * | | Merge pull request #37 from vainglorygame/ratelimit | Kapil Viren Ahuja | 2017-02-25 | 1 | -2/+2 | |
| |\ \ | |/ |/| | ||||||
| | * | update limits: cannot get more than 5 random matches | schneefux | 2017-02-25 | 1 | -2/+2 | |
| * | | Merge pull request #35 from vainglorygame/ratelimit | Kapil Viren Ahuja | 2017-02-25 | 2 | -13/+26 | |
| |\| | ||||||
| | * | use gzip for API requests | schneefux | 2017-02-25 | 1 | -1/+1 | |
| | * | respect rate limits | schneefux | 2017-02-25 | 2 | -7/+18 | |
| | * | add VAINSOCIAL_APIKEY env variable | schneefux | 2017-02-25 | 2 | -5/+7 | |
| |/ | ||||||
| * | Merge branch 'envvars' | schneefux | 2017-02-25 | 1 | -15/+32 | |
| |\ | ||||||
| | * | specify region and crawl times per env vars | schneefux | 2017-02-20 | 1 | -15/+32 | |
| * | | Merge pull request #34 from vainglorygame/partitioning | Kapil Viren Ahuja | 2017-02-21 | 1 | -18/+53 | |
| |\ \ | |/ |/| | ||||||
| | * | ghost commit to re-initiate a PR | Kapil Viren Ahuja | 2017-02-21 | 1 | -0/+1 | |
| | * | work around table creation race condition, delete unfinished crawljobs on sta... | schneefux | 2017-02-20 | 1 | -15/+21 | |
| | * | partition data into tables per day and region | schneefux | 2017-02-20 | 1 | -10/+38 | |
| |/ | ||||||
