Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-12-16 | Construct the EventContext in the state handler rather than constructing one ↵ | Mark Haines | 6 | -59/+50 | |
and then immediately calling state_handler.annotate_context_with_state | |||||
2014-12-16 | clean up coding style a bit | Mark Haines | 8 | -26/+26 | |
2014-12-16 | Remove annotate_event_with_state as nothing was using it. Update state tests ↵ | Mark Haines | 2 | -135/+39 | |
to call annotate_context_with_state | |||||
2014-12-16 | Fix pyflakes | Erik Johnston | 1 | -2/+0 | |
2014-12-16 | Remove FrozenEncoder | Erik Johnston | 1 | -8/+0 | |
2014-12-16 | Better english in docstrings are helpful. | Erik Johnston | 1 | -2/+2 | |
2014-12-16 | Update upgrade script | Erik Johnston | 2 | -3/+12 | |
2014-12-16 | Persist internal_metadata | Erik Johnston | 4 | -5/+13 | |
2014-12-16 | Add basic docstring to annotate_context_with_state | Erik Johnston | 1 | -0/+11 | |
2014-12-16 | Kill off synapse.api.events.* | Erik Johnston | 26 | -925/+74 | |
2014-12-16 | Add fixme to raisi |