summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* maximum page limit on /matches is only 5schneefux2017-04-291-1/+2
* refactor & implement region crawlsschneefux2017-04-292-71/+162
* use lpc_id, don't overwrite previous crunchrelease/2.2.0schneefux2017-04-251-0/+3
* don't attempt connection to brawl db if not thereschneefux2017-04-251-2/+5
* add API for crunchesschneefux2017-04-252-18/+49
* update for new cruncherschneefux2017-04-241-10/+56
* don't send grab jobs to processor…schneefux2017-04-241-1/+8
* support downloading brawlsschneefux2017-04-243-22/+50
* integrate logglyrelease/2.1.0release/2.0.0schneefux2017-04-202-17/+28
* be strictschneefux2017-04-181-22/+8
* colorizeschneefux2017-04-182-17/+29
* calculate lmcd on demandschneefux2017-04-161-4/+9
* remove unused endpointschneefux2017-04-161-1/+0
* remove unused endpointschneefux2017-04-161-1/+2
* show grab status on dashboardschneefux2017-04-151-0/+4
* log response times; use socket poolschneefux2017-04-151-3/+14
* tell apigrabber to send progress report to webschneefux2017-04-131-2/+5
* send search success notif to web on every lookupschneefux2017-04-131-4/+4
* show points_update in dashboardschneefux2017-04-131-0/+2
* anticipant 404 on player updateschneefux2017-04-131-2/+2
* subscribe to all notifications on dashboardschneefux2017-04-131-12/+11
* always call /players before updatingschneefux2017-04-131-56/+86
* improve sample APIschneefux2017-04-101-9/+38
* add global crunch APIschneefux2017-04-102-0/+16
* add cruncher APIschneefux2017-04-102-21/+19
* ignore lmcd on unknown playersschneefux2017-04-081-1/+6
* set player last_update more reliablyschneefux2017-04-081-2/+2
* implement simple sample downloadsschneefux2017-04-082-1/+25
* support cruncherschneefux2017-04-062-0/+44
* return 204 on invalid playerschneefux2017-04-041-0/+1