forked from matrix-org/synapse
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto redact message after specific times (python3) #1
Closed
Conversation
This file contains 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
The additional sha1 tagged builds in docker hub are messy, so instead tag the build with the SHA1 version.
We were doing max(version) which does not do what we wanted on a column of type TEXT.
…rsions_are_numbers
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Signed-off-by: Aaron Raimist <aaron@raim.ist>
…rsions_are_numbers Make e2e backup versions numeric in the DB
…sent Fix an internal server error when viewing the public privacy policy
Update README for matrix-org#1491 fix
By setting the config value directly, we skip the block that adds the slash automatically for us.
…ix_0.34.1 Fix spontaneous logout
Update README to use new virtualenv (matrix-org#4328)
Otherwise people can't upgrade from matrix-synapse without removing it first
…matrix-org#4377) * Remove non-functional python3.6 in travis env * changelog
Rewrite this in python so that it can be run in parallel.
turns out that 0.34.1.1+1 comes before 0.34.1.1+bionic (etc). The version may only contain "~ 0-9 A-Z a-z + - ." (sorting in that order). Option 1: replace "+" with something that sorts after +. Options are "-" (but dpkg-source complains about that) or "." (but that would mean we couldn't distinguish packaging-only changes from real changes). Option 2: stick with + and just find something that sorts after 'xenial'. The only options there are "-", "." (same problems as before), "z", and "+". Hence, ++1. Sorry.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
please fast-forward your develop branch and accept this PR. then you can change the base of your PR matrix-org#4206 to "develop" and have only one commit with this file.
PRs in synapse should always be against develop.
also add a file in changelog.d/ that contains only the commit message.