This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Unix Sockets for HTTP Replication #15708
Merged
MadLittleMods
merged 43 commits into
matrix-org:develop
from
realtyem:finish-unix-replication-series
Jul 11, 2023
Merged
Changes from 10 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
214b7a4
Fixup how the HTTPConnectionPool key is declared and comments around/…
realtyem b41435a
Drive by fix: remove the disambiguity of seeing 'master' instead of '…
realtyem ca21dce
Create new InstanceUNIXLocationConfig, and finish wiring up UNIX Sock…
realtyem e75b177
Changelog
realtyem 0aeae16
Merge branch 'develop' into finish-unix-replication-series
realtyem 7d03b2d
Adapt test_workers to handle Class rename
realtyem 0d79903
[OPTIONAL REVERT] Change Type[Model] to TypeAlias as a Hack
realtyem 7bc139a
Try writing some docs
realtyem acd56db
Experimental testing setup for Unix sockets with Complement.
realtyem e14422f
[REVERT THIS] Enable testing for the Complement CI, each test will us…
realtyem eb65470
Revert "Drive by fix: remove the disambiguity of seeing 'master' inst…
realtyem e234ce9
Apply suggestions from code review
realtyem 6a5e705
Nit over formatting
realtyem ee55d2a
Add in error messages to unit test setup to discourage using Unix soc…
realtyem e3d4fb4
Unify various incarnations of main_public.sock(and main_private.sock)…
realtyem fe18b66
Add detail to docs about Synapse not creating a directory auto-magica…
realtyem 9394941
Adjust TCP and UNIX to be initial caps instead of all caps(in the sco…
realtyem 79f63fc
Try seeing what the doc renderer will do with 4 #'s for a subheading(…
realtyem c4646ee
Merge branch 'develop' into finish-unix-replication-series
realtyem 9882e0a
Apply suggestions from code review
realtyem 52f84a2
Fix merge derp that encompasses the TLS replication fix from 15746
realtyem 86c5fd5
Fix lack of detail in contributing guide for how to use Unix socket f…
realtyem e091ea2
Try and fix comment in ReplicationAgent to be clearer about why not u…
realtyem 4946cb0
Adjust changelog.d/15708.feature
realtyem 0b1a943
Update docs/usage/configuration/config_documentation.md
realtyem 39597fc
Update docs a bit more
realtyem 6dbc402
Apply suggestions from code review
realtyem 2f20dda
From review: wrap lines(and fix a comment consistency)
realtyem 5de0ef1
Merge branch 'develop' into finish-unix-replication-series
realtyem 85eba85
unindent entire block
realtyem 4c9de6f
Revert to `Type[Model]` to keep type variable constrained; add type i…
reivilibre 67c278a
Fix some nits and some lint needed to be burned off
realtyem a5d500f
Use more specific mypy ignores
reivilibre 41d2aae
Merge branch 'develop' into finish-unix-replication-series
realtyem fdb07e8
Fixup for new proxyagent
realtyem cd1579b
Add Unix socket support to the proxyagent
realtyem 4f079d8
[REVERT THIS] Hardwire testing the proxy agent into Complement tempor…
realtyem 9f41f3e
Revert "[REVERT THIS] Hardwire testing the proxy agent into Complemen…
realtyem 0ae6036
Revert "[REVERT THIS] Enable testing for the Complement CI, each test…
realtyem 92c6c7b
Update version number of Synapse this was added in
realtyem cd047fe
Merge branch 'develop' into finish-unix-replication-series
realtyem 517654f
Merge branch 'develop' into finish-unix-replication-series
MadLittleMods 3789a4f
Swap getClientAddress().host call for the UNIXAddress compatible repl…
realtyem File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add Unix Socket support for HTTP Replication Listeners. Contributed by Jason Little. | ||
realtyem marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.