Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-25 | Add comments and paranoia | Erik Johnston | 1 | -2/+23 | |
2019-02-22 | Fix backfill storing incorrect state for events | Erik Johnston | 1 | -1/+4 | |
2019-02-22 | Add prometheus metrics for number of badge update pushes. (#4709) | Richard van der Hoff | 2 | -8/+26 | |
We're counting the number of push notifications, but not the number of badges; I'd like to see if they are significant. | |||||
2019-02-22 | Better checks on newsfragments (#4698) | Richard van der Hoff | 4 | -12/+68 | |
* You need an entry in the debian changelog (and not a regular newsfragment) for debian packaging changes. * Regular newsfragments must end in full stops. | |||||
2019-02-22 | Minor tweaks to acme docs (#4689) | Richard van der Hoff | 2 | -10/+10 | |
2019-02-21 | bail out early in on_new_receipts if no pushers (#4706) | Richard van der Hoff | 2 | -0/+9 | |
2019-02-21 | Run push_receipts_to_remotes as background job (#4707) | Richard van der Hoff | 2 | -34/+35 | |
I suspect the CPU usage metrics for this are going to /dev/null at the moment. | |||||
2019-02-21 | Added HAProxy example (#4660) | Benoît S | 2 | -0/+19 | |
* Added HAProxy example Proposal of an example with HAProxy. Asked by #4541. Signed-off-by: Benoît S. (“Benpro”) <gitlab@benpro.fr> * Following suggestions of @richvdh | |||||
2019-02-20 | Consider e2e_room_keys.is_verified column as boolean | Eric | 2 | -0/+4 | |
This column was considered as an int, crashing the whole migration process Signed-off-by: Eric <eric@pedr0.net> | |||||
2019-02-20 | Add metrics |