- Jul 26, 2019
-
-
Richard van der Hoff authored
Log when we receive a /make_* request from a different origin
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Jul 25, 2019
-
-
Richard van der Hoff authored
log when a redaction attempts to redact an event in a different room
-
Richard van der Hoff authored
-
Richard van der Hoff authored
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.
-
Andrew Morgan authored
-
- Jul 24, 2019
-
-
Andrew Morgan authored
Bugfixes -------- - Fix a regression introduced in v1.2.0rc1 which led to incorrect labels on some prometheus metrics. ([\#5734](https://github.com/matrix-org/synapse/issues/5734))
-
Erik Johnston authored
Log when we receive receipt from a different origin
-
Richard van der Hoff authored
`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.
-
Jorik Schellekens authored
* Fix servlet metric names Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com> * Remove redundant check * Cover all return paths
-
Richard van der Hoff authored
* Add a prometheus metric for active cache lookups. * changelog
-
- Jul 23, 2019
-
-
Jorik Schellekens authored
* Allow Jaeger to be configured * Update sample config
-
Erik Johnston authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Amber Brown authored
-
Erik Johnston authored
-
Jorik Schellekens authored
* Add decerators for tracing functions * Use the new clean contexts * Context and edu utils * Move opentracing setters * Move whitelisting * Sectioning comments * Better args wrapper * Docstrings Co-Authored-By:
Erik Johnston <erik@matrix.org> * Remove unused methods. * Don't use global * One tracing decorator to rule them all.
-
Erik Johnston authored
-
Erik Johnston authored
Add process hooks to tell systemd our state.
-
Erik Johnston authored
Mark flakey tests as blacklisted for worker mode
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Speed up current state background update.
-
Erik Johnston authored
-
Erik Johnston authored
Don't package sytest-blacklist file.
-
Erik Johnston authored
-
Erik Johnston authored
Turns out that storing huge JSON arrays in the progress JSON isn't something that postgres particularly likes.
-
- Jul 22, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
I don't think its useful, and I don't even know where it would end up.
-
Amber Brown authored
This also adds a worker blacklist.
-
Erik Johnston authored
-
Erik Johnston authored
This helps ensures that we only consider ourselves "up" once all the startup functions have completed.
-
Erik Johnston authored
Cache get_version_string.
-
Erik Johnston authored
-
Erik Johnston authored
Fixes #5676.
-
Jason Robinson authored
Add `user_type` to returned fields in admin API user list endpoints
-
Erik Johnston authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Richard van der Hoff authored
* Refactor Keyring._start_key_lookups There's an awful lot of deferreds and dictionaries flying around here. The whole thing can be made much simpler and achieve the same effect. * Add a delay to key lookup lock release to fix stack overflow A tactical call_later here should fix #5723 * changelog
-