Commit Graph

4266 Commits (21d188bf95b6a75437f33f1dca1dd0a75dae86b4)

Author SHA1 Message Date
Mark Haines 8a65666454 Fix backfill replication to advance the stream correctly 9 years ago
Mark Haines 871357d539 Check that somethign has happend before running the selects 9 years ago
Mark Haines 71df327190 Actually start the pusher daemon 9 years ago
Mark Haines c9eab73f2a Fix typo in default pusher config 9 years ago
Mark Haines b80b93ea0f Add a log context to the daemonized pusher 9 years ago
Mark Haines 6df5a6a833 Optionally daemonize the pusher 9 years ago
Mark Haines 9c417c54d4 Add a couple of update methods to the PusherSlaveStore 9 years ago
Mark Haines f15e9e8de4 Remove the uncomments from the comments 9 years ago
Mark Haines 72e2fafa20 Add a metrics listener and a ssh listener to the pusher 9 years ago
Mark Haines f22f46f4f9 Move the listenTCP call outside the manhole function 9 years ago
Erik Johnston 52ecbc2843 Make pyjwt dependency optional 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
Erik Johnston 183cacac90 Simplify query and handle finishing correctly 9 years ago
Erik Johnston ae571810f2 Order NULLs first 9 years ago
Erik Johnston 3ddbb1687c Fix query 9 years ago
Erik Johnston 8fae3d7b1e Use special UPDATE syntax 9 years ago
Erik Johnston b57dcb4b51 Typo 9 years ago
Erik Johnston 26db18bc90 Need to do _background_update_progress_txn in actual transaction 9 years ago
Erik Johnston e395eb1108 Update progress when creating index 9 years ago
Erik Johnston 3b0fa77f50 Fix SQL statement 9 years ago
Erik Johnston 129e403487 Create index must be on a conn 9 years ago
Mark Haines a3ac837599 Optionally split out the pushers into a separate process 9 years ago
Erik Johnston 51bb339ab2 Create index concurrently 9 years ago
Erik Johnston b743c1237e Add missing run_upgrade 9 years ago
Niklas Riekenbrauck 565c2edb0a Fix issues with JWT login 9 years ago
Erik Johnston c877f0f034 Optimise event_search in postgres 9 years ago
Mark Haines cfe1ff4bdb Add a replication endpoint for deleting pushers 9 years ago
Mark Haines d4823efad9 Replicate the pushers 9 years ago
Mark Haines c0d8e0eb63 Replicate push actions 9 years ago
Erik Johnston 5bbc321588 Always use state cache entry if it exists 9 years ago
Erik Johnston 4cf4320593 Add some logging to state resolve_events 9 years ago
Erik Johnston 61c7edfd34 Add cache to _get_state_groups_from_groups 9 years ago
Mark Haines 5bbd424ee0 Add a slaved receipts store 9 years ago
Erik Johnston f505575f69 Make InsecureInterceptableContextFactory work with SpiderEndpoint 9 years ago
Mark Haines e99365f601 Replicate get_invited_rooms_for_user 9 years ago
Erik Johnston e8884e5e9c Add self.media_repo to PreviewUrlResource 9 years ago
Erik Johnston a7001c311b _make_dirs was moved to MediaRepository 9 years ago
Erik Johnston 9181e2f4c7 Add store to PreviewUrlResource 9 years ago
Erik Johnston fb76a81ff7 Reorder imports 9 years ago
Erik Johnston 0c93df89b6 Move MediaRepository to media_repository module 9 years ago
Erik Johnston 43f0941e8f Split out BaseMediaResource into MediaRepository 9 years ago
Erik Johnston eb8619e256 Create log context in Measure if one doesn't exist 9 years ago
Matthew Hodgson aaabbd3e9e explicitly pass in the charset from Content-Type to lxml to fix cyrillic woes better 9 years ago
Matthew Hodgson 84f9cac4d0 fix cyrillic URL previews by hardcoding all page decoding to UTF-8 for now, rather than relying on lxml's heuristics which seem to get it wrong 9 years ago
Erik Johnston 914f1eafac Lower timeout for make_membership_event 9 years ago
Erik Johnston 6fd2f685fe Simplify _check_password 9 years ago
Erik Johnston cb9c465707 Use SynapseError 504 for Timeout errors 9 years ago
Mark Haines 3c79bdd7a0 Fix check_password rather than inverting the meaning of _check_local_password (#730) 9 years ago