- Jan 22, 2020
-
-
Ivan Vilata-i-Balaguer authored
The old statement returned `None` for such a `password_config` (like the one created on first run), thus retrieval of the `pepper` key failed with `AttributeError`. Fixes #5315 Signed-off-by:
Ivan Vilata i Balaguer <ivan@selidor.net>
-
- Jan 21, 2020
-
-
Brendan Abolivier authored
* Raise an exception if there are pending background updates So we return with a non-0 code * Changelog * Port synapse_port_db to async/await * Port update_database to async/await * Add version string to mocked homeservers * Remove unused imports * Convert overseen bits to async/await * Fixup logging contexts * Fix imports * Add a way to print an error without raising an exception * Incorporate review
-
- Jan 15, 2020
-
-
Erik Johnston authored
Currently we rely on `current_state_events` to figure out what rooms a user was in and their last membership event in there. However, if the server leaves the room then the table may be cleaned up and that information is lost. So lets add a table that separately holds that information.
-
- Jan 09, 2020
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
We might not need the cursor at all.
-
- Jan 07, 2020
-
-
Richard van der Hoff authored
* Add a background update to clear tombstoned rooms from the directory * use the ABC metaclass
-
- Jan 03, 2020
-
-
Richard van der Hoff authored
-
- Dec 20, 2019
-
-
Erik Johnston authored
-
- Dec 19, 2019
-
-
Richard van der Hoff authored
I want to do some key rotation, and it is silly that we don't have a way to do this.
-
- Dec 18, 2019
-
-
Erik Johnston authored
This encapsulates config for a given database and is the way to get new connections.
-
- Dec 06, 2019
-
-
Erik Johnston authored
-
- Dec 05, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Dec 04, 2019
-
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Erik Johnston authored
-
- Dec 02, 2019
-
-
Andrew Morgan authored
-
- Oct 31, 2019
-
-
Andrew Morgan authored
Replace every instance of `logger.warn` with `logger.warning` as the former is deprecated.
-
- Oct 24, 2019
-
-
Brendan Abolivier authored
- Oct 23, 2019
-
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Make `synapse_port_db` correctly create indexes in the PostgreSQL database, by having it run the background updates on the database before migrating the data. To ensure we're migrating the right data, also block the port if the SQLite3 database still has pending or ongoing background updates. Fixes #4877
-
- Oct 18, 2019
-
-
Bart Noordervliet authored
Small fix to synapse_port_db to be able to convert from database schema v56.
-
- Jun 28, 2019
-
-
Amber Brown authored
-
- Jun 20, 2019
-
-
Amber Brown authored
-
- Jun 13, 2019
-
-
Amber Brown authored
-
- Jun 05, 2019
-
-
Richard van der Hoff authored
-
- Jun 03, 2019
-
-
Brendan Abolivier authored
Fixes #5306
-
- Apr 08, 2019
-
-
Neil Johnson authored
Tables dropped: * application_services, * application_services_regex, * transaction_id_to_pdu, * stats_reporting * current_state_resets * event_content_hashes * event_destinations * event_edge_hashes * event_signatures * feedback * room_hosts * state_forward_extremities
-
- Apr 03, 2019
-
-
Anders authored
Make synapse_port_db --curses work with Python 3. Signed-off-by:
Anders Jensen-Waud <anders@jensenwaud.com>
-
- Mar 04, 2019
-
-
Richard van der Hoff authored
-
- Feb 20, 2019
-
-
Eric authored
This column was considered as an int, crashing the whole migration process Signed-off-by:
Eric <eric@pedr0.net>
-
- Dec 21, 2018
-
-
Richard van der Hoff authored
-
- Nov 07, 2018
-
-
Amber Brown authored
* port hash_password * changelog
-
- Oct 26, 2018
-
-
Amber Brown authored
-
- Oct 24, 2018
-
-
Richard van der Hoff authored
Broadly three things here: * disable W504 which seems a bit whacko * remove a bunch of `as e` expressions from exception handlers that don't use them * use `r""` for strings which include backslashes Also, we don't use pep8 any more, so we can get rid of the duplicate config there.
-
- Oct 20, 2018
-
-
Amber Brown authored
-
- Sep 28, 2018
-
-
Bruno Windels authored
-
- Jul 20, 2018
-
-
Amber Brown authored
-
- Apr 06, 2018
-
-
Adrian Tschira authored
Signed-off-by:
Adrian Tschira <nota@notafile.com>
-