Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-13 | Fix generality of query | Olivier Wilkinson (reivilibre) | 1 | -4/+4 | |
2019-08-12 | Fix stats tests and their expectations of the number of events in fresh | Olivier Wilkinson (reivilibre) | 1 | -5/+213 | |
rooms – varies depending upon room publicness. Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-12 | Docstrings in `storage.stats`. | Olivier Wilkinson (reivilibre) | 1 | -22/+154 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-12 | Split 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-09 | Move back to `defer.inlineCallbacks` from `async` as it makes stats | Olivier 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-08 | Add initial batch of stats tests | Olivier 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-08 | Fix stats_separated SQL | Olivier Wilkinson (reivilibre) | 1 | -1/+1 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-08 | Remove obsolete functions for updating stats absolutely. | Olivier Wilkinson (reivilibre) | 1 | -15/+0 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-08 | Introduce `get_room_state`; a way to get state for a single room | Olivier Wilkinson (reivilibre) | 1 | -0/+14 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-08 | Fix tests | Olivier Wilkinson (reivilibre) | 2 | -19/+73 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-08 | Handle user registration and ensure they start accruing statistics | Olivier Wilkinson (reivilibre) | 1 | -0/+11 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-08 | Update incremental processor to use new interfaces and track total_events | Olivier Wilkinson (reivilibre) | 1 | -11/+20 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-08 | Update public room visibility change handler | Olivier Wilkinson (reivilibre) | 1 | -5/+11 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-08 | Adapt state delta handling to match the new interface | Olivier Wilkinson (reivilibre) | 1 | -49/+91 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-08 | Introduce `total_events` tracking and rework statistics tracking. | Olivier Wilkinson (reivilibre) | 1 | -169/+603 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-08 | Track more stats positions | Olivier Wilkinson (reivilibre) | 1 |