summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-25Add comments and paranoiaErik Johnston1-2/+23
2019-02-22Fix backfill storing incorrect state for eventsErik Johnston1-1/+4
2019-02-22Add prometheus metrics for number of badge update pushes. (#4709)Richard van der Hoff2-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-22Better checks on newsfragments (#4698)Richard van der Hoff4-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-22Minor tweaks to acme docs (#4689)Richard van der Hoff2-10/+10
2019-02-21bail out early in on_new_receipts if no pushers (#4706)Richard van der Hoff2-0/+9
2019-02-21Run push_receipts_to_remotes as background job (#4707)Richard van der Hoff2-34/+35
I suspect the CPU usage metrics for this are going to /dev/null at the moment.
2019-02-21Added HAProxy example (#4660)Benoît S2-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-20Consider e2e_room_keys.is_verified column as booleanEric2-0/+4
This column was considered as an int, crashing the whole migration process Signed-off-by: Eric <eric@pedr0.net>
2019-02-20Add metrics