- May 23, 2022
-
-
reivilibre authored
-
- May 17, 2022
-
-
David Robertson authored
-
- May 09, 2022
-
-
Richard van der Hoff authored
* Bump the HS startup timeout * Log prefixes for more processes * Bump the overall timeout
-
- May 03, 2022
-
-
Andrew Morgan authored
-
David Robertson authored
Check we're on the right branch before tagging, and on the right tag before uploading * Abort if we're on the wrong branch * Check we have the right tag checked out * Clarify that `publish` only releases to GitHub
-
- Apr 27, 2022
-
-
David Robertson authored
Not enforced in config yet. One day.
-
- Apr 26, 2022
-
-
David Robertson authored
-
David Robertson authored
Poetry now manages the project version in pyproject.toml.
-
Shay authored
-
- Apr 21, 2022
-
-
Richard van der Hoff authored
When we join a room via the faster-joins mechanism, we end up with "partial state" at some points on the event DAG. Many parts of the codebase need to wait for the full state to load. So, we implement a mechanism to keep track of which events have partial state, and wait for them to be fully-populated.
-
- Apr 20, 2022
-
-
David Robertson authored
* Remove leftover references to setup.py Missed in #12478. * Changelog
-
- Apr 19, 2022
-
-
Richard van der Hoff authored
The release script used to incorrectly write `New synapse release 1.57.0~rc1.` instead of `New synapse release 1.57.0rc1.`
-
Jan Christian Grünhage authored
Co-authored-by:
Jan Christian Grünhage <jan.christian@gruenhage.xyz> Co-authored-by:
Marcus Hoffmann <bubu@bubu1.eu>
-
- Apr 14, 2022
-
-
David Robertson authored
-
- Apr 12, 2022
-
-
Erik Johnston authored
-
- Apr 11, 2022
-
-
Richard van der Hoff authored
This wasn't quite generating the right thing.
-
Richard van der Hoff authored
Fixes matrix-org/complement#330 (or it will, once we remove the old files). It's not quite a lift-and-shift: I've also taken the opportunity to get rid of the custom CA that we used to use to sign the TLS certs, which has been superceded by the CA exposed by Complement.
-
- Apr 08, 2022
-
-
David Robertson authored
-
- Apr 03, 2022
-
-
David Robertson authored
-
- Apr 01, 2022
-
-
David Robertson authored
-
David Robertson authored
-
- Mar 31, 2022
-
-
David Robertson authored
-
- Mar 30, 2022
-
-
David Robertson authored
-
Andrew Morgan authored
-
- Mar 17, 2022
-
-
David Robertson authored
-
- Mar 04, 2022
-
-
David Robertson authored
-
- Mar 03, 2022
-
-
Eric Eastwood authored
Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-
Eric Eastwood authored
The Complement tests for MSC3030 are now merged, https://github.com/matrix-org/complement/pull/178 Synapse implmentation: https://github.com/matrix-org/synapse/pull/9445
-
- Mar 02, 2022
-
-
David Robertson authored
* Rename scripts-dev to have suffices * Update references to `scripts-dev` * Changelog * These scripts don't pass mypy
-
Erik Johnston authored
As we want to include the previous version in the "No new changes..." string.
-
David Robertson authored
* Two scripts are basically entry_points already * Move and rename scripts/* to synapse/_scripts/*.py * Delete sync_room_to_group.pl * Expose entry points in setup.py * Update linter script and config * Fixup scripts & docs mentioning scripts that moved Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
- Mar 01, 2022
-
-
David Robertson authored
* Don't use `tox` for `check-sampleconfig` * Don't use `tox` for check-newsfragment
-
- Feb 23, 2022
-
-
Nicolas Werner authored
The complement.sh script relies on the name of the ref matching the name of the unpacked folder. The branch redirect from renaming the default branch breaks that assumption. Signed-off-by:
Nicolas Werner <n.werner@famedly.com>
-
- Feb 10, 2022
-
-
Shay authored
-
- Jan 20, 2022
-
-
Nicolas Werner authored
Updates complement.sh to read the ref from an environment variable (defaulting to master) when downloading a complement bundle for testing.
-
- Jan 12, 2022
-
-
Richard van der Hoff authored
Having spent much of the last week attempting to run complement tests from somewhere with damp string instead of internet... something had to be done.
-
- Jan 10, 2022
-
-
Michael Kaye authored
-
- Jan 04, 2022
-
-
Richard van der Hoff authored
* Fix AssertionErrors after purging events If you purged a bunch of events from your database, and then restarted synapse without receiving more events, then you would get a bunch of AssertionErrors on restart. This fixes the situation by rewinding the stream processors. * `check-newsfragment`: ignore deleted newsfiles
-
- Jan 03, 2022
-
-
Shay authored
* update Trove classifiers to remove py36 * stop building bionic * update dh-virtualenv * newsfragment * fix newsfragment * update version refs * another try at correct tag * Update changelog
-
- Dec 14, 2021
-
-
Olivier Wilkinson (reivilibre) authored
This reverts commit 158d73eb.
-