summary refs log tree commit diff
path: root/synapse/storage/data_stores (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-05275-35702/+0
* Convert streams to async. (#8014)Patrick Cloke2020-08-041-4/+4
* Prevent join->join membership transitions changing member count (#7977)Andrew Morgan2020-08-032-5/+61
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2020-07-301-1/+1
|\
| * Update worker docs with recent enhancements (#7969)Erik Johnston2020-07-291-1/+1
* | Convert some of the data store to async. (#7976)Patrick Cloke2020-07-305-183/+154
* | Remove from the event_relations table when purging historical events. (#7978)Patrick Cloke2020-07-291-0/+2
* | Re-implement unread counts (#7736)Brendan Abolivier2020-07-294-2/+151
* | Convert push to async/await. (#7948)Patrick Cloke2020-07-271-2/+2
|/
* Convert state resolution to async/await (#7942)Patrick Cloke2020-07-243-3/+5
* Follow-up to admin API to re-activate accounts (#7908)Patrick Cloke2020-07-221-2/+24
* Stop using 'device_max_stream_id' (#7882)Erik Johnston2020-07-172-4/+1
* Change "unknown room ver" logging to warning. (#7881)Erik Johnston2020-07-171-1/+1
* Consistently use `db_to_json` to convert from database values to JSON objects...Patrick Cloke2020-07-1619-79/+73
* Merge pull request #7866 from matrix-org/rav/fix_guest_user_idRichard van der Hoff2020-07-163-30/+81
|\
| * Use a postgres sequence to generate guest user IDsRichard van der Hoff2020-07-162-29/+70
| * Use SequenceGenerator for state group ID allocationRichard van der Hoff2020-07-161-1/+11
* | Avoid brand new rooms in `delete_old_current_state_events` (#7854)Richard van der Hoff2020-07-151-10/+55
|/
* remove `retry_on_integrity_error` wrapper for persist_events (#7848)Richard van der Hoff2020-07-151-67/+0
* Fix bug in per-room message retention policies. (#7850)Patrick Cloke2020-07-141-1/+1
* Add delete room admin endpoint (#7613)Dirk Klimpel2020-07-141-1/+6
* Merge branch 'release-v1.17.0' into developRichard van der Hoff2020-07-101-0/+22
|\
| * Merge branch 'master' into release-v1.17.0Richard van der Hoff2020-07-101-0/+22
| |\
| | * fix migration, againRichard van der Hoff2020-07-101-1/+1
| | * Drop incorrectly-added table `local_rejections_stream`. (#7816)Richard van der Hoff2020-07-101-0/+22
* | | Add ability to shard the federation sender (#7798)Erik Johnston2020-07-102-7/+112
|/ /
* | Generate real events when we reject invites (#7804)Richard van der Hoff2020-07-091-20/+0
* | Do not use simplejson in Synapse. (#7800)Patrick Cloke2020-07-084-16/+8
* | Stop populating unused table `local_invites`. (#7793)Richard van der Hoff2020-07-073-80/+24
* | Refactor getting replication updates from database v2. (#7740)Erik Johnston2020-07-078-149/+322
* | isort 5 compatibility (#7786)Will Hunt2020-07-052-3/+2
* | Use symbolic names for replication stream names (#7768)Richard van der Hoff2020-07-012-5/+9
|/
* Back out MSC2625 implementation (#7761)Brendan Abolivier2020-07-012-128/+28
* Allow local media to be marked as safe from being quarantined. (#7718)Patrick Cloke2020-06-224-35/+52
* Fix unread counts in syncBrendan Abolivier2020-06-171-1/+1
* Implement unread counter (MSC2625) (#7673)Brendan Abolivier2020-06-172-27/+127
|\
| * Merge branch 'develop' into babolivier/mark_unreadBrendan Abolivier2020-06-1510-50/+35
| |\
| * | Incorporate reviewBrendan Abolivier2020-06-151-15/+11
| * | LintBrendan Abolivier2020-06-121-3/+8
| * | Incorporate review bitsBrendan Abolivier2020-06-121-14/+13
| * | Pre-populate the unread_count columnBrendan Abolivier2020-06-121-0/+5
| * | Don't update the schema versionBrendan Abolivier2020-06-121-0/+0
| * | Use attr instead of a dictBrendan Abolivier2020-06-121-21/+31
| * | Fix summary rotationBrendan Abolivier2020-06-121-12/+35
| * | Log for invalid values of notifBrendan Abolivier2020-06-111-0/+6
| * | Fix SQLBrendan Abolivier2020-06-111-3/+3
| * | Fix schema updateBrendan Abolivier2020-06-111-1/+1
| * | LintBrendan Abolivier2020-06-111-1/+2
| * | Save the count of unread messages to event_push_summaryBrendan Abolivier2020-06-112-19/+52
| * | Use temporary prefixes as per the MSCBrendan Abolivier2020-06-101-1/+1
| * | Use a more efficient way of calculating countersBrendan Abolivier2020-06-101-23/+20
| * | Add a new unread_counter to sync responsesBrendan Abolivier2020-06-101-2/+23
| * | Rename dont_push into mark_unreadBrendan Abolivier2020-06-101-3/+2
| * | Merge branch 'develop' into babolivier/mark_unreadBrendan Abolivier2020-06-101-5/+10
* | | Refactor getting replication updates from database. (#7636)Erik Johnston2020-06-164-37/+183
* | | Fix "argument of type 'ObservableDeferred' is not iterable" error (#7708)Patrick Cloke2020-06-161-4/+5
* | | Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-168-23/+6
| |/ |/|
* | Replace iteritems/itervalues/iterkeys with native versions. (#7692)Patrick Cloke2020-06-159-49/+34
* | Fix warnings about losing log context during UI auth. (#7688)Patrick Cloke2020-06-121-1/+1
|/
* Fix bug in account data replication stream. (#7656)Erik Johnston2020-06-092-1/+18
* async/await get_user_id_by_threepid (#7620)Andrew Morgan2020-06-032-23/+24
* Improve performance of _get_state_groups_from_groups_txn (#7567)Dagfinn Ilmari Mannsåker2020-06-011-6/+6
* Use upsert when inserting read receipts (#7607)Dagfinn Ilmari Mannsåker2020-06-011-9/+4
* Replace device_27_unique_idx bg update with a fg one (#7562)Richard van der Hoff2020-05-263-57/+85
* Simplify reap_monthly_active_users (#7558)Richard van der Hoff2020-05-231-59/+41
* Optimise some references to hs.config (#7546)Richard van der Hoff2020-05-221-8/+20
* Add option to move event persistence off master (#7517)Erik Johnston2020-05-225-43/+54
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-222-3/+5
* Retry to sync out of sync device lists (#7453)Brendan Abolivier2020-05-211-12/+22
* Merge pull request #7519 from matrix-org/rav/kill_py2_codeRichard van der Hoff2020-05-184-35/+14
|\
| * remove `builtins.buffer` code from storage codeRichard van der Hoff2020-05-152-16/+3
| * remove to_asciiRichard van der Hoff2020-05-152-19/+11
* | Fix limit logic for AccountDataStream (#7384)Richard van der Hoff2020-05-151-19/+43
* | Fix a couple of small typosAndrew Morgan2020-05-151-2/+2
* | Add a worker store for search insertion. (#7516)Erik Johnston2020-05-151-47/+49
* | Prevent 0-member/null room_version rooms from appearing in group room queries...Andrew Morgan2020-05-151-14/+78
* | Move event stream handling out of slave store. (#7491)Erik Johnston2020-05-154-19/+149
* | Fix a small typo in the arguments of simple_update in update_remote_profile_c...Andrew Morgan2020-05-151-1/+1
|/
* Merge tag 'v1.13.0rc2' into developRichard van der Hoff2020-05-141-1/+2
|\
| * Stop `get_joined_users` corruption from custom statuses (#7376)Richard van der Hoff2020-05-141-1/+2
* | Allow censoring of events to happen on workers. (#7492)Erik Johnston2020-05-131-6/+1
* | SpellingErik Johnston2020-05-132-2/+2
* | Shuffle persist event data store functions. (#7440)Erik Johnston2020-05-1316-1214/+1366
* | Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-113-7/+7
* | Remove unused store method get_hosts_in_room (#7448)Andrew Morgan2020-05-111-10/+0
* | Merge branch 'release-v1.13.0' into developAndrew Morgan2020-05-111-0/+21
|\|
| * Rework UI Auth session validation for registration (#7455)Patrick Cloke2020-05-081-0/+21
* | Add room details admin endpoint (#7317)Manuel Stahl2020-05-071-0/+31
* | Support any process writing to cache invalidation stream. (#7436)Erik Johnston2020-05-073-42/+87
* | Merge branch 'release-v1.13.0' into developRichard van der Hoff2020-05-061-2/+2
|\|
| * Merge branch 'release-v1.13.0' into erikj/faster_device_lists_fetchRichard van der Hoff2020-05-052-4/+7
| |\
| * | Speed up fetching device lists changes in sync.Erik Johnston2020-05-051-2/+2
* | | Merge pull request #7428 from matrix-org/rav/cross_signing_keys_cacheRichard van der Hoff2020-05-061-77/+21
|\ \ \
| * | | Make get_e2e_cross_signing_key delegate to get_e2e_cross_signing_keys_bulkRichard van der Hoff2020-05-061-54/+6
| * | | Fix batching for fetching cross-signing keysRichard van der Hoff2020-05-061-23/+15
| | |/ | |/|
* | | Merge branch 'develop' into rav/upsert_for_device_listRichard van der Hoff2020-05-062-4/+7
|\| |
| * | Wait for current_state_events_membership before populate_stats_process_rooms ...Richard van der Hoff2020-05-011-1/+5
| * | async/await is_server_admin (#7363)Andrew Morgan2020-05-011-3/+2
| |/
* / use an upsert to update device_lists_outbound_last_successRichard van der Hoff2020-05-062-18/+70
|/
* Persist user interactive authentication sessions (#7302)Patrick Cloke2020-04-303-0/+317
* Fix limit logic for EventsStream (#7358)Richard van der Hoff2020-04-291-4/+60
* Return total number of users and profile attributes in admin users endpoint (...Manuel Stahl2020-04-281-29/+39
* Fix EventsStream raising assertions when it falls behindRichard van der Hoff2020-04-241-12/+34
* Extend room admin api with additional attributes (#7225)Dirk Klimpel2020-04-221-4/+74
* Fix a potentially-huge sql query (#7274)Richard van der Hoff2020-04-151-7/+16
* typosMatthew Hodgson2020-04-111-1/+1
* bg update to clear out duplicate outbound_device_list_pokes (#7193)Richard van der Hoff2020-04-073-12/+99
* Convert delete_url_cache_media to async/await. (#7241)Patrick Cloke2020-04-071-2/+2
* Remove sent outbound device list pokes from the database (#7192)Richard van der Hoff2020-04-072-2/+23
* Fix race in replication (#7226)Erik Johnston2020-04-071-20/+20
* Remove stream before/after debug log lines (#7207)Andrew Morgan2020-04-061-2/+0
* Fix device list update stream ids going backward (#7158)Richard van der Hoff2020-04-031-2/+8
* Fill in the 'default' field for user-defined push rules (#6639)Karlinde2020-03-311-0/+1
* Only setdefault for signatures if device has key_json (#7177)Andrew Morgan2020-03-311-10/+14
* Fix use of async/await in media code (#7184)Patrick Cloke2020-03-311-2/+2
* Rewrite prune_old_outbound_device_pokes for efficiency (#7159)Richard van der Hoff2020-03-301-13/+58
* Transfer alias mappings when joining an upgraded room (#6946)Andrew Morgan2020-03-301-3/+23
* Ensure is_verified on /_matrix/client/r0/room_keys/keys is a boolean (#7150)Andrew Morgan2020-03-271-1/+2
* Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-255-199/+201
* Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-241-2/+2
* Remove concept of a non-limited stream. (#7011)Erik Johnston2020-03-203-16/+31
* Change device list streams to have one row per ID (#7010)Erik Johnston2020-03-192-65/+72
|\
| * Comments from reviewErik Johnston2020-03-181-8/+19
| * Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fixup_devi...Erik Johnston2020-03-021-1/+3
| |\
| * | Remove handling of multiple rows per IDErik Johnston2020-02-281-34/+1
| * | Change device list replication to match new semantics.Erik Johnston2020-02-281-6/+9
| * | Change device lists stream to have one row per id.Erik Johnston2020-02-281-18/+41
| * | Add 'device_lists_outbound_pokes' as extra table.Erik Johnston2020-02-281-1/+4
* | | Improve get auth chain difference algorithm. (#7095)Erik Johnston2020-03-181-1/+149
* | | Populate the room version from state events (#7070)Brendan Abolivier2020-03-162-0/+62
* | | Merge pull request #7055 from matrix-org/babolivier/get_time_of_last_push_act...Brendan Abolivier2020-03-091-17/+17
|\ \ \
| * | | Move `get_time_of_last_push_action_before` to the `EventPushActionsWorkerStore`Brendan Abolivier2020-03-091-17/+17
* | | | Remove special auth and redaction rules for aliases events in experimental ro...Patrick Cloke2020-03-091-2/+8
* | | | Break down monthly active users by appservice_id (#7030)Neil Johnson2020-03-061-1/+31
|/ / /
* | / Read the room version from database when fetching events (#6874)Richard van der Hoff2020-03-041-16/+68
| |/ |/|
* | Always return a deferred from `get_current_state_deltas`. (#7019)Erik Johnston2020-03-021-1/+3
|/
* Fixed set a user as an admin with the new API (#6928)Dirk Klimpel2020-02-281-6/+10
* Store room version on invite (#6983)Richard van der Hoff2020-02-261-0/+20
* Sanity-check database before running upgrades (#6982)Richard van der Hoff2020-02-251-15/+19
* Merge worker apps into one. (#6964)Erik Johnston2020-02-251-78/+78
* Upsert room version when we join over federation (#6968)Richard van der Hoff2020-02-241-0/+17
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-2114-44/+45
* don't insert into the device table for remote cross-signing keys (#6956)Hubert Chathi2020-02-201-15/+18
* Add some clarifications to README.md in the database schema directory. (#6615)Ruben Barkow-Kuder2020-02-201-8/+16
* Minor perf fixes to `get_auth_chain_ids`.Erik Johnston2020-02-191-6/+4
* Reduce auth chains fetched during v2 state res. (#6952)Erik Johnston2020-02-191-5/+23
* Revert `get_auth_chain_ids` changes (#6951)Erik Johnston2020-02-191-28/+0
* Increase DB/CPU perf of `_is_server_still_joined` check. (#6936)Erik Johnston2020-02-191-0/+31
* Limit size of get_auth_chain_ids query (#6947)Erik Johnston2020-02-191-18/+23
* Increase perf of `get_auth_chain_ids` used in state res v2. (#6937)Erik Johnston2020-02-181-0/+23
* wait for current_state_events_membership before delete_old_current_state_even...Richard van der Hoff2020-02-171-2/+5
* Remove unused `get_room_stats_state` method. (#6869)Richard van der Hoff2020-02-071-25/+0
* Allow moving group read APIs to workers (#6866)Erik Johnston2020-02-071-359/+361
* Reduce amount of logging at INFO level. (#6862)Erik Johnston2020-02-061-2/+2
* Merge tag 'v1.10.0rc2' into developErik Johnston2020-02-061-2/+2
|\
| * Merge pull request #6844 from matrix-org/uhoreg/cross_signing_fix_device_fedHubert Chathi2020-02-051-0/+10
| * Fix detecting unknown devices from remote encrypted events. (#6848)Erik Johnston2020-02-041-2/+2
* | Database updates to populate rooms.room_version (#6847)Richard van der Hoff2020-02-042-0/+57
* | add device signatures to device key query resultsHubert Chathi2020-02-041-0/+10
|/
* Fix deleting of stale marker for device lists (#6819)Erik Johnston2020-01-311-7/+7
* Add `get_room_version` methodRichard van der Hoff2020-01-311-1/+24
* s/get_room_version/get_room_version_id/Richard van der Hoff2020-01-311-1/+1
* Log when we delete room in bg update (#6816)Erik Johnston2020-01-301-0/+2
* Backgroud update to clean out rooms from current state (#6802)Erik Johnston2020-01-302-2/+125
* When server leaves room check for stale device lists. (#6801)Erik Johnston2020-01-301-2/+35
* When a client asks for remote keys check if should resync. (#6797)Erik Johnston2020-01-301-3/+29
* Delete current state when server leaves a room (#6792)Erik Johnston2020-01-291-72/+111
* Detect unknown remote devices and mark cache as stale (#6776)Erik Johnston2020-01-282-5/+49
* Merge branch 'master' into developErik Johnston2020-01-281-1/+7
|\
| * Fix setting `mau_limit_reserved_threepids` config (#6793)Erik Johnston2020-01-281-1/+7
* | Add `rooms.room_version` column (#6729)Erik Johnston2020-01-273-18/+134
* | Propagate cache invalidates from workers to other workers. (#6748)Erik Johnston2020-01-271-1/+21
* | Make 'event.redacts' never raise. (#6771)Erik Johnston2020-01-232-2/+2
* | Remove unnecessary abstractions in admin handler (#6751)Andrew Morgan2020-01-221-1/+1
|/
* Admin API to list, filter and sort rooms (#6720)Andrew Morgan2020-01-221-1/+124
* Allow monthly active user limiting support for worker mode, fixes #4639. (#6742)Neil Johnson2020-01-221-82/+83
* Allow streaming cache invalidate all to workers. (#6749)Erik Johnston2020-01-221-4/+23
* Add a DeltaState to track changes to be made to current state (#6716)Erik Johnston2020-01-201-44/+43
* Fix syntax error in run_upgrade for schema 57 (#6728)Satsuki Yanagi2020-01-171-3/+4
* Merge pull request #6714 from matrix-org/babolivier/retention_select_eventBrendan Abolivier2020-01-171-5/+5
|\
| * Fixup diffBrendan Abolivier2020-01-161-6/+7
| * Remove get_room_event_after_stream_ordering entirelyBrendan Abolivier2020-01-161-57/+12
| * LintBrendan Abolivier2020-01-161-6/+12
| * Correctly order when selecting before stream orderingBrendan Abolivier2020-01-151-2/+5
| * Fix typoBrendan Abolivier2020-01-151-1/+1
| * Fix instantiation of message retention purge jobsBrendan Abolivier2020-01-151-12/+47
* | move batch_iter to a separate moduleRichard van der Hoff2020-01-166-6/+6
* | Add StateMap type alias (#6715)Erik Johnston2020-01-162-29/+34
* | Add `local_current_membership` table (#6655)Erik Johnston2020-01-153-79/+237
|/
* Quarantine media by ID or user ID (#6681)Andrew Morgan2020-01-131-1/+115
* Modify check_database to take a connection rather than a cursorRichard van der Hoff2020-01-091-1/+1
* Allow admin users to create or modify users without a shared secret (#6495)Manuel Stahl2020-01-091-0/+2
* Merge pull request #6664 from matrix-org/erikj/media_admin_apisErik Johnston2020-01-081-120/+128
|\
| * Shuffle the codeErik Johnston2020-01-081-25/+16
| * CommentsErik Johnston2020-01-081-0/+3
| * Do not rely on streaming events, as media repo doesn'tErik Johnston2020-01-081-12/+26
| * Move media admin store functions to worker storeErik Johnston2020-01-081-120/+120
* | Fix GET request on /_synapse/admin/v2/users endpoint (#6563)Manuel Stahl2020-01-081-2/+2
|/
* Merge pull request #6652 from matrix-org/babolivier/depth_missing_eventsBrendan Abolivier2020-01-071-1/+1
|\
| * Fix conditions failing if min_depth = 0Brendan Abolivier2020-01-071-1/+1
* | Add a background update to clear tombstoned rooms from the directory (#6648)Richard van der Hoff2020-01-072-0/+82
* | Merge pull request #6645 from matrix-org/rav/fix_synchrotron_errorRichard van der Hoff2020-01-071-9/+35
|\ \
| * | Clarify documentation on get_event* methodsRichard van der Hoff2020-01-061-9/+35
* | | Merge pull request #6629 from matrix-org/rav/kill_event_reference_hashesRichard van der Hoff2020-01-061-53/+17
|\ \ \ | |/ / |/| |
| * | Remove unused get_latest_event_ids_and_hashes_in_roomRichard van der Hoff2020-01-061-42/+0
| * | Remove unused get_prev_events_and_hashes_for_roomRichard van der Hoff2020-01-061-30/+0
| * | replace get_prev_events_and_hashes_for_room with get_prev_events_for_room in ...Richard van der Hoff2020-01-061-0/+35
| * | rename get_prev_events_for_room to get_prev_events_and_hashes_for_roomRichard van der Hoff2020-01-061-2/+3
| |/
* | Fix some test failures when frozen_dicts are enabled (#6642)Richard van der Hoff2020-01-061-2/+2
* | Add experimental 'databases' config (#6580)Erik Johnston2020-01-061-0/+21
|/
* Split state groups into a separate data store (#6296)Erik Johnston2019-12-2019-1146/+1136
* Change EventContext to use the Storage class (#6564)Erik Johnston2019-12-202-2/+2
* Clean up startup for the pusher (#6558)Richard van der Hoff2019-12-181-17/+8
* Add delta file to fix missing default table data (#6555)Andrew Morgan2019-12-183-15/+23
* Add database config class (#6513)Erik Johnston2019-12-182-8/+34
* Automatically delete empty groups/communities (#6453)Werner Sembach2019-12-161-0/+29
* look up cross-signing keys from the DB in bulk (#6486)Hubert Chathi2019-12-121-4/+213
* Fix redacted events being returned in search results ordered by "recent" (#6522)Andrew Morgan2019-12-121-3/+8
* Merge tag 'v1.7.0rc2' into developErik Johnston2019-12-111-0/+5
|\
| * Merge branch 'erikj/fix_sqlite_7' of github.com:matrix-org/synapse into relea...Erik Johnston2019-12-115-11/+41
| |\
| * | Give the server config to the RoomWorkerStoreBrendan Abolivier2019-12-101-0/+5
* | | Prevent redacted events from appearing in message search (#6377)Andrew Morgan2019-12-112-38/+67
* | | Add dev script to generate full SQL schema files (#6394)Andrew Morgan2019-12-112-19/+13
* | | Prevent message search in upgraded rooms we're not in (#6385)Andrew Morgan2019-12-111-5/+13
* | | Fix race which caused deleted devices to reappear (#6514)Richard van der Hoff2019-12-101-3/+5
| |/ |/|
* | Drop unused indexErik Johnston2019-12-104-13/+18
* | Convert _censor_redactions to async since it awaits on coroutinesErik Johnston2019-12-101-11/+9
* | Only start censor background job after indices are createdErik Johnston2019-12-102-2/+9
* | Fix support for SQLite 3.7.Erik Johnston2019-12-093-2/+22
|/
* Merge pull request #6487 from matrix-org/erikj/pass_in_dbErik Johnston2019-12-0925-85/+143
|\
| * Fix commentErik Johnston2019-12-091-1/+1
| * Fix port db scriptErik Johnston2019-12-061-1/+1
| * Move start up DB checks to main data store.Erik Johnston2019-12-061-0/+7
| * Pass Database into the data storeErik Johnston2019-12-061-2/+5
| * Move are_all_users_on_domain checks to main data store.Erik Johnston2019-12-061-1/+23
| * Change DataStores to accept 'database' param.Erik Johnston2019-12-0624-81/+107
* | Merge pull request #6484 from matrix-org/erikj/port_sync_handlerErik Johnston2019-12-092-3/+3
|\ \ | |/ |/|
| * Fixup functions to consistently return deferredsErik Johnston2019-12-062-3/+3
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/make_datab...Erik Johnston2019-12-062-24/+43
|\ \
| * | Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925)Manuel Stahl2019-12-052-22/+43
| |/
* | Move background update handling out of storeErik Johnston2019-12-0515-138/+153
* | Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-0541-722/+772
|/
* Merge pull request #6464 from matrix-org/erikj/make_public_sql_baseErik Johnston2019-12-0541-419/+432
|\
| * Remove underscore from SQLBaseStore functionsErik Johnston2019-12-0441-420/+416
| * Don't call SQLBaseStore methods from outside storesErik Johnston2019-12-041-0/+17
* | Merge pull request #6470 from matrix-org/babolivier/port_db_ci_failureBrendan Abolivier2019-12-041-2/+10
|\ \
| * | Fix background updates for synapse_port_dbBrendan Abolivier2019-12-041-2/+10
| |/
* / get rid of (most of) have_events from _update_auth_events_and_context_for_aut...Richard van der Hoff2019-12-041-34/+0
|/
* Merge pull request #6454 from matrix-org/erikj/clean_base_StoreErik Johnston2019-12-046-8/+218
|\
| * Revert "Move get_user_count_txn out of base store"Erik Johnston2019-12-041-12/+0