| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Event objects behave more like dicts | Erik Johnston | 2016-01-18 | 1 | -0/+9 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Fix bug where we didn't correctly serialize the redacted_because key over fed... | Erik Johnston | 2015-08-21 | 1 | -1/+4 |
* | Don't copy twice | Erik Johnston | 2015-05-29 | 1 | -1/+1 |
* | Add config option to turn off freezing events. Use new encode_json api and uj... | Erik Johnston | 2015-05-29 | 1 | -1/+10 |
* | Store the rejected reason in (Frozen)Event structs | Paul "LeoNerd" Evans | 2015-03-25 | 1 | -2/+4 |
* | pyflakes | Erik Johnston | 2015-02-11 | 1 | -1/+1 |
* | Don't unfreeze when using FreezeEvent.get_dict, as we are using a JSONEncoder... | Erik Johnston | 2015-02-11 | 1 | -4/+0 |
* | Rearrange persist_event so that do all the queries that need to be done befor... | Erik Johnston | 2015-02-04 | 1 | -1/+1 |
* | Fix bug where we changes in outlier in metadata dict propogated to other events | Erik Johnston | 2015-01-30 | 1 | -1/+1 |
* | Remove unused import | Erik Johnston | 2015-01-07 | 1 | -2/+0 |
* | Optimize FrozenEvent creation | Erik Johnston | 2015-01-06 | 1 | -7/+13 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | clean up coding style a bit | Mark Haines | 2014-12-16 | 1 | -11/+11 |
* | Persist internal_metadata | Erik Johnston | 2014-12-16 | 1 | -2/+3 |
* | Fix pyflakes | Erik Johnston | 2014-12-15 | 1 | -2/+0 |
* | Use frozenutils | Erik Johnston | 2014-12-15 | 1 | -32/+4 |
* | Finish up upgrade script | Erik Johnston | 2014-12-15 | 1 | -1/+1 |
* | Fix redactions. Fix 'age' key | Erik Johnston | 2014-12-11 | 1 | -0/+1 |
* | Actually fix bug when uploading state with empty state_key | Erik Johnston | 2014-12-10 | 1 | -0/+1 |
* | Fix bug when uploading state with empty state_key | Erik Johnston | 2014-12-10 | 1 | -2/+8 |
* | Fix AttributeError | Erik Johnston | 2014-12-10 | 1 | -0/+3 |
* | Add __str__ to FrozenEvent | Erik Johnston | 2014-12-10 | 1 | -0/+5 |
* | Try and figure out how and why signatures are being changed. | Erik Johnston | 2014-12-10 | 1 | -8/+10 |
* | More bug fixes | Erik Johnston | 2014-12-08 | 1 | -8/+1 |
* | Start making more things use EventContext rather than event.* | Erik Johnston | 2014-12-05 | 1 | -2/+33 |
* | Convert rest and handlers to use new event structure | Erik Johnston | 2014-12-04 | 1 | -4/+4 |
* | Begin converting things to use the new Event structure | Erik Johnston | 2014-12-04 | 1 | -0/+3 |
* | WIP for new way of managing events. | Erik Johnston | 2014-12-03 | 1 | -64/+77 |
* | Begin fleshing out a new Event object | Erik Johnston | 2014-12-02 | 1 | -0/+120 |