Commit Graph

2580 Commits (9c294ea864e630d9accc1009be8817e94d1be4d8)

Author SHA1 Message Date
Erik Johnston e42510ba63 Use new getters 6 years ago
Matthew Hodgson c1bf2b587e
add trailing comma 6 years ago
Matthew Hodgson 9e40834f74 yes, we do need to invalidate the device_id_exists_cache when deleting a remote device 6 years ago
Richard van der Hoff f1a15ea206 revert 00bc979 6 years ago
Matthew Hodgson c0685f67c0 spell out that include_deleted_devices requires include_all_devices 6 years ago
Richard van der Hoff 00bc979137 Disable logcontext warning 6 years ago
Richard van der Hoff 667fba68f3 Run things as background processes 6 years ago
Krombel 78a9ddcf9a rerun isort with latest version 6 years ago
Krombel 4a27000548 check isort by travis 6 years ago
Matthew Hodgson 12ec58301f shift to using an explicit deleted flag on m.device_list_update EDUs 6 years ago
Erik Johnston aff1dfdf3d Update return value docstring 6 years ago
Matthew Hodgson 5797f5542b WIP to announce deleted devices over federation 6 years ago
Erik Johnston 6ccefef07a Use 'is not None' and add comments 6 years ago
Matthew Hodgson ea752bdd99 s/becuase/because/g 6 years ago
Erik Johnston 05f5dabc10 Use stream cache in get_linearized_receipts_for_room 6 years ago
Richard van der Hoff c3c29aa196
Attempt to include db threads in cpu usage stats (#3496) 6 years ago
Richard van der Hoff e31e5dee38 Add CPU metrics for _fetch_event_list 6 years ago
Amber Brown 49af402019 run isort 6 years ago
Erik Johnston 3905c693c5 Invalidate cache on correct thread 6 years ago
Amber Brown 6350bf925e
Attempt to be more performant on PyPy (#3462) 7 years ago
David Baker 028490afd4 Fix error on deleting users pending deactivation 7 years ago
Erik Johnston 244484bf3c Revert "Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility"" 7 years ago
Richard van der Hoff 1d009013b3 Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility" 7 years ago
Mark Haines 9850f66abe Deleting from event_push_actions needs to use an index 7 years ago
Erik Johnston f8272813a9 Make _get_joined_hosts_cache cache non-iterable 7 years ago
Erik Johnston 75dc3ddeab Make push actions rotation configurable 7 years ago
Richard van der Hoff 43e02c409d Disable partial state group caching for wildcard lookups 7 years ago
Richard van der Hoff 0495fe0035 Indirect evt_count updates via method call 7 years ago
Amber Brown 77ac14b960
Pass around the reactor explicitly (#3385) 7 years ago
Richard van der Hoff b088aafcae Log number of events fetched from DB 7 years ago
Richard van der Hoff 3ff8a619f5 UserErasureStore 7 years ago
Richard van der Hoff bd348f0af6 remove dead filter_events_for_clients 7 years ago
Richard van der Hoff eb32b2ca20 Optimise state_group_cache update 7 years ago
Richard van der Hoff d3a8c9c55e Fix sql error in _get_state_groups_from_groups 7 years ago
Erik Johnston 042eedfa2b Add hacky cache factor override system 7 years ago
Richard van der Hoff c1f4118bb6 Remove was_forgotten_at 7 years ago
Richard van der Hoff 9f797a24a4 Handle RRs which arrive before their events 7 years ago
Richard van der Hoff 857e6fd8b6 Ignore depth when updating read-receipts 7 years ago
Neil Johnson 4986b084f8 remove unnecessary INSERT 7 years ago
Amber Brown c936a52a9e
Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 7 years ago
Richard van der Hoff 4a9cbdbc15 Exempt AS-registered users from doing gdpr 7 years ago
Neil Johnson ab0ef31dc7 create users index on creation_ts 7 years ago
Neil Johnson 558f3d376a create index in background 7 years ago
Neil Johnson c379acd4fd bump version 7 years ago
Adrian Tschira 4b9d0cde97 add remaining memoryview changes 7 years ago
Adrian Tschira 1afafb3497 use memoryview in py3 7 years ago
Amber Brown a2eb5db4a0 update metrics to be in seconds 7 years ago
Adrian Tschira dd068ca979 remaining isintance fixes 7 years ago
Adrian Tschira 17a70cf6e9 Misc. py3 fixes 7 years ago
Adrian Tschira 6c16a4ec1b more iteritems 7 years ago