summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* add more regionsschneefux2017-03-251-1/+1
* do not send duplicate notificationsschneefux2017-03-251-11/+20
* make found/not found prettierschneefux2017-03-251-2/+2
* fix 'no new data' notifications not being sentschneefux2017-03-251-1/+1
* accept env vars for db confschneefux2017-03-251-10/+10
* refactor - send to player specific channelsschneefux2017-03-242-245/+239
* Adding a missing dependencyKapil Viren Ahuja2017-03-231-0/+1
* use common format for socket message bodiesschneefux2017-03-212-4/+12
* prevent deadlocksschneefux2017-03-211-14/+46
* don't insert new grab jobs until compiler is doneschneefux2017-03-211-1/+6
* interpret status notificationsschneefux2017-03-212-7/+123
* do not insert duplicate grab jobsschneefux2017-03-211-6/+19
* skip updates for recent playersschneefux2017-03-211-0/+8
* handle lmcd=nullschneefux2017-03-211-1/+5
* first implementation of updaterschneefux2017-03-214-0/+288