Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6255 from matrix-org/erikj/stats_config | Andrew Morgan | 2020-03-16 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | * commit '87259b3a3': Fix tests Newsfile Remove repeated calls to config.stats_enabled. | ||||
| * | Fix tests | Erik Johnston | 2019-10-25 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #6231 from matrix-org/erikj/refactor_stores | Andrew Morgan | 2020-03-16 | 1 | -4/+4 |
|\| | |||||
| * | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 1 | -4/+4 |
| | | | | | | | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage. | ||||
* | | Remove extraneous unittest.DEBUG's | Andrew Morgan | 2020-02-25 | 1 | -1/+0 |
| | | |||||
* | | Increase expected state events in tests for new room by one | Andrew Morgan | 2020-02-25 | 1 | -1/+6 |
|/ | |||||
* | Fix and refactor room and user stats (#5971) | Erik Johnston | 2019-09-04 | 1 | -111/+532 |
| | | | Previously the stats were not being correctly populated. | ||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -4/+1 |
| | |||||
* | Fix background updates to handle redactions/rejections (#5352) | Erik Johnston | 2019-06-06 | 1 | -3/+59 |
| | | | | | | | | * Fix background updates to handle redactions/rejections In background updates based on current state delta stream we need to handle that we may not have all the events (or at least that `get_events` may raise an exception). | ||||
* | Room Statistics (#4338) | Amber Brown | 2019-05-21 | 1 | -0/+251 |