| Commit message (Expand) | Author | Files | Lines |
2018-02-14 | purge_history: fix index use | Richard van der Hoff | 1 | -0/+14 |
2018-02-14 | Rework event purge to use a temporary table | Richard van der Hoff | 1 | -35/+58 |
2018-02-13 | Fix log message in purge_history | Richard van der Hoff | 1 | -2/+1 |
2018-02-13 | style nit | Richard van der Hoff | 1 | -1/+1 |
2018-02-13 | Fix typos in purge api & doc | Richard van der Hoff | 2 | -4/+2 |
2018-02-09 | purge: move room_depth update to end | Richard van der Hoff | 1 | -6/+12 |
2018-02-09 | delete_local_events for purge_history | Richard van der Hoff | 5 | -15/+67 |
2018-02-09 | purge: Move cache invalidation to more appropriate place | Richard van der Hoff | 1 | -4/+4 |
2018-02-09 | bump purge logging to info | Richard van der Hoff | 1 | -13/+14 |
2018-02-09 | rename delete_old_state -> purge_history | Richard van der Hoff | 2 | -8/+8 |
2018-02-07 | Tell storage providers about new file so they can upload | Erik Johnston | 1 | -0/+6 |
2018-02-07 | Remove pointless ratelimit check | Erik Johnston | 1 | -5/+0 |
2018-02-06 | Update copyright | Erik Johnston | 6 | -1/+6 |
2018-02-06 | s/_create_new_client_event/create_new_client_event/ | Erik Johnston | 4 | -12/+12 |
2018-02-06 | Store state groups separately from events (#2784) | Erik Johnston | 12 | -189/+326 |
2018-02-05 | Use StateResolutionHandler to resolve state in persist events | Richard van der Hoff | 1 | -48/+24 |
2018-02-05 | Flatten _get_new_state_after_events | Richard van der Hoff | 1 | -44/+46 |
2018-02-05 | Check that events being persisted have state_group | Richard van der Hoff | 1 | -4/+9 |
2018-02-05 | Add event_map param to resolve_state_groups | Richard van der Hoff | 2 | -4/+31 |
2018-02-05 | Remove redundant return value from _calculate_state_delta | Richard van der Hoff | 1 | -10/+23 |
2018-02-05 | Factor out common code for search insert | Richard van der Hoff | 1 | -33/+62 |
2018-02-05 | Updates tests | Erik Johnston | 2 | -8/+6 |
2018-02-05 | Update places where we create events | Erik Johnston | 7 | -38/+42 |
2018-02-05 | Split event creation into a separate handler | Erik Johnston | 1 | -146/+160 |
2018-02-05 | Move store_event_search_txn to SearchStore | Richard van der Hoff | 2 | -35/+41 |
2018-02-05 | report metrics on number of cache evictions | Richard van der Hoff | 5 | -5/+56 |
2018-02-05 | Fix broken unit test for media storage | Erik Johnston | 1 | -1/+6 |
2018-02-05 | Add .vscode to gitignore | Erik Johnston | 1 | -0/+2 |
2018-02-02 | Handle url_previews with no content-type | Richard van der Hoff | 1 | -21/+34 |
2018-02-01 | doc arg types for _seperate | Richard van der Hoff | 1 | -0/+15 |
2018-02-01 | More docstring fixes | Richard van der Hoff | 1 | -4/+4 |
2018-02-01 | Fix docstring for StateHandler.resolve_state_groups | Richard van der Hoff | 1 | -4/+9 |
2018-02-01 | Factor out resolve_state_groups to a separate handler | Richard van der Hoff | 4 | -54/+108 |
2018-02-01 | Rename resolve_state_groups -> resolve_state_groups_for_events | Richard van der Hoff | 2 | -12/+11 |
2018-01-31 | pep8 | Travis Ralston | 1 | -9/+12 |
2018-01-31 | |