Commit Graph

471 Commits (121b9e2475f4d7b3bca50d81732f07db80b2264f)

Author SHA1 Message Date
Paul "LeoNerd" Evans aac13b1f9a Pass the Metrics group into the process collector instead of having it find its own one; this avoids it needing to import from synapse.metrics 8 years ago
Paul "LeoNerd" Evans 3ae48a1f99 Move the process metrics collector code into its own file 8 years ago
Erik Johnston c20cb5160d Remove tracer 8 years ago
Erik Johnston 9219139351 Preserve some logcontexts 8 years ago
Mark Haines 689f4cb914 Update comment 8 years ago
Mark Haines c8f9b45bc2 Add usage stats to prometheus monitoring 8 years ago
Erik Johnston 24f36469bc Add federation /version API 8 years ago
Erik Johnston 66868119dc Add metrics for psutil derived memory usage 8 years ago
Mark Haines 13e334506c Remove the legacy v0 content upload API. 9 years ago
Mark Haines 7dbb473339 Add function to load config without generating it 9 years ago
Erik Johnston dded389ac1 Allow setting of gc.set_thresholds 9 years ago
Mark Haines f22f46f4f9 Move the listenTCP call outside the manhole function 9 years ago
Mark Haines 5905f36f05 Split out setting up the manhole to a separate file 9 years ago
Mark Haines e856036f4c Move SynapseSite to its own file 9 years ago
Mark Haines 9e7aa98c22 Split out create_resource_tree to a separate file 9 years ago
Mark Haines 82d7eea7e3 Move the versionstring code out of app.homeserver into util 9 years ago
Erik Johnston 8aab9d87fa Don't require config to create database 9 years ago
Mark Haines 239badea9b Use syntax that works on both py2.7 and py3 9 years ago
Mark Haines 60a0f81c7a Add a /replication API for extracting the updates that happened on 9 years ago
Daniel Wagner-Hall 763360594d Mark AS users with their AS's ID 9 years ago
Erik Johnston 2c1fbea531 Fix up logcontexts 9 years ago
Daniel Wagner-Hall 737c4223ef Host /media/r0 as well as /media/v1 9 years ago
Daniel Wagner-Hall 6a9f1209df Error if macaroon key is missing from config 9 years ago
Erik Johnston f8aae79a72 Simplify get_rooms 9 years ago
Daniel Wagner-Hall d83d004ccd Fix flake8 warnings for new flake8 9 years ago
Erik Johnston 7ed2bbeb11 Clean up a bit. Add comment 9 years ago
Erik Johnston a6477d5933 Remove chdir 9 years ago
Erik Johnston 5fc9b17518 No chdir 9 years ago
Erik Johnston f93ecf8783 Don't turn on profiling 9 years ago
Erik Johnston 9fda8b5193 Don't turn on profiling 9 years ago
Erik Johnston 87f9477b10 Add a Homeserver.setup method. 9 years ago
Erik Johnston 9959d9ece8 Remove redundated BaseHomeServer 9 years ago
Erik Johnston 44b4fc5f50 Use compiled regex 9 years ago
Erik Johnston 8f8b884430 Don't log urlencoded access_tokens 9 years ago
Erik Johnston 33bef689c1 Turn on core dumps 9 years ago
Erik Johnston c9ae1d1ee5 Change manhole to use ssh 9 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
Daniel Wagner-Hall 11a974da21 Add /_matrix/versions to report supported versions 9 years ago
Daniel Wagner-Hall bf32922e5a Log when starting stats reporting 9 years ago
Daniel Wagner-Hall 797691f908 Log on stats scheduling 9 years ago
Daniel Wagner-Hall 7a8ba4c9a0 Actually host r0 and unstable prefixes 9 years ago
Mark Haines 6a5ff5f223 Track the time spent in the database per request. 9 years ago
Mark Haines d6059bdd2a Fix warnings 9 years ago
Mark Haines a412b9a465 Run the background updates when starting synapse. 9 years ago
Erik Johnston fa1cf5ef34 Move static folder into synapse 9 years ago
Mark Haines 9020860479 Only turn on the twisted deferred debugging if full_twisted_stacktraces is set in the config 9 years ago
Mark Haines 7639c3d9e5 Bounce all deferreds through the reactor to make debugging easier. 9 years ago
Erik Johnston 17c80c8a3d rename schema_prepare to prepare_database 9 years ago
Erik Johnston ec398af41c Expose error more nicely 9 years ago
Mark Haines 7a5818ed81 Note that GzipFile was removed in comment that referenced it 9 years ago