- 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
-
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
-
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
-