Skip to content
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
wants to merge 220 commits into from

Conversation

rubo77
Copy link

@rubo77 rubo77 commented Jan 14, 2019

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.

michaelkaye and others added 30 commits October 4, 2018 15:15
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.
Signed-off-by: Aaron Raimist <aaron@raim.ist>
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
By setting the config value directly, we skip the block that adds the slash automatically for us.
richvdh and others added 28 commits January 9, 2019 14:53
This is already fixed in 0.34.1, by 59f93bb

This reverts commit efc522c.
Otherwise people can't upgrade from matrix-synapse without removing it first
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.
@rubo77 rubo77 closed this Jun 15, 2019
@rubo77 rubo77 deleted the cuongnv-autoremove-py branch June 15, 2019 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.