- Dec 10, 2019
-
-
Neil Johnson authored
-
- Dec 09, 2019
-
-
Neil Johnson authored
-
Clifford Garwood II authored
-
Neil Johnson authored
Back out cross-signing code added in Synapse 1.5.0, which caused a performance regression.
-
Erik Johnston authored
Pass in Database object to data stores.
-
Erik Johnston authored
Pull out room_invite_state_types config option once.
-
Erik Johnston authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Richard van der Hoff authored
`Measure` incorrectly assumed that it was the only thing being done by the parent `LoggingContext`. For instance, during a "renew group attestations" operation, hundreds of `outbound_request` calls could take place in parallel, all using the same `LoggingContext`. This would mean that any resources used during *any* of those calls would be reported against *all* of them, producing wildly inaccurate results. Instead, we now give each `Measure` block its own `LoggingContext` (using the parent `LoggingContext` mechanism to ensure that the log lines look correct and that the metrics are ultimately propogated to the top level for reporting against requests/backgrond tasks).
-
Erik Johnston authored
-
Erik Johnston authored
Pulling things out of config is currently surprisingly expensive.
-
Richard van der Hoff authored
This API was added way back in 0.17.0; the code here is annoying to maintain and entirely redundant.
-
Erik Johnston authored
Port SyncHandler to async/await
-
- Dec 06, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Create a Database class and move methods out of SQLBaseStore
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Dec 05, 2019
-
-
Manuel Stahl authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Port rest client v2_alpha to async/await
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Port rest/v1 to async/await
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Andrew Morgan authored
-
Andrew Morgan authored
This reverts commit dc874789.
-
Clifford Garwood II authored
Signed-off-by:
Clifford Garwood II <cliff@cigii.com>
-
Richard van der Hoff authored
replace the event_info dict with an attrs thing
-
Richard van der Hoff authored
-
Clifford Garwood II authored
Signed-off-by:
Clifford Garwood II <cliff@cigii.com>
-