summary refs log tree commit diff
path: root/synapse/python_dependencies.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-13Fix generality of queryOlivier Wilkinson (reivilibre)1-4/+4
2019-08-12Fix stats tests and their expectations of the number of events in freshOlivier Wilkinson (reivilibre)1-5/+213
rooms – varies depending upon room publicness. Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-12Docstrings in `storage.stats`.Olivier Wilkinson (reivilibre)1-22/+154
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-12Split out partial indices from theschema delta, thus supporting SQLite.Olivier Wilkinson (reivilibre)2-4/+89
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-09Move back to `defer.inlineCallbacks` from `async` as it makes statsOlivier Wilkinson (reivilibre)2-39/+38
unergonomic if we move to `async` from the bottom-up. Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-08Add initial batch of stats testsOlivier Wilkinson (reivilibre)2-4/+349
Still want to add more, concerning behaviour in the different states of the background updater completion. Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-08Fix stats_separated SQLOlivier Wilkinson (reivilibre)1-1/+1
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-08Remove obsolete functions for updating stats absolutely.Olivier Wilkinson (reivilibre)1-15/+0
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-08Introduce `get_room_state`; a way to get state for a single roomOlivier Wilkinson (reivilibre)1-0/+14
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-08Fix testsOlivier Wilkinson (reivilibre)2-19/+73
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-08Handle user registration and ensure they start accruing statisticsOlivier Wilkinson (reivilibre)1-0/+11
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-08Update incremental processor to use new interfaces and track total_eventsOlivier Wilkinson (reivilibre)1-11/+20
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-08Update public room visibility change handlerOlivier Wilkinson (reivilibre)1-5/+11
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-08Adapt state delta handling to match the new interfaceOlivier Wilkinson (reivilibre)1-49/+91
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-08Introduce `total_events` tracking and rework statistics tracking.Olivier Wilkinson (reivilibre)1-169/+603
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-08-08Track more stats positionsOlivier Wilkinson (reivilibre)1