- Nov 22, 2017
-
-
Richard van der Hoff authored
This avoids the scenario where we have four different PreviewUrlResources configured on a single app, each of which have their own caches and cache clearing jobs.
-
- Nov 21, 2017
-
-
Richard van der Hoff authored
* Improve documentation of workers Fixes https://github.com/matrix-org/synapse/issues/2554
-
Richard van der Hoff authored
Clean up dependency list
-
Richard van der Hoff authored
Avoid locking account_data tables for upserts
-
Matthew Hodgson authored
-
Richard van der Hoff authored
remove those that aren't used at all, and replace the ones that don't have builders with simple getters rather than dynamically-generated methods.
-
- Nov 19, 2017
-
-
Matthew Hodgson authored
-
- Nov 17, 2017
-
-
Richard van der Hoff authored
Avoid locking for upsert on pushers tables
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Luke Barnard authored
Add automagical AS Publicised Group(s)
-
Richard van der Hoff authored
-
Jurek authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
- Nov 16, 2017
-
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Richard van der Hoff authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Richard van der Hoff authored
* replace the upsert into deleted_pushers with an insert * no need to lock for upsert on pusher_throttle
-
Jurek authored
-
Richard van der Hoff authored
This PR was against master, not develop :( This reverts commit 203058a0, reversing changes made to 552f123b.
-
Richard van der Hoff authored
Fix auth handler
-
Luke Barnard authored
via registration file "users" namespace: ```YAML ... namespaces: users: - exclusive: true regex: '.*luke.*' group_id: '+all_the_lukes:hsdomain' ... ``` This is part of giving App Services their own groups for matching users. With this, ghost users will be given the appeareance that they are in a group and that they have publicised the fact, but _only_ from the perspective of the `get_publicised_groups_for_user` API.
-
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
-
-
Jurek authored
-
Richard van der Hoff authored
Pull out bits of StateStore to a mixin
-
Richard van der Hoff authored
Declare support for r0.3.0
-