Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-07-26 | Convert RedactionTestCase to modern test style (#5768) | Richard van der Hoff | 2 | -36/+39 | |
2019-07-25 | log when a redaction attempts to redact an event in a different room | Richard van der Hoff | 2 | -0/+28 | |
2019-07-25 | Fix some error cases in the caching layer. (#5749) | Richard van der Hoff | 3 | -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-25 | 1.2.0 v1.2.0 github/release-v1.2.0 release-v1.2.0 | Andrew Morgan | 3 | -3/+12 | |
2019-07-24 | 1.2.0rc2 v1.2.0rc2 | Andrew Morgan | 3 | -2/+10 | |
2019-07-24 | Stop trying to fetch events with event_id=None. (#5753) | Richard van der Hoff | 4 | -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-24 | Fix servlet metric names (#5734) | Jorik Schellekens | 10 | -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-24 | Add a prometheus metric for active cache lookups. (#5750) | Richard van der Hoff | 3 | -2/+34 | |
* Add a prometheus metric for active cache lookups. * changelog | |||||
2019-07-23 | Make Jaeger fully configurable (#5694) | Jorik Schellekens | 4 |