summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up newline quote marks around the codebase (#6362)Andrew Morgan2019-11-211-5/+3
* Move type annotation into docstringErik Johnston2019-11-081-3/+3
* Fix deleting state groups during room purge.Erik Johnston2019-11-061-13/+14
* Use correct type annotationErik Johnston2019-11-061-2/+2
* Change to not require a state_groups.room_id index.Erik Johnston2019-11-041-27/+43
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg...Erik Johnston2019-11-041-5/+39
|\
| * Merge pull request #6301 from matrix-org/babolivier/msc2326Brendan Abolivier2019-11-011-1/+35
| |\
| | * Incorporate reviewBrendan Abolivier2019-11-011-1/+1
| | * Add more data to the event_labels table and fix the indexesBrendan Abolivier2019-11-011-3/+17
| | * LintBrendan Abolivier2019-11-011-1/+1
| | * Incorporate reviewBrendan Abolivier2019-11-011-2/+10
| | * LintBrendan Abolivier2019-10-301-7/+1
| | * Store labels for new eventsBrendan Abolivier2019-10-301-1/+19
| * | Update black to 19.10b0 (#6304)Amber Brown2019-11-011-4/+4
* | | Fix up commentErik Johnston2019-11-011-2/+1
* | | Update log line to lie a little lessErik Johnston2019-10-311-1/+1
* | | DocstringsErik Johnston2019-10-311-3/+11
* | | Fix purge room APIErik Johnston2019-10-311-5/+8
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg...Erik Johnston2019-10-311-2/+1
|\| |
| * | Fix /purge_room API.Erik Johnston2019-10-311-1/+0
| * | fix delete_existing for _persist_events (#6300)Richard van der Hoff2019-10-301-1/+1
* | | Split purge API into events vs stateErik Johnston2019-10-301-175/+153
|/ /
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_out_...Erik Johnston2019-10-301-4/+3
|\ \
| * | Port receipt and read markers to async/waitErik Johnston2019-10-291-4/+3
| |/
* | Review commentsErik Johnston2019-10-301-5/+14
* | Move persist_events out from main data store.Erik Johnston2019-10-231-634/+67
|/
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+2489