summary refs log tree commit diff
path: root/synapse/storage/stats.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into rei/room_stats_separatedOlivier Wilkinson (reivilibre)2019-08-141-23/+25
|\
| * Stop trying to fetch events with event_id=None. (#5753)Richard van der Hoff2019-07-241-9/+11
| * Replace returnValue with return (#5736)Amber Brown2019-07-231-8/+8
* | Clarify docstrings in `storage.stats`Olivier Wilkinson (reivilibre)2019-08-141-12/+18
* | LintingOlivier Wilkinson (reivilibre)2019-08-131-3/+1
* | Remove clean-up handler and replace with no-op as not currently needed.Olivier Wilkinson (reivilibre)2019-08-131-13/+5
* | Remove obsolete functionOlivier Wilkinson (reivilibre)2019-08-131-15/+0
* | Fix issue with not selecting a needed columnOlivier Wilkinson (reivilibre)2019-08-131-1/+2
* | Add SQLite support by working around missing syntaxOlivier Wilkinson (reivilibre)2019-08-131-7/+15
* | Docstrings in `storage.stats`.Olivier Wilkinson (reivilibre)2019-08-121-22/+154
* | Move back to `defer.inlineCallbacks` from `async` as it makes statsOlivier Wilkinson (reivilibre)2019-08-091-12/+19
* | Remove obsolete functions for updating stats absolutely.Olivier Wilkinson (reivilibre)2019-08-081-15/+0
* | Introduce `get_room_state`; a way to get state for a single roomOlivier Wilkinson (reivilibre)2019-08-081-0/+14
* | Fix testsOlivier Wilkinson (reivilibre)2019-08-081-9/+47
* | Introduce `total_events` tracking and rework statistics tracking.Olivier Wilkinson (reivilibre)2019-08-081-169/+603
* | Track more stats positionsOlivier Wilkinson (reivilibre)2019-08-081-11/+48
* | Use `threading.Lock` to prevent concurrent incremental position updatesOlivier Wilkinson (reivilibre)2019-08-081-0/+4
|/
* Run Black. (#5482)Amber Brown2019-06-201-10/+24
* FixErik Johnston2019-06-031-1/+2
* Ignore room state with null bytes in for room statsErik Johnston2019-06-031-0/+15
* Add indices. Remove room_ids accidentally addedErik Johnston2019-05-311-13/+28
* Move deletion from table inside txnErik Johnston2019-05-301-2/+5
* Fetch membership counts all at onceErik Johnston2019-05-301-16/+7
* Get events all at onceErik Johnston2019-05-301-33/+26
* Fix logging for room stats background updateTravis Ralston2019-05-251-1/+1
* Room Statistics (#4338)Amber Brown2019-05-211-0/+450