Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 | 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 re |