- Sep 28, 2018
-
-
Jan Christian Grünhage authored
-
- Sep 27, 2018
-
-
Richard van der Hoff authored
Improve performance of getting typing updates for replication
-
Richard van der Hoff authored
Build and push docker image to hub automatically
-
Richard van der Hoff authored
Clarifications in FederationHandler
-
Amber Brown authored
Run notify_app_services as a bg process
-
Amber Brown authored
Replaced all occurences of e.message with str(e)
-
Amber Brown authored
-
Amber Brown authored
-
Schnuffle authored
-
Schnuffle authored
Signed-off-by:
Schnuffle <schnuffle@github.com>
-
Richard van der Hoff authored
fix #3854 MAU transaction errors
-
Michael Kaye authored
-
Michael Kaye authored
Latest is horrible and makes debugging what has happened anywhere a nightmare. We push a latest because of demand for it, but we'll also push a SHA1 commit id so those wanting to know what they're running (and be able to roll back if required) can use those instead. Note that latest here is defined as "most recent master commit" not "most recent released version", as the actual semantics of making latest correct while still being able to build bugfixed releases of previous versions is just ARGH. So we define it as "master" not "latest release".
-
Michael Kaye authored
-
Michael Kaye authored
-
Michael Kaye authored
-
Michael Kaye authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
* add some comments on things that look a bit bogus * rename this `state` variable to avoid confusion with the `state` used elsewhere in this function. (There was no actual conflict, but it was a confusing bit of spaghetti.)
-
Richard van der Hoff authored
Logging improvements
-
Richard van der Hoff authored
when processing incoming transactions, it can be hard to see what's going on, because we process a bunch of stuff in parallel, and because we may end up recursively working our way through a chain of three or four events. This commit creates a way to use logcontexts to add the relevant event ids to the log lines.
-
Richard van der Hoff authored
I spent ages trying to figure out how I was going mad...
-
Amber Brown authored
fix docstring for FederationClient.get_state_for_room
-
- Sep 26, 2018
-
-
Richard van der Hoff authored
Some logging tweaks to help with debugging incoming federation transactions
-
Richard van der Hoff authored
-
Richard van der Hoff authored
This ensures that its resource usage metrics get recorded somewhere rather than getting lost. (It also fixes an error when called from a nested logging context which completes before the bg process)
-
Richard van der Hoff authored
-
Richard van der Hoff authored
trivial fixes for docstring
-
Neil Johnson authored
-
Neil Johnson authored
-
Amber Brown authored
* changelog * reduce circleci config * plus a handy script * fix regex
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Fix ExpiringCache.__len__ to be accurate
-
Richard van der Hoff authored
-
Amber Brown authored
Move synctl into top dir to avoid a symlink
-
Amber Brown authored
Comments and interface cleanup for on_receive_pdu
-
Richard van der Hoff authored
-
Erik Johnston authored
It used to try and produce an estimate, which was sometimes negative. This caused metrics to be sad, so lets always just calculate it from scratch. (This appears to have been a longstanding bug, but one which has been made more of a problem by #3932 and #3933). (This was originally done by Erik as part of #3933. I'm cherry-picking it because really it's a fix in its own right)
-