summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix Dockerrelease/2.14.0schneefux2017-08-082-3/+6
|
* do not allow split grabs to overlapschneefux2017-07-291-1/+1
|
* kill bridge on unexpected errorsschneefux2017-07-261-4/+3
|
* fix api_id update endpointschneefux2017-07-261-2/+2
|
* add route to update player by api_idschneefux2017-07-252-3/+16
|
* add a route to crunch all player pointsschneefux2017-07-242-21/+14
|
* split crunch queuesschneefux2017-07-241-21/+10
|
* use last_match_created_dateschneefux2017-07-191-4/+4
|
* fix type error, getQueue -> getTargetschneefux2017-07-191-2/+2
|
* fix type error, pass category not db to key functionsschneefux2017-07-191-2/+2
|
* fix region update referring to wrong db var (3/2)schneefux2017-07-181-2/+2
|
* fix region update referring to wrong db var (2/2)schneefux2017-07-181-1/+1
|
* fix region update referring to wrong db varschneefux2017-07-171-5/+6
|
* 2.14.0 rewrite: modularizationschneefux2017-07-148-683/+1957
|
* show destination in dashboardrelease/2.9.0schneefux2017-07-011-1/+1
|
* use env var for key type & for listen portschneefux2017-07-011-12/+16
|
* gitignore errorsschneefux2017-06-241-0/+1
|
* fix region grabbing start&endschneefux2017-06-241-1/+3
|
* remove useless debug statementsschneefux2017-06-241-2/+1
|
* implement grab date interval splitting for all endpointsschneefux2017-06-241-42/+50
|
* fix tournament telemetry, rank, crunchschneefux2017-06-241-9/+26
|
* add /search/tournamentschneefux2017-06-241-9/+30
|
* use lpcid instead of OFFSETschneefux2017-06-231-7/+12
|
* add tournament analyze endpointrelease/2.8.0schneefux2017-06-211-12/+28
|
* fetch all privates for a player, not only since last public lmcdschneefux2017-06-211-1/+2
|
* Merge branch 'release/2.7.0' of https://gitlab.com/vainglorygame/bridge into ↵release/2.7.0Kapil Viren Ahuja2017-06-151-3/+12
|\ | | | | | | release/2.7.0
| * apply workaround for match_pending notificationsschneefux2017-06-141-3/+12
| |
* | Fixing what MG brokeKapil Viren Ahuja2017-06-151-0/+3
|/
* call API in 4w distanceschneefux2017-06-121-3/+3
|
* call API in distances of 2wschneefux2017-06-121-19/+37
|
* fix analyze match orderrelease/2.5.0schneefux2017-06-011-2/+2
|
* support non-unique IGNs, region changesschneefux2017-05-301-9/+9
|
* add endpoint to grab team matches by IGNsschneefux2017-05-291-0/+32
|
* add endpoints to crunch tournament dbschneefux2017-05-251-40/+59
|
* add endpoints for trueskillschneefux2017-05-251-0/+59
|
* implement player upcrunchrelease/2.4.0schneefux2017-05-221-4/+14
|
* fetch data forwardsschneefux2017-05-171-2/+2
|
* add Telemetry dl endpointschneefux2017-05-161-3/+14
|
* fix region updates not taking shard_id into accountrelease/2.3.1schneefux2017-05-141-0/+1
|
* add TODO for laterschneefux2017-05-121-8/+2
|
* move api logic to ormschneefux2017-05-121-82/+34
|
* log ratelimit remaining as intrelease/2.3.0schneefux2017-05-101-1/+1
|
* log search failvainsocial2017-05-061-1/+3
|
* fix default player grab not grabbing any matchesschneefux2017-05-051-1/+1
|
* add endpoint for team crunchingschneefux2017-05-042-1/+31
|
* rename force refresh in dashboardschneefux2017-05-021-1/+1
|
* env all the vars; fix crunchesschneefux2017-05-012-30/+50
|
* BRAWL_RETENTION_DAYS should be intschneefux2017-05-011-1/+1
|
* fetch Brawls from 3d in the past by defaultschneefux2017-05-011-12/+24
|
* make tournament & brawl API dynamicschneefux2017-04-292-39/+57
|