summary refs log tree commit diff
path: root/synapse/storage/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run black on the rest of the storage module (#4996)Amber Brown2019-04-031-5/+5
* run isortAmber Brown2018-07-091-1/+1
* Fix assertion to stop transaction queue getting wedgedRichard van der Hoff2017-03-151-0/+14
* Add tests for redactionsMark Haines2016-04-071-1/+1
* Assert that the step != 0Mark Haines2016-04-011-0/+1
* use google style doc stringsMark Haines2016-04-011-11/+12
* Rename direction to step, apply checks consistentlyMark Haines2016-04-011-15/+15
* Use a stream id generator for backfilled idsMark Haines2016-04-011-20/+41
* Add replication stream for pushersMark Haines2016-03-151-1/+6
* Ensure integer is an integerErik Johnston2016-03-091-1/+1
* Add a stream for push rule updatesMark Haines2016-03-011-26/+58
* Load the current id in the IdGenerator constructorMark Haines2016-03-011-47/+22
* Remove unused param from get_max_tokenErik Johnston2016-02-181-3/+1
* Initial cutErik Johnston2016-02-171-1/+3
* Add a Homeserver.setup method.Erik Johnston2016-01-261-27/+9
* copyrightsMatthew Hodgson2016-01-072-2/+2
* Merge pull request #199 from matrix-org/erikj/receiptsErik Johnston2015-07-161-2/+5
|\
| * Add basic storage functions for handling of receiptsErik Johnston2015-07-011-2/+5
* | Add bulk insert events APIErik Johnston2015-06-251-0/+31
|/
* SYN-377: Make sure that the StreamIdGenerator.get_next.__exit__ is called fro...Mark Haines2015-05-121-4/+8
* TypoErik Johnston2015-04-291-1/+1
* Also remove yield from within lock in the other generatorErik Johnston2015-04-291-8/+6
* Fix deadlock in id_generators. No idea why this was an actual deadlock.Erik Johnston2015-04-291-14/+16
* Make get_max_token into inlineCallbacks so that the lock works.Erik Johnston2015-04-271-3/+4
* Use try..finally in contextlib.contextmanagerErik Johnston2015-04-151-3/+5
* Correctly increment the _next_id initiallyErik Johnston2015-04-141-2/+4
* Stream ordering and out of order insertions.Erik Johnston2015-04-092-0/+140