summary refs log tree commit diff
path: root/synapse/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* add a filtered_types param to limit filtering to specific typesMatthew Hodgson2018-07-191-53/+60
* merge develop pydoc for _get_state_for_groupsMatthew Hodgson2018-07-1950-375/+550
|\
| * revert 00bc979Richard van der Hoff2018-07-191-4/+3
| * Merge remote-tracking branch 'origin/release-v0.33.0' into developRichard van der Hoff2018-07-191-3/+4
| |\
| | * Disable logcontext warningRichard van der Hoff2018-07-191-3/+4
| * | Run things as background processesRichard van der Hoff2018-07-184-16/+29
| |/
| * Merge pull request #3505 from matrix-org/erikj/receipts_cahceErik Johnston2018-07-121-6/+19
| |\
| | * Update return value docstringErik Johnston2018-07-121-1/+1
| | * Use 'is not None' and add commentsErik Johnston2018-07-101-2/+6
| | * Use stream cache in get_linearized_receipts_for_roomErik Johnston2018-07-101-4/+13
| * | s/becuase/because/gMatthew Hodgson2018-07-101-2/+2
| |/
| * Attempt to include db threads in cpu usage stats (#3496)Richard van der Hoff2018-07-102-18/+17
| * Add CPU metrics for _fetch_event_listRichard van der Hoff2018-07-091-19/+32
| * run isortAmber Brown2018-07-0949-246/+244
| * Invalidate cache on correct threadErik Johnston2018-07-021-1/+2
| * Attempt to be more performant on PyPy (#3462)Amber Brown2018-06-2819-28/+35
| * Fix error on deleting users pending deactivationDavid Baker2018-06-261-1/+3
| * Revert "Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibili...Erik Johnston2018-06-253-0/+126
| * Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility"Richard van der Hoff2018-06-223-126/+0
| * Deleting from event_push_actions needs to use an indexMark Haines2018-06-221-1/+8
| * Merge pull request #3432 from matrix-org/rav/joined_hosts_cache_non_iterableRichard van der Hoff2018-06-221-1/+1
| |\
| | * Make _get_joined_hosts_cache cache non-iterableErik Johnston2018-06-221-1/+1
| * | Merge pull request #3430 from matrix-org/rav/configurable_push_action_rotationRichard van der Hoff2018-06-221-3/+5
| |\ \ | | |/ | |/|
| | * Make push actions rotation configurableErik Johnston2018-06-221-3/+5
| * | Merge pull request #3431 from matrix-org/rav/erasure_visibilityErik Johnston2018-06-223-0/+126
| |\ \
| | * | UserErasureStoreRichard van der Hoff2018-06-123-0/+126
| * | | Merge pull request #3427 from matrix-org/erikj/remove_filtersErik Johnston2018-06-221-20/+1
| |\| | | | |/ | |/|
| | * remove dead filter_events_for_clientsRichard van der Hoff2018-06-121-20/+1
| * | Disable partial state group caching for wildcard lookupsRichard van der Hoff2018-06-221-13/+43
| * | Merge pull request #3382 from matrix-org/rav/optimise_state_groupsRichard van der Hoff2018-06-221-5/+1
| |\ \
| | * | Optimise state_group_cache updateRichard van der Hoff2018-06-111-5/+1
| * | | Merge pull request #3419 from matrix-org/rav/events_per_requestRichard van der Hoff2018-06-221-0/+4
| |\ \ \
| | * | | Indirect evt_count updates via method callRichard van der Hoff2018-06-221-1/+1
| | * | | Log number of events fetched from DBRichard van der Hoff2018-06-211-0/+4
| | | |/ | | |/|
| * / | Pass around the reactor explicitly (#3385)Amber Brown2018-06-224-9/+9
| |/ /
| * | Merge pull request #3276 from matrix-org/dbkr/unbindDavid Baker2018-06-111-9/+0
| |\ \
| | * \ Merge remote-tracking branch 'origin/develop' into dbkr/unbindDavid Baker2018-05-241-9/+6
| | |\ \
| | * | | Hit the 3pid unbind endpoint on deactivationDavid Baker2018-05-231-9/+0
* | | | | Merge branch 'develop' into matthew/filter_membersMatthew Hodgson2018-06-102-29/+3
|\| | | |
| * | | | Fix sql error in _get_state_groups_from_groupsRichard van der Hoff2018-06-061-1/+1
| * | | | Merge pull request #3324 from matrix-org/rav/remove_dead_methodRichard van der Hoff2018-06-041-26/+0
| |\ \ \ \
| | * | | | Remove was_forgotten_atRichard van der Hoff2018-06-011-26/+0
| | | |_|/ | | |/| |
| * / | | Add hacky cache factor override systemErik Johnston2018-06-041-2/+2
| |/ / /
* | | | Merge branch 'develop' into matthew/filter_membersMatthew Hodgson2018-06-0412-92/+179
|\| | |
| * | | Merge pull request #3264 from matrix-org/neil/sign-up-statsNeil Johnson2018-06-013-1/+56
| |\ \ \
| | * | | remove unnecessary INSERTNeil Johnson2018-06-011-1/+0
| | * | | create users index on creation_tsNeil Johnson2018-05-291-0/+20
| | * | | create index in backgroundNeil Johnson2018-05-291-0/+7
| | * | | bump versionNeil Johnson2018-05-291-1/+1
| | * | | daily user type phone home statsNeil Johnson2018-05-221-0/+29
| | |/ /
| * | | Handle RRs which arrive before their eventsRichard van der Hoff2018-06-011-25/+19
| * | | Ignore depth when updating read-receiptsRichard van der Hoff2018-06-011-30/+37
| * | | Consistently use six's iteritems and wrap lazy keys/values in list() if they'...Amber Brown2018-05-315-54/+59
| * | | Merge pull request #3303 from NotAFile/py3-memoryviewAmber Brown2018-05-303-6/+30
| |\ \ \
| | * | | add remaining memoryview changesAdrian Tschira2018-05-292-4/+12
| | * | | use memoryview in py3Adrian Tschira2018-05-292-2/+18
| * | | | Merge pull request #3281 from NotAFile/py3-six-isinstanceAmber Brown2018-05-301-2/+3
| |\ \ \ \
| | * | | | remaining isintance fixesAdrian Tschira2018-05-241-2/+3
| * | | | | Exempt AS-registered users from doing gdprRichard van der Hoff2018-05-291-0/+1
| | |/ / / | |/| | |
* | | | | add pydocMatthew Hodgson2018-05-291-22/+54
* | | | | merge developMatthew Hodgson2018-05-2940-519/+1165
|\| | | |
| * | | | update metrics to be in secondsAmber Brown2018-05-281-15/+15
| * | | | Merge remote-tracking branch 'origin/develop' into 3218-official-promAmber Brown2018-05-2810-43/+60
| |\ \ \ \
| | * \ \ \ Merge pull request #3279 from NotAFile/py3-more-iteritemsAmber Brown2018-05-241-4/+6
| | |\ \ \ \
| | | * | | | more iteritemsAdrian Tschira2018-05-241-4/+6
| | | |/ / /
| | * / / / Misc. py3 fixesAdrian Tschira2018-05-243-3/+3
| | |/ / /
| | * | | Merge pull request #3278 from NotAFile/py3-storage-baseAmber Brown2018-05-241-17/+22
| | |\ \ \
| | | * | | Py3 storage/_base.pyAdrian Tschira2018-05-241-17/+22
| | | | |/ | | | |/|
| | * | | Merge pull request #3244 from NotAFile/py3-six-4Amber Brown2018-05-244-9/+16
| | |\ \ \
| | | * | | replace some iteritems with sixAdrian Tschira2018-05-194-9/+16
| | * | | | Merge pull request #3247 from NotAFile/py3-miscAmber Brown2018-05-241-1/+7
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | use stand-in value if maxint is not availableAdrian Tschira2018-05-191-1/+7
| | | |/ /
| | * | | Remove unused string formatting paramErik Johnston2018-05-221-1/+0
| | * | | Don't support limitless paginationErik Johnston2018-05-221-8/+6
| | | |/ | | |/|
| * | | cleanupAmber Brown2018-05-221-3/+6
| * | | Merge remote-tracking branch 'origin/develop' into 3218-official-promAmber Brown2018-05-2211-75/+286
| |\| |
| | * | Send users a server notice about consentRichard van der Hoff2018-05-222-7/+59
| | * | Tighter filtering for user_daily_visitsNeil Johnson2018-05-181-1/+5
| | |/
| | * fix psql compatability bugNeil Johnson2018-05-181-1/+1
| | * Merge pull request #3235 from matrix-org/rav/fix_receipts_deferredRichard van der Hoff2018-05-181-7/+11
| | |\
| | | * Fix error in handling receiptsRichard van der Hoff2018-05-181-7/+11
| | * | Merge pull request #3221 from matrix-org/erikj/purge_tokenErik Johnston2018-05-181-24/+53
| | |\ \ | | | |/ | | |/|
| | | * Clarify commentErik Johnston2018-05-161-1/+2
| | | * CommentsErik Johnston2018-05-161-0/+8
| | | * Move and rename variableErik Johnston2018-05-161-3/+3
| | | * Make purge_history operate on tokensErik Johnston2018-05-151-8/+9
| | | * Use events_to_purge table rather than tokenErik Johnston2018-05-151-15/+34
| | * | Merge pull request #3212 from matrix-org/erikj/epa_streamErik Johnston2018-05-172-38/+16
| | |\ \
| | | * | Use stream rather depth ordering for push actionsErik Johnston2018-05-112-38/+16
| | * | | Merge pull request #3163 from matrix-org/cohort_analyticsNeil Johnson2018-05-165-5/+113
| | |\ \ \
| | | * | | remove empty lineNeil Johnson2018-05-161-1/+0
| | | * | | style and further contraining queryNeil Johnson2018-05-161-8/+12
| | | * | | Limit query load of generate_user_daily_visitsNeil Johnson2018-05-151-13/+47
| | | * | | instead of inserting user daily visit data at the end of the day, instead ins...Neil Johnson2018-05-141-40/+14
| | | * | | Merge branch 'develop' of https://github.com/matrix-org/synapse into cohort_a...Neil Johnson2018-05-1410-290/+380
| | | |\| |
| | | * | | remove user agent from data model, will just join on user_ipsNeil Johnson2018-05-011-12/+11
| | | * | | add inidexes based on usageNeil Johnson2018-05-011-6/+2
| | | * | | pep8Neil Johnson2018-04-251-3/+4
| | | * | | Generate user daily statsNeil Johnson2018-04-255-5/+106
| | * | | | Merge pull request #3213 from matrix-org/rav/consent_handlerRichard van der Hoff2018-05-162-0/+36
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | ConsentResource to gather policy consent from usersRichard van der Hoff2018-05-152-0/+36
| | | | |/ | | | |/|
| * | / | rest of the changesAmber Brown2018-05-212-27/+18
| |/ / /
| * | | Merge pull request #3201 from matrix-org/dbkr/leave_rooms_on_deactivateDavid Baker2018-05-142-0/+64
| |\ \ \ | | |/ / | |/| |
| | * | Many docstringsDavid Baker2018-05-101-0/+12
| | * | Add the schema fileDavid Baker2018-05-091-0/+25
| | * | Part deactivated users in the backgroundDavid Baker2018-05-091-0/+27
| * | | Merge pull request #3199 from matrix-org/erikj/pagination_syncErik Johnston2018-05-091-39/+36
| |\ \ \
| | * | | Refactor sync APIs to reuse pagination APIErik Johnston2018-05-091-38/+35
| | * | | Don't unnecessarily require token to be stream tokenErik Johnston2018-05-091-1/+1
| * | | | Merge pull request #3198 from matrix-org/erikj/fixup_return_paginationErik Johnston2018-05-091-1/+15
| |\ \ \ \
| | * | | | Fix up commentErik Johnston2018-05-091-1/+1
| | * | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fixup_retu...Erik Johnston2018-05-091-5/+6
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Refactor get_recent_events_for_room return typeErik Johnston2018-05-091-1/+15
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/remove_mem...Erik Johnston2018-05-091-5/+6
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Update commentsErik Johnston2018-05-091-5/+6
| | |/ / /
| * / / / Remove unused code path from member change DB funcErik Johnston2018-05-091-24/+10
| |/ / /
| * | | Refactor pagination DB API to return concrete typeErik Johnston2018-05-091-28/+48
| * | | Remove unused from_token paramErik Johnston2018-05-091-7/+4
| * | | Refactor recent events func to use pagination funcErik Johnston2018-05-091-48/+27
| * | | Fix up comments and make function privateErik Johnston2018-05-091-7/+7
| * | | Reuse existing pagination code for context APIErik Johnston2018-05-081-75/+15
| * | | Parse tokens before calling DB functionErik Johnston2018-05-081-14/+18
| * | | Only fetch required fields from databaseErik Johnston2018-05-081-1/+2
| * | | Split paginate_room_events storage functionErik Johnston2018-05-081-28/+72
| |/ /
| * | Merge pull request #3141 from matrix-org/erikj/fixup_stateErik Johnston2018-05-031-37/+67
| |\ \
| | * | Fix up grammarErik Johnston2018-05-031-3/+3
| | * | Refactor event storage to not require stateErik Johnston2018-04-271-37/+67
| * | | Merge pull request #3129 from matrix-org/matthew/fix_group_dupsMatthew Hodgson2018-04-301-0/+57
| |\ \ \
| | * | | fix missing importMatthew Hodgson2018-04-281-0/+1
| | * | | pep8Matthew Hodgson2018-04-281-3/+5
| | * | | make it work with sqliteMatthew Hodgson2018-04-282-34/+54
| | * | | remove duplicates from groups tablesMatthew Hodgson2018-04-251-0/+34
| | | |/ | | |/|
| * | | Merge branch 'develop' into py3-xrange-1Richard van der Hoff2018-04-302-4/+6
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/develop' into rav/use_run_in_backgroundRichard van der Hoff2018-04-272-8/+18
| | |\ \ \
| | * | | | Use run_in_background in preference to preserve_fnRichard van der Hoff2018-04-272-4/+6
| | | |_|/ | | |/| |
| * | | | Move more xrange to sixAdrian Tschira2018-04-284-4/+12
| | |/ / | |/| |
| * | | Merge pull request #3138 from matrix-org/rav/catch_unhandled_exceptionsRichard van der Hoff2018-04-271-7/+17
| |\ \ \
| | * | | Improve exception handling for background processesRichard van der Hoff2018-04-271-7/+17
| | |/ /
| * / / Add missing consumeErrorsRichard van der Hoff2018-04-271-1/+1
| |/ /
| * | Fix media admin APIsErik Johnston2018-04-261-2/+2
| * | Also fix reindexing of searchErik Johnston2018-04-251-1/+1
| * | Fix quarantine media admin APIErik Johnston2018-04-251-1/+1
| |/
| * Merge pull request #3110 from NotAFile/py3-six-queueRichard van der Hoff2018-04-201-2/+4
| |\
| | * Replace Queue with six.moves.queueAdrian Tschira2018-04-161-2/+4
| * | Merge pull request #3117 from matrix-org/rav/refactor_have_eventsRichard van der Hoff2018-04-201-7/+42
| |\ \
| | * | Refactor store.have_eventsRichard van der Hoff2018-04-201-7/+42
| | |/
| * / Avoid creating events with huge numbers of prev_eventsRichard van der Hoff2018-04-161-16/+41
| |/
| * Format docstringErik Johnston2018-04-121-2/+3
| * Doc we raise on unknown eventErik Johnston2018-04-121-2/+3
| * Track last processed event received_tsErik Johnston2018-04-111-0/+18
| * Track where event stream processing have gotten up toErik Johnston2018-04-111-0/+3
| * Merge pull request #2760 from Valodim/pypyRichard van der Hoff2018-04-112-1/+6
| |\
| | * Fix pep8 error on psycopg2cffi hackRichard van der Hoff2018-04-101-6/+5
| | * Use psycopg2cffi module instead of psycopg2 if running on pypyVincent Breitmoser2018-04-102-2/+8
| * | fix typoNeil Johnson2018-04-101-2/+2
| * | remove errant print v0.27.3-rc2Neil Johnson2018-04-091-1/+1
| * | Fix msec to sec, againNeil Johnson2018-04-091-3/+3
| * | Fix msec to secNeil Johnson2018-04-091-1/+1
| * | Fix psycopg2 interpolationNeil Johnson2018-04-091-5/+5
| |/
| * Don't use redundant inlineCallbacksLuke Barnard2018-04-061-4/+1
| * join_rule -> join_policyLuke Barnard2018-04-061-1/+1
| * is_joinable -> join_ruleLuke Barnard2018-04-061-4/+1
| * pep8David Baker2018-04-061-1/+2
| * Implement group join APIDavid Baker2018-04-061-3/+9
| * Merge pull request #3045 from matrix-org/dbkr/group_joinableLuke Barnard2018-04-053-0/+42
| |\
| | * NON NULL -> NOT NULLLuke Barnard2018-04-051-1/+1
| | * Use DEFAULT join_policy of "invite" in dbLuke Barnard2018-04-051-1/+1
| | * Document set_group_join_policyLuke Barnard2018-04-051-0/+6
| | * Use join_policy API instead of joinableLuke Barnard2018-04-032-4/+10
| | * OK, smallint it is thenDavid Baker2018-03-281-1/+1
| | * Grr. Copy the definition from is_adminDavid Baker2018-03-281-1/+1
| | * Make column definition that works on both dbsDavid Baker2018-03-281-1/+1
| | * Add schema delta fileDavid Baker2018-03-281-0/+16
| | * Add joinability for groupsDavid Baker2018-03-282-1/+15
| * | Merge pull request #3041 from matrix-org/r30_statsNeil Johnson2018-04-054-7/+111
| |\ \
| | * | Review commentsNeil Johnson2018-04-051-4/+5
| | * | pep8Neil Johnson2018-03-291-2/+4
| | * | Remove need for sqlite specific queryNeil Johnson2018-03-291-30/+57
| | * | fix pep8 errorsNeil Johnson2018-03-281-3/+0
| | * | remove twisted deferral cruftNeil Johnson2018-03-281-6/+3
| | * | bump schema versionNeil Johnson2018-03-281-1/+1
| | * | Support multi client R30 for psqlNeil Johnson2018-03-281-8/+28
| | * | Add user_ips last seen indexNeil Johnson2018-03-282-0/+24
| | * | No need to cast in count_daily_usersNeil Johnson2018-03-281-2/+2
| | * | query and call for r30 statsNeil Johnson2018-03-281-0/+36
| | * | count_daily_users failed if db was sqlite due to type failure - presumably th...Neil Johnson2018-03-281-1/+1
| | |/
| * | Merge pull request #3060 from matrix-org/rav/kill_event_contentRichard van der Hoff2018-04-053-7/+12
| |\ \
| | * | Remove uses of events.contentRichard van der Hoff2018-03-293-7/+12
| * | | Merge pull request #3049 from matrix-org/rav/use_staticjsonRichard van der Hoff2018-04-031-15/+8
| |\ \ \
| | * | | Use static JSONEncodersRichard van der Hoff2018-03-291-15/+8
| | |/ /
| * / / Use simplejson throughoutRichard van der Hoff2018-03-291-1/+2
| |/ /
| * | Fix search_user_dir multiple sqlite versions do different thingsNeil Johnson2018-03-281-2/+2
| * | Merge pull request #3029 from matrix-org/erikj/linearize_generate_user_idErik Johnston2018-03-281-3/+1
| |\ \
| | * | Don't use _cursor_to_dict in find_next_generated_user_id_localpartErik Johnston2018-03-261-3/+1
| | |/
| * | Merge pull request #3030 from matrix-org/erikj/no_ujsonErik Johnston2018-03-281-1/+1
| |\ \
| | * | Remove last usage of ujsonErik Johnston2018-03-261-1/+1
| | |/
| * | CommentErik Johnston2018-03-271-4/+5
| * | Fix indentErik Johnston2018-03-271-1/+1
| * | CommentErik Johnston2018-03-271-0/+7
| * | Add counter metrics for calculating state deltaErik Johnston2018-03-271-1/+30
| |/
| * Merge branch 'master' of github.com:matrix-org/synapse into developErik Johnston2018-03-1917-26/+25
| |\
| | * Remove wrong commentErik Johnston2018-03-161-1/+0
| | * Replace ujson with simplejsonErik Johnston2018-03-1517-26/+26
| * | Replace some ujson with simplejson to make it workErik Johnston2018-03-162-2/+2
* | | Replace some ujson with simplejson to make it workErik Johnston2018-03-162-2/+2
* | | Merge branch 'develop' into matthew/filter_membersMatthew Hodgson2018-03-142-37/+43
|\| |
| * | Merge pull request #2988 from matrix-org/erikj/split_profile_storeErik Johnston2018-03-141-24/+26
| |\ \
| | * | Split up ProfileStoreErik Johnston2018-03-131-24/+26
| * | | Merge pull request #2993 from matrix-org/erikj/is_blockedErik Johnston2018-03-141-13/+17
| |\ \ \
| | * | | Add is_blocked to worker storeErik Johnston2018-03-131-13/+17
| | |/ /
| * / / fix bug #2926 (loading all state for a given type from the DB if the state_ke...Matthew Hodgson2018-03-131-7/+27
| |/ /
* | | pep8Matthew Hodgson2018-03-141-2/+2
* | | make it workMatthew Hodgson2018-03-131-4/+6
* | | remove comment now #2969 is fixedMatthew Hodgson2018-03-131-6/+0
* | | merge proper fix to bug 2969Matthew Hodgson2018-03-132-15/+30
|\ \ \
| * | | typoeMatthew Hodgson2018-03-131-1/+1
| * | | disable optimisation for searching for state groupsMatthew Hodgson2018-03-131-3/+13
| * | | build where_clause sanelyMatthew Hodgson2018-03-131-6/+4
| * | | PR feedbackzMatthew Hodgson2018-03-131-3/+2
| * | | fix bug #2926Matthew Hodgson2018-03-131-4/+17
| |/ /
| * | Add Measure block for persist_eventsRichard van der Hoff2018-03-131-4/+5
* | | correctly handle None state_keysMatthew Hodgson2018-03-121-10/+16
* | | fix sqlite where clauseMatthew Hodgson2018-03-121-2/+3
* | | typosMatthew Hodgson2018-03-111-0/+2
* | | WIP experiment in lazyloading room membersMatthew Hodgson2018-03-111-5/+42
|/ /
* | Fix race in sync when joining roomErik Johnston2018-03-072-2/+27
* | Merge pull request #2946 from matrix-org/rav/timestamp_to_purgeRichard van der Hoff2018-03-061-0/+27
|\ \
| * | Provide a means to pass a timestamp to purge_historyRichard van der Hoff2018-03-051-0/+27
* | | Merge pull request #2948 from matrix-org/erikj/kill_as_syncErik Johnston2018-03-062-153/+5
|\ \ \
| * | | Remove ability for AS users to call /events and /syncErik Johnston2018-03-052-153/+5
* | | | Merge pull request #2947 from matrix-org/erikj/split_directory_storeErik Johnston2018-03-051-23/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix cache invalidation on deletionErik Johnston2018-03-051-1/+4
| * | | Split Directory storeErik Johnston2018-03-051-22/+23
| |/ /
* | | Merge pull request #2943 from matrix-org/rav/fix_find_first_stream_ordering_a...Richard van der Hoff2018-03-051-12/+71
|\ \ \ | |/ / |/| |
| * | Test and fix find_first_stream_ordering_after_tsRichard van der Hoff2018-03-051-15/+53
| * | Add find_first_stream_ordering_after_tsRichard van der Hoff2018-03-051-0/+21
* | | Merge pull request #2934 from matrix-org/erikj/cache_fixErik Johnston2018-03-052-13/+15
|\ \ \
| * | | Fix bug with delayed cache invalidation streamErik Johnston2018-03-022-13/+15
* | | | Split registration storeErik Johnston2018-03-021-57/+61
|/ / /
* | | Merge pull request #2925 from matrix-org/erikj/split_sig_fedErik Johnston2018-03-012-133/+143
|\ \ \ | |/ / |/| |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_sig_fedErik Johnston2018-03-014-371/+406
| |\ \
| * | | Stub out broken function only used for cacheErik Johnston2018-03-011-1/+3
| * | | Split out SignatureStore and EventFederationStoreErik Johnston2018-03-012-132/+140
* | | | Merge pull request #2927 from matrix-org/erikj/read_marker_cachesErik Johnston2018-03-012-2/+39
|\ \ \ \ | |_|/ / |/| | |
| * | | Fewer lies are betterErik Johnston2018-03-011-2/+2
| * | | Improve caching for read_marker APIErik Johnston2018-03-011-0/+35
| * | | Add some caches to help read marker APIErik Johnston2018-03-012-2/+4
| |/ /
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_stre...Erik Johnston2018-03-013-197/+206
|\ \ \
| * \ \ Merge pull request #2923 from matrix-org/erikj/stream_ago_workerErik Johnston2018-03-012-79/+85
| |\ \ \
| | * | | Default stream_ordering_*_ago to NoneErik Johnston2018-03-011-2/+2