summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix player updatesschneefux2017-04-141-1/+1
|
* raise default idle timeout a bitschneefux2017-04-141-1/+1
|
* fix duplicate player filteringschneefux2017-04-141-1/+1
|
* Merge branch 'release/2.0.0' of https://gitlab.com/vainglorygame/processor ↵schneefux2017-04-141-0/+5
|\ | | | | | | into release/2.0.0
| * Impact score calculationKapil Viren Ahuja2017-04-141-0/+5
| |
* | increase max pool sizeschneefux2017-04-141-1/+4
| |
* | comment out sustain scoreschneefux2017-04-141-1/+2
|/
* do not call analyzerschneefux2017-04-131-9/+0
|
* remove unused PREMIUM; deadlock less; fix duplication error; reduce log spamschneefux2017-04-131-23/+16
|
* handle region changesschneefux2017-04-131-64/+67
|
* fix patch associationschneefux2017-04-131-1/+1
|
* decrease idle timeoutschneefux2017-04-131-1/+1
|
* increase heartbeat durationschneefux2017-04-131-1/+1
|
* do not send any players to cruncherschneefux2017-04-131-11/+2
|
* send the right players to cruncherschneefux2017-04-131-3/+3
|
* notifications to web: send to player.name not to player.idschneefux2017-04-131-7/+7
|
* heartbeatschneefux2017-04-131-1/+1
|
* use api_id to identify gamersschneefux2017-04-131-1/+1
|
* send fewer notifications; attempt to fix transactionsschneefux2017-04-131-107/+117
|
* classify into default rolesschneefux2017-04-121-3/+17
|
* Merge branch 'release/2.0.0' of https://gitlab.com/vainglorygame/processor ↵schneefux2017-04-121-4/+3
|\ | | | | | | into release/2.0.0
| * /fix https://gitlab.com/vainglorygame/meta/issues/220Kapil Viren Ahuja2017-04-121-4/+3
| |
* | map participant series to player seriesschneefux2017-04-121-1/+4
|/
* disable unique checks in transaction to boost performanceschneefux2017-04-111-0/+2
|
* fix duplicate itemsschneefux2017-04-111-26/+40
|
* decrease batch sizeschneefux2017-04-101-1/+1
|
* typo bug fixschneefux2017-04-101-1/+1
|
* improve performanceschneefux2017-04-102-26/+47
|
* optionally send crunch jobs only for gamersschneefux2017-04-101-7/+16
|
* add match_api_id to participantschneefux2017-04-101-0/+1
|
* fix silent overwrites of player recordsschneefux2017-04-091-11/+15
|
* notify cruncherschneefux2017-04-091-1/+8
|
* tweak batch params; change timeout behaviour; fix race conditionschneefux2017-04-081-7/+7
|
* push skill tier to playerschneefux2017-04-081-4/+10
|
* link correct series in participantschneefux2017-04-081-1/+4
|
* fix crash with empty rostersschneefux2017-04-081-1/+4
|
* push last_match_created_date to playerschneefux2017-04-081-45/+26
|
* do not modify db schema on startupschneefux2017-04-081-1/+0
|
* push winner to rosterschneefux2017-04-081-0/+2
|
* link to dimensionsschneefux2017-04-081-1/+11
|
* Merge branch 'release/2.0.0' of https://gitlab.com/vainglorygame/processor ↵schneefux2017-04-080-0/+0
|\ | | | | | | into release/2.0.0
| * attempt to fix race conditionschneefux2017-04-071-3/+3
| |
* | merge compiler into processorschneefux2017-04-083-32/+139
|\ \
| * | link items to participantschneefux2017-04-071-5/+18
| | |
| * | fix NaN statschneefux2017-04-071-1/+2
| | |
| * | update for new schemaschneefux2017-04-071-94/+30
| | |
| * | await transactionschneefux2017-04-041-2/+2
| | |
| * | ack each message individuallyschneefux2017-04-041-2/+2
| | |
| * | filter undefined or null objectsschneefux2017-04-041-2/+4
| | |
| * | send jobs to compilerschneefux2017-04-041-0/+9
| | |