summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* use db connection in update APIschneefux2017-04-043-67/+87
* assert queues & sleep longerschneefux2017-04-041-1/+3
* do not give up searching on 429schneefux2017-04-031-2/+4
* send the players to processor, not jsonapi dataschneefux2017-04-031-1/+1
* rename to bridgeschneefux2017-04-031-1/+1
* notifications were renamedschneefux2017-04-031-2/+2
* rewrite for new API requirementsschneefux2017-04-033-226/+156
* remove postgres dependencyschneefux2017-04-021-1/+0
* fetch backwards in timeschneefux2017-04-011-1/+2
* fetch lmcdschneefux2017-04-011-0/+2
* dashboard: show lmcd and moreschneefux2017-04-011-2/+5
* show compile_commitschneefux2017-04-011-0/+7
* attempt to find player in dbschneefux2017-03-312-16/+16
* update package.jsonschneefux2017-03-301-1/+8
* add assetsschneefux2017-03-301-0/+1
* use webstompschneefux2017-03-302-36/+40
* rewrite for AMQPschneefux2017-03-285-408/+233
* fix anyJobsRunning for API playerrelease/1.6.0schneefux2017-03-261-2/+2
* log a bit moreschneefux2017-03-261-0/+2
* use pg-native serialization error detectionschneefux2017-03-261-1/+3
* pay respect to rate limitschneefux2017-03-261-13/+30
* typo - fix player.id unknownschneefux2017-03-261-1/+1
* Merge branch 'release/1.6.0' of https://gitlab.com/vainglorygame/updater into...schneefux2017-03-260-0/+0
|\
| * also check for 'done' after grab_failedVainsocial root2017-03-261-1/+1
* | send notifications to name/id channel where availableschneefux2017-03-261-14/+32
* | new player from API: insert playerNames tooschneefux2017-03-261-0/+1
|/
* emit 'done' only after compile_finishedVainsocial root2017-03-261-3/+5
* set minimum number of pool connectionsVainsocial root2017-03-261-0/+2
* use native psql bindingsVainsocial root2017-03-261-1/+1
* wrap queries in transactions to reduce db loadschneefux2017-03-261-22/+12
* debug shadow playersschneefux2017-03-251-1/+1
* send a 'done' eventschneefux2017-03-252-1/+27
* fix API searchschneefux2017-03-251-3/+5
* upsert in backgroundschneefux2017-03-251-1/+1