| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | output config on boot | schneefux | 2017-08-08 | 1 | -0/+4 |
| | | |||||
| * | use float for slowmoderelease/2.14.0 | schneefux | 2017-07-29 | 1 | -1/+1 |
| | | |||||
| * | go into slowmode before processing | schneefux | 2017-07-26 | 1 | -5/+5 |
| | | |||||
| * | sleep needs dependency | schneefux | 2017-07-26 | 1 | -0/+1 |
| | | |||||
| * | split crunch queues | schneefux | 2017-07-24 | 1 | -57/+23 |
| | | |||||
| * | fix duplicate msg ack errors | schneefux | 2017-07-21 | 1 | -25/+23 |
| | | |||||
| * | 2.14.0 rewrite | schneefux | 2017-07-14 | 1 | -39/+52 |
| | | |||||
| * | fix table name via env var -> sql error | schneefux | 2017-07-02 | 1 | -2/+2 |
| | | |||||
| * | specify global_point table by env var | schneefux | 2017-07-01 | 1 | -0/+2 |
| | | |||||
| * | fix build regex matching | schneefux | 2017-07-01 | 1 | -1/+5 |
| | | |||||
| * | fix sequelize having issues with :digit: | schneefux | 2017-06-23 | 1 | -0/+2 |
| | | |||||
| * | add hero vs hero and final build stats | schneefux | 2017-06-23 | 1 | -3/+1 |
| | | |||||
| * | send notification before sleeping | schneefux | 2017-05-30 | 1 | -3/+4 |
| | | |||||
| * | disable logging | schneefux | 2017-05-30 | 1 | -1/+1 |
| | | |||||
| * | add go SLOWMODE :) | schneefux | 2017-05-30 | 1 | -1/+7 |
| | | |||||
| * | allow queue configuration via env var | schneefux | 2017-05-25 | 1 | -3/+4 |
| | | |||||
| * | crunch build statsrelease/2.4.0 | schneefux | 2017-05-22 | 1 | -1/+5 |
| | | |||||
| * | prevent fame calculation being mixed during two concurrent team updatesrelease/2.3.1release/2.3.0 | schneefux | 2017-05-11 | 1 | -5/+8 |
| | | |||||
| * | fame crunchingrelease/2.2.0 | schneefux | 2017-05-04 | 1 | -1/+13 |
| | | |||||
| * | split between global and player crunches | schneefux | 2017-04-25 | 1 | -9/+9 |
| | | |||||
| * | fix global crunches | schneefux | 2017-04-25 | 1 | -1/+1 |
| | | |||||
| * | rework cruncher | schneefux | 2017-04-24 | 1 | -244/+71 |
| | | |||||
| * | use duration from p_s | schneefux | 2017-04-24 | 1 | -1/+1 |
| | | |||||
| * | performance improvement: join only p & p_srelease/2.1.0 | schneefux | 2017-04-23 | 1 | -53/+15 |
| | | |||||
| * | fuck transactions… | schneefux | 2017-04-23 | 1 | -16/+13 |
| | | |||||
| * | parseint env var | schneefux | 2017-04-23 | 1 | -1/+1 |
| | | |||||
| * | add progress to global stats | schneefux | 2017-04-23 | 1 | -4/+7 |
| | | |||||
| * | log more | schneefux | 2017-04-23 | 1 | -2/+2 |
| | | |||||
| * | filter by region using a join | schneefux | 2017-04-23 | 1 | -11/+14 |
| | | |||||
| * | rework global stats | schneefux | 2017-04-22 | 1 | -79/+74 |
| | | |||||
| * | integrate logglyrelease/2.0.0 | schneefux | 2017-04-20 | 1 | -9/+18 |
| | | |||||
| * | insert in chunks | schneefux | 2017-04-20 | 1 | -9/+23 |
| | | |||||
| * | logging profiler doesn't seem to support string replacement | schneefux | 2017-04-18 | 1 | -2/+2 |
| | | |||||
| * | typo | schneefux | 2017-04-18 | 1 | -1/+1 |
| | | |||||
| * | improve logging | schneefux | 2017-04-18 | 1 | -10/+27 |
| | | |||||
| * | syntax improvements | schneefux | 2017-04-18 | 1 | -14/+15 |
| | | |||||
| * | fix syntax error on global stats | schneefux | 2017-04-16 | 1 | -1/+1 |
| | | |||||
| * | discard wrong dimension_on completely | schneefux | 2017-04-16 | 1 | -9/+9 |
| | | |||||
| * | rename scaling env var | schneefux | 2017-04-15 | 1 | -1/+1 |
| | | |||||
| * | rename scaling env var | schneefux | 2017-04-15 | 1 | -1/+1 |
| | | |||||
| * | fix precondition failed | schneefux | 2017-04-15 | 1 | -1/+1 |
| | | |||||
| * | make global points use global filters | schneefux | 2017-04-14 | 1 | -5/+7 |
| | | |||||
| * | increase heartbeat duration | schneefux | 2017-04-13 | 1 | -1/+1 |
| | | |||||
| * | do not use batches | schneefux | 2017-04-13 | 1 | -65/+37 |
| | | |||||
| * | heartbeat & attempt to fix transaction | schneefux | 2017-04-13 | 1 | -4/+4 |
| | | |||||
| * | send only one notification per player | schneefux | 2017-04-13 | 1 | -1/+1 |
| | | |||||
| * | upsert only once | schneefux | 2017-04-12 | 1 | -10/+13 |
| | | |||||
| * | add global stats | schneefux | 2017-04-10 | 1 | -44/+54 |
| | | |||||
| * | tweak default parameters | schneefux | 2017-04-10 | 1 | -1/+1 |
| | | |||||
| * | deduplicate jobs in a batch | schneefux | 2017-04-10 | 1 | -5/+10 |
| | | |||||
