summary refs log tree commit diff
path: root/jenkins-sqlite.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-09purge: move room_depth update to endRichard van der Hoff1-6/+12
2018-02-09delete_local_events for purge_historyRichard van der Hoff5-15/+67
2018-02-09purge: Move cache invalidation to more appropriate placeRichard van der Hoff1-4/+4
2018-02-09bump purge logging to infoRichard van der Hoff1-13/+14
2018-02-09rename delete_old_state -> purge_historyRichard van der Hoff2-8/+8
2018-02-07Tell storage providers about new file so they can uploadErik Johnston1-0/+6
2018-02-07Remove pointless ratelimit checkErik Johnston1-5/+0
2018-02-06Update copyrightErik Johnston6-1/+6
2018-02-06s/_create_new_client_event/create_new_client_event/Erik Johnston4-12/+12
2018-02-06Store state groups separately from events (#2784)Erik Johnston12-189/+326
2018-02-05Remove redundant return value from _calculate_state_deltaRichard van der Hoff1-10/+23
2018-02-05Factor out common code for search insertRichard van der Hoff1-33/+62
2018-02-05Updates testsErik Johnston2-8/+6
2018-02-05Update places where we create eventsErik Johnston7-38/+42
2018-02-05Split event creation into a separate handlerErik Johnston1-146/+160
2018-02-05Move store_event_search_txn to SearchStoreRichard van der Hoff2-35/+41
2018-02-05report metrics on number of cache evictionsRichard van der Hoff5-5/+56
2018-02-05Fix broken unit test for media storageErik Johnston1-1/+6
2018-02-05Add .vscode to gitignoreErik Johnston1-0/+2
2018-02-02Handle url_previews with no content-typeRichard van der Hoff1-21/+34
2018-02-01doc arg types for _seperateRichard van der Hoff1-0/+15
2018-02-01More docstring fixesRichard van der Hoff1-4/+4
2018-02-01Fix docstring for StateHandler.resolve_state_groupsRichard van der Hoff1-4/+9
2018-02-01Factor ou