summary refs log tree commit diff
path: root/synapse/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* update docsErik Johnston2018-08-011-1/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_fed_...Erik Johnston2018-07-3011-67/+225
|\
| * make /context lazyload & filter aware (#3567)Matthew Hodgson2018-07-271-3/+11
| * Merge pull request #3614 from matrix-org/rav/stop_populating_event_contentRichard van der Hoff2018-07-263-2/+98
| |\
| | * Create the column nullableRichard van der Hoff2018-07-262-9/+13
| | * Stop populating events.contentRichard van der Hoff2018-07-262-1/+93
| * | Merge pull request #3613 from matrix-org/rav/stop_using_event_edges_room_idRichard van der Hoff2018-07-262-8/+6
| |\ \
| | * | Remove some redundant joins on event_edges.room_idRichard van der Hoff2018-07-262-8/+6
| | |/
| * | Merge pull request #3610 from matrix-org/rav/fix_looping_callsRichard van der Hoff2018-07-265-6/+8
| |\ \ | | |/ | |/|
| | * Fix some looping_call calls which were broken in #3604Richard van der Hoff2018-07-265-6/+8
| * | comment on event_edgesRichard van der Hoff2018-07-261-1/+2
| |/
| * switch missing_types to be a boolMatthew Hodgson2018-07-251-4/+4
| * Merge branch 'develop' into matthew/filter_membersMatthew Hodgson2018-07-258-125/+187
| |\
| * | incorporate more review.Matthew Hodgson2018-07-251-16/+14
| * | handle the edge case for _get_some_state_from_cache where types is []Matthew Hodgson2018-07-241-1/+7
| * | Merge branch 'develop' into matthew/filter_membersMatthew Hodgson2018-07-241-12/+4
| |\ \
| * | | consider non-filter_type types as wildcards, thus missing from the state-grou...Matthew Hodgson2018-07-241-1/+4
| * | | Merge branch 'develop' into matthew/filter_membersMatthew Hodgson2018-07-242-14/+25
| |\ \ \
| * | | | incorporate more reviewMatthew Hodgson2018-07-241-27/+9
| * | | | handle case where types is [] on postgres correctlyMatthew Hodgson2018-07-231-1/+1
| * | | | Merge branch 'develop' into matthew/filter_membersMatthew Hodgson2018-07-235-26/+75
| |\ \ \ \
| * | | | | incorporate reviewMatthew Hodgson2018-07-231-12/+8
| * | | | | fix thinkos; unbreak testsMatthew Hodgson2018-07-191-2/+2
| * | | | | incorporate reviewMatthew Hodgson2018-07-191-3/+4
| * | | | | 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
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into matthew/filter_membersMatthew Hodgson2018-06-102-29/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' into matthew/filter_membersMatthew Hodgson2018-06-0412-92/+179
| |\ \ \ \ \ \ \
| * | | | | | | | add pydocMatthew Hodgson2018-05-291-22/+54
| * | | | | | | | merge developMatthew Hodgson2018-05-2940-519/+1165
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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
| * | | | | | | | | | | 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
* | | | | | | | | | | | Split out DB writes in federation handlerErik Johnston2018-07-251-2/+12
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #3603 from matrix-org/erikj/handle_outliersErik Johnston2018-07-251-6/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Actually fix it by adding continueErik Johnston2018-07-251-0/+1
| * | | | | | | | | | | Fix typo in conditionalErik Johnston2018-07-251-1/+1
| * | | | | | | | | | | Correctly handle outliers during persist eventsErik Johnston2018-07-251-6/+7
* | | | | | | | | | | | Merge pull request #3606 from matrix-org/rav/logcontext_fixes_once_moreRichard van der Hoff2018-07-252-5/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix another logcontext leak in _persist_eventsRichard van der Hoff2018-07-252-5/+10
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #3607 from matrix-org/rav/fix_persist_events_integrity_errorRichard van der Hoff2018-07-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix occasional 'tuple index out of range' errorRichard van der Hoff2018-07-251-1/+1
| |/ / / / / / / / / / /
* / / / / / / / / / / / Wrap a number of things that run in the backgroundRichard van der Hoff2018-07-254-10/+26
|/ / / / / / / / / / /
* | | | | | | | | | | Pull out did_forget to worker storeErik Johnston2018-07-241-25/+27
* | | | | | | | | | | Merge pull request #3595 from matrix-org/erikj/use_deltasErik Johnston2018-07-241-53/+118
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Expand on docstring comment about return valueErik Johnston2018-07-241-0/+5
| * | | | | | | | | | | Remove unnecessary iteritemsErik Johnston2018-07-241-1/+1
| * | | | | | | | | | | Fixup comment (and indent)Erik Johnston2018-07-241-16/+20
| * | | | | | | | | | | Don't fetch state from the database unless neededErik Johnston2018-07-241-12/+18
| * | | | | | | | | | | Have _get_new_state_after_events return deltaErik Johnston2018-07-241-17/+48
| * | | | | | | | | | | Don't require to_delete to have event_idsErik Johnston2018-07-241-36/+55
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3583 from matrix-org/rav/remove_who_forgot_in_roomRichard van der Hoff2018-07-242-28/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/develop' into rav/remove_who_forgot_in_roomRichard van der Hoff2018-07-242-15/+31
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/develop' into rav/remove_who_forgot_in_roomRichard van der Hoff2018-07-235-26/+70
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove redundant checks on room forgottennessRichard van der Hoff2018-07-232-28/+0
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/speed_up_c...Erik Johnston2018-07-242-13/+24
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'develop' into rav/logcontext_fixesRichard van der Hoff2018-07-241-11/+21
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | fix idiocyRichard van der Hoff2018-07-241-2/+8
| | * | | | | | | | | | Add some measure blocks to persist_eventsRichard van der Hoff2018-07-231-11/+15
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * / | | | | | | | | Logcontext fixesRichard van der Hoff2018-07-242-3/+4
| |/ / / / / / / / /
* | | | | | | | | | Remove unnecessary ifErik Johnston2018-07-241-2/+1
* | | | | | | | | | Speed up _calculate_state_deltaErik Johnston2018-07-241-10/+3
|/ / / / / / / / /
* | | | | | | | | CommentsErik Johnston2018-07-231-0/+3
* | | | | | | | | Only get cached state from context in persist_eventErik Johnston2018-07-231-1/+3
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Use new gettersErik Johnston2018-07-233-5/+11
* | | | | | | | Merge branch 'develop' into matthew/sync_deleted_devicesMatthew Hodgson2018-07-236-23/+49
|\| | | | | | |
| * | | | | | | 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
* | | | | | | | | add trailing commaMatthew Hodgson2018-07-231-1/+1
* | | | | | | | | yes, we do need to invalidate the device_id_exists_cache when deleting a remo...Matthew Hodgson2018-07-191-1/+0
* | | | | | | | | spell out that include_deleted_devices requires include_all_devicesMatthew Hodgson2018-07-191-1/+5
* | | | | | | | | shift to using an explicit deleted flag on m.device_list_update EDUsMatthew Hodgson2018-07-122-20/+25
* | | | | | | | | WIP to announce deleted devices over federationMatthew Hodgson2018-07-122-13/+43
|/ / / / / / / /
* / / / / / / / 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
* | | | | | | | 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 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
| |/ / / / / / |/| | | | | |
* | | | | | | 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