| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | 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 | |||||
| | * | 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 | |||||
| | * | 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 | |
| |\| | | | | | token env variable, rate limits | |||||
| | * | 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 | |
| |\ \ | |/ |/| | Partitioning | |||||
| | * | 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 ↵ | schneefux | 2017-02-20 | 1 | -15/+21 | |
| | | | | | | | | | start, fix async error | |||||
| | * | partition data into tables per day and region | schneefux | 2017-02-20 | 1 | -10/+38 | |
| |/ | ||||||
| * | catch ssl RuntimeError and retry (#24) | schneefux | 2017-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | reduce job length, increase worker count to keep up with blitz data volume (#22) | schneefux | 2017-02-16 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #15 from vainglorygame/new_db_tables | Kapil Viren Ahuja | 2017-02-16 | 1 | -48/+34 | |
| |\ | | | | | insert objects into dbs by type, upsert players when needed | |||||
| | * | insert objects into dbs by type, upsert players when needed | schneefux | 2017-02-15 | 1 | -48/+34 | |
| | | | ||||||
| * | | Merge pull request #13 from vainglorygame/hotfix_servererror | Kapil Viren Ahuja | 2017-02-16 | 1 | -4/+9 | |
| |\ \ | | | | | | | ignore server errors | |||||
| | * | | ignore server errors | schneefux | 2017-02-15 | 1 | -4/+9 | |
| | |/ | ||||||
| * | | Merge pull request #12 from vainglorygame/worker_bored | Kapil Viren Ahuja | 2017-02-15 | 1 | -3/+10 | |
| |\ \ | |/ |/| | workers sleep and don't die when they have no jobs | |||||
| | * | fix idling jobs crashing | schneefux | 2017-02-14 | 1 | -1/+1 | |
| | | | ||||||
| | * | fetch from 2017-02-14 onwards | schneefux | 2017-02-14 | 1 | -2/+2 | |
| | | | ||||||
| | * | workers sleep and don't die when they have no jobs | schneefux | 2017-02-14 | 1 | -1/+8 | |
| |/ | ||||||
| * | refactor and optimize storage requirements | schneefux | 2017-02-12 | 1 | -18/+31 | |
| | | ||||||
| * | rewrite for better concurrency support | schneefux | 2017-02-12 | 3 | -171/+206 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/vainglorygame/apigrabber | schneefux | 2017-02-11 | 3 | -32/+36 | |
| |\ | ||||||
| | * | tolerate connection errors | schneefux | 2017-02-08 | 1 | -3/+8 | |
| | | | ||||||
| | * | add all regions | schneefux | 2017-02-08 | 1 | -2/+2 | |
| | | | ||||||
| | * | refactor api.py | schneefux | 2017-02-08 | 1 | -22/+18 | |
| | | | ||||||
| | * | use logging module | schneefux | 2017-02-08 | 3 | -8/+11 | |
| | | | ||||||
| * | | rm unused Dockerfile, init.py | schneefux | 2017-02-11 | 2 | -5/+0 | |
| |/ | ||||||
| * | fix api grabber: run forever | schneefux | 2017-02-07 | 1 | -12/+14 | |
| | | ||||||
| * | add gitignore | schneefux | 2017-02-07 | 1 | -0/+91 | |
| | | ||||||
| * | remove code not related to API data fetching | schneefux | 2017-02-07 | 6 | -109/+9 | |
| | | ||||||
| * | db connection params from env, fix early start | schneefux | 2017-02-07 | 2 | -3/+20 | |
| | | ||||||
| * | move into Docker | schneefux | 2017-02-06 | 2 | -2/+8 | |
| | | ||||||
| * | crawl regions peux a peux | schneefux | 2017-02-06 | 2 | -21/+45 | |
| | | ||||||
| * | make api.py independent | schneefux | 2017-02-06 | 1 | -3/+2 | |
| | | ||||||
| * | move & minimalize requirements.txt | schneefux | 2017-02-06 | 1 | -0/+14 | |
| | | ||||||
| * | api: allow to be run from the root directory | schneefux | 2017-02-05 | 1 | -3/+3 | |
| | | ||||||
| * | api: db support parameters | schneefux | 2017-02-05 | 1 | -2/+3 | |
| | | ||||||
| * | manually push the earliest match to get | schneefux | 2017-02-05 | 1 | -1/+1 | |
| | | ||||||
| * | move gitignore to toplevel | schneefux | 2017-01-29 | 1 | -91/+0 | |
| | | ||||||
| * | api: get matches from eu+na | schneefux | 2017-01-28 | 1 | -9/+19 | |
| | | ||||||
| * | move venv to top level | schneefux | 2017-01-28 | 1 | -8/+0 | |
| | | ||||||
| * | api: add venv requirements | schneefux | 2017-01-28 | 1 | -0/+8 | |
| | | ||||||
| * | api: get new matches more reliably, remove now unused `db.meta` | schneefux | 2017-01-28 | 4 | -38/+7 | |
| | | ||||||
| * | api: removed unused aiohttp_wsgi dependency | schneefux | 2017-01-27 | 1 | -1/+0 | |
| | | ||||||
