summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-26Convert RedactionTestCase to modern test style (#5768)Richard van der Hoff2-36/+39
2019-07-25log when a redaction attempts to redact an event in a different roomRichard van der Hoff2-0/+28
2019-07-25Fix some error cases in the caching layer. (#5749)Richard van der Hoff3-35/+130
There was some inconsistent behaviour in the caching layer around how exceptions were handled - particularly synchronously-thrown ones. This seems to be most easily handled by pushing the creation of ObservableDeferreds down from CacheDescriptor to the Cache.
2019-07-251.2.0 v1.2.0 github/release-v1.2.0 release-v1.2.0Andrew Morgan3-3/+12
2019-07-241.2.0rc2 v1.2.0rc2Andrew Morgan3-2/+10
2019-07-24Stop trying to fetch events with event_id=None. (#5753)Richard van der Hoff4-11/+23
`None` is not a valid event id, so queuing up a database fetch for it seems like a silly thing to do. I considered making `get_event` return `None` if `event_id is None`, but then its interaction with `allow_none` seemed uninituitive, and strong typing ftw.
2019-07-24Fix servlet metric names (#5734)Jorik Schellekens10-31/+92
* Fix servlet metric names Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> * Remove redundant check * Cover all return paths
2019-07-24Add a prometheus metric for active cache lookups. (#5750)Richard van der Hoff3-2/+34
* Add a prometheus metric for active cache lookups. * changelog
2019-07-23