- Nov 17, 2017
-
-
Matthew Hodgson authored
-
- Nov 16, 2017
-
-
Jurek authored
-
Richard van der Hoff authored
Start work on avoiding table locks for upserts
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Now that _simple_upsert will retry on IntegrityError, we don't need to lock the table.
-
Richard van der Hoff authored
wrap the call to _simple_upsert_txn in a loop so that we retry on an integrityerror: this means we can avoid locking the table provided there is an unique index.
-
Richard van der Hoff authored
Bail out early to reduce indentation
-
- Nov 15, 2017
-
-
Richard van der Hoff authored
Pull out bits of StateStore to a mixin
-
Richard van der Hoff authored
Declare support for r0.3.0
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Remove preserve_context_over_{fn, deferred}
-
David Baker authored
Rename redact_content option to include_content
-
- Nov 14, 2017
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
update prometheus-config to new format
-
Krombel authored
This restores the config that is usable for prometheus pre v2.0.0 The new config only works for Prometheus v2+
-
Richard van der Hoff authored
Reshuffle room list request code
-
Richard van der Hoff authored
Add new boolean columns to port script
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
... so that we don't need to secretly gut-wrench it for use in the slaved stores. I haven't done the other stores yet, but we should. I'm tired of the workers breaking every time we tweak the stores because I forgot to gut-wrench the right method. fixes https://github.com/matrix-org/synapse/issues/2655.
-
Richard van der Hoff authored
We're going to fix this properly on this branch, so that the _state_group_cache can end up in StateGroupReadStore. This reverts commit ab335edb.
-
Richard van der Hoff authored
Make __init__ consistent across Store hierarchy
-
Richard van der Hoff authored
Both of these functions ae known to leak logcontexts. Replace the remaining calls to them and kill them off.
-
Richard van der Hoff authored
I'm not entirely sure if this will actually help anything, but it simplifies the code and might give further clues about why room list search requests are blowing out the get_current_state_ids caches.
-
Richard van der Hoff authored
So we can see what it gets up to.
-
Richard van der Hoff authored
Add a route for determining who you are
-
- Nov 13, 2017
-
-
Travis Ralston authored
Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
Richard van der Hoff authored
Cache failures in url_preview handler
-
Richard van der Hoff authored
Fix 500 on invalid utf-8 in request
-
David Baker authored
because we had to wait until the logger was set up
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fix the test to pass the right number of args to the Store constructors
-
Richard van der Hoff authored
Add db_conn parameters to the `__init__` methods of the *Store classes, so that they are all consistent, which makes the multiple inheritance work correctly (and so that we can later extract mixins which can be used in the slavedstores)
-
Erik Johnston authored
This reverts commit f5cf3638.
-
Erik Johnston authored
-
Travis Ralston authored
Useful for applications which may have an access token, but no idea as to who owns it. Signed-off-by:
Travis Ralston <travpc@gmail.com>
-