Erik Johnston
|
5c3363233c
|
Fix deleting state groups during room purge.
And fix the tests to actually test that things got deleted.
|
2019-11-06 17:02:08 +00:00 |
|
Erik Johnston
|
71f3bd734f
|
Use correct type annotation
|
2019-11-06 17:00:18 +00:00 |
|
Erik Johnston
|
7134ca7daa
|
Change to not require a state_groups.room_id index.
This does mean that we won't clean up orphaned state groups (i.e. state
groups that were persisted but the associated event wasn't).
|
2019-11-04 13:36:57 +00:00 |
|
Erik Johnston
|
6a0092d371
|
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purge_history
|
2019-11-04 13:29:35 +00:00 |
|
Brendan Abolivier
|
f496d25877
|
Merge pull request #6301 from matrix-org/babolivier/msc2326
Implement MSC2326 (label based filtering)
|
2019-11-01 17:04:45 +00:00 |
|
Brendan Abolivier
|
988d8d6507
|
Incorporate review
|
2019-11-01 16:22:44 +00:00 |
|
Brendan Abolivier
|
5598445655
|
Update synapse/storage/data_stores/main/schema/delta/56/event_labels.sql
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
|
2019-11-01 16:18:34 +00:00 |
|
Hubert Chathi
|
fa7e52caf1
|
Merge pull request #6313 from matrix-org/uhoreg/cross_signing_fix_sqlite_schema
fix hidden field in devices table for older sqlite
|
2019-11-01 10:52:46 -04:00 |
|
Brendan Abolivier
|
a2c63c619a
|
Add more data to the event_labels table and fix the indexes
|
2019-11-01 11:47:28 +00:00 |
|
Erik Johnston
|
669b6cbda3
|
Fix up comment
|
2019-11-01 11:32:20 +00:00 |
|
Brendan Abolivier
|
57cdb046e4
|
Lint
|
2019-11-01 10:39:14 +00:00 |
|
Brendan Abolivier
|
c6dbca2422
|
Incorporate review
|
2019-11-01 10:30:51 +00:00 |
|
Hubert Chathi
|
c61db13183
|
fix hidden field in devices table for older sqlite
|
2019-10-31 22:52:55 -04:00 |
|
Hubert Chathi
|
c3fc176c60
|
Update synapse/storage/data_stores/main/devices.py
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
|
2019-10-31 22:49:48 -04:00 |
|
Hubert Chathi
|
6f4bc6d01d
|
Merge branch 'develop' into cross-signing_federation
|
2019-10-31 22:38:21 -04:00 |
|
Hubert Chathi
|
9c94b48bf1
|
Merge branch 'develop' into uhoreg/cross_signing_fix_workers_notify
|
2019-10-31 12:32:07 -04:00 |
|
Erik Johnston
|
fb1a6914cf
|
Update log line to lie a little less
|
2019-10-31 15:45:48 +00:00 |
|
Amber Brown
|
020add5099
|
Update black to 19.10b0 (#6304)
* update version of black and also fix the mypy config being overridden
|
2019-11-01 02:43:24 +11:00 |
|
Erik Johnston
|
61be1a2926
|
Add state_groups.room_id index
|
2019-10-31 15:39:26 +00:00 |
|
Erik Johnston
|
f91f2a1f92
|
Docstrings
|
2019-10-31 15:26:00 +00:00 |
|
Erik Johnston
|
8f5bbdb987
|
Fix purge room API
|
2019-10-31 15:22:08 +00:00 |
|
Erik Johnston
|
cd581338cf
|
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purge_history
|
2019-10-31 15:19:26 +00:00 |
|
Erik Johnston
|
c6bcd38841
|
Fix /purge_room API.
It fails trying to clean the `topic` table which was recently removed.
|
2019-10-31 11:17:23 +00:00 |
|
Andrew Morgan
|
54fef094b3
|
Remove usage of deprecated logger.warn method from codebase (#6271)
Replace every instance of `logger.warn` with `logger.warning` as the former is deprecated.
|
2019-10-31 10:23:24 +00:00 |
|
Hubert Chathi
|
998f7fe7d4
|
make user signatures a separate stream
|
2019-10-30 17:22:52 -04:00 |
|
Hubert Chathi
|
670972c0e1
|
Merge branch 'develop' into uhoreg/cross_signing_fix_workers_notify
|
2019-10-30 16:46:31 -04:00 |
|
Hubert Chathi
|
bb6cec27a5
|
rename get_devices_by_remote to get_device_updates_by_remote
|
2019-10-30 14:57:34 -04:00 |
|
Richard van der Hoff
|
0467f33584
|
fix delete_existing for _persist_events (#6300)
this is part of _retry_on_integrity_error, so should only be on _persist_events_and_state_updates
|
2019-10-30 18:05:00 +00:00 |
|
Brendan Abolivier
|
dcc069a2e2
|
Lint
|
2019-10-30 18:01:56 +00:00 |
|
Brendan Abolivier
|
fe51d6cacf
|
Add more integration testing
|
2019-10-30 17:28:41 +00:00 |
|
Brendan Abolivier
|
233b14ebe1
|
Add index on label
|
2019-10-30 15:58:05 +00:00 |
|
Brendan Abolivier
|
acd16ad86a
|
Implement filtering
|
2019-10-30 15:56:33 +00:00 |
|
Erik Johnston
|
7c8c97e635
|
Split purge API into events vs state
|
2019-10-30 15:23:37 +00:00 |
|
Brendan Abolivier
|
fa0dcbc8fa
|
Store labels for new events
|
2019-10-30 14:27:15 +00:00 |
|
Hubert Chathi
|
7d7eac61be
|
Merge branch 'develop' into cross-signing_federation
|
2019-10-30 10:17:10 -04:00 |
|
Hubert Chathi
|
d78b1e339d
|
apply changes as a result of PR review
|
2019-10-30 10:01:53 -04:00 |
|
Erik Johnston
|
ec6de1cc7d
|
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_out_persistence_store
|
2019-10-30 13:37:04 +00:00 |
|
Erik Johnston
|
a8d16f6c00
|
Review comments
|
2019-10-30 13:36:12 +00:00 |
|
Brendan Abolivier
|
47f767269c
|
Add database table for keeping track of labels on events
|
2019-10-29 16:56:22 +00:00 |
|
Erik Johnston
|
2c35ffead2
|
Port receipt and read markers to async/wait
|
2019-10-29 15:08:22 +00:00 |
|
Erik Johnston
|
561133c3c5
|
Merge pull request #6263 from matrix-org/erikj/caches_return_deferreds
Quick fix to ensure cache descriptors always return deferreds
|
2019-10-29 12:53:21 +01:00 |
|
Erik Johnston
|
e419c44ba4
|
Merge branch 'release-v1.5.0' of github.com:matrix-org/synapse into develop
|
2019-10-29 11:41:27 +00:00 |
|
Erik Johnston
|
342d871d76
|
Make room directory search case insensitive
|
2019-10-29 10:24:02 +00:00 |
|
Erik Johnston
|
d0d8a22c13
|
Quick fix to ensure cache descriptors always return deferreds
|
2019-10-28 13:33:04 +00:00 |
|
Richard van der Hoff
|
9aee28927b
|
Convert EventContext to attrs (#6218)
* make EventContext use an attr
|
2019-10-28 14:29:55 +02:00 |
|
Hubert Chathi
|
da78f61778
|
Merge pull request #6253 from matrix-org/uhoreg/e2e_backup_delete_keys
delete keys when deleting backup versions
|
2019-10-25 11:28:11 -04:00 |
|
Erik Johnston
|
a71b8c87ec
|
Merge branch 'release-v1.5.0' of github.com:matrix-org/synapse into develop
|
2019-10-25 11:32:24 +01:00 |
|
Erik Johnston
|
a411f2b177
|
Fix /keys/query API on workers.
The necessary getters were added only to the master store and not the
worker stores.
|
2019-10-25 11:08:03 +01:00 |
|
Erik Johnston
|
44ab048cfe
|
Merge pull request #6251 from matrix-org/michaelkaye/debug_guard_logging
Reduce debug logging overhead
|
2019-10-25 10:05:44 +01:00 |
|
Hubert Chathi
|
c40d7244f8
|
Merge branch 'develop' into cross-signing_federation
|
2019-10-24 22:31:25 -04:00 |
|