summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/stats.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/make_datab...Erik Johnston2019-12-061-1/+1
|\
| * Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925)Manuel Stahl2019-12-051-1/+1
* | Move background update handling out of storeErik Johnston2019-12-051-10/+10
* | Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-24/+24
|/
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-14/+14
* Update black to 19.10b0 (#6304)Amber Brown2019-11-011-2/+2
* Make user/room stats log line less verbose.Michael Kaye2019-10-241-1/+1
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+881