Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-29 | Add more unit tests for the filter algorithm. | Kegan Dougal | 1 | -5/+259 | |
2015-01-29 | Implement filter algorithm. Add basic event type unit tests to assert it works. | Kegan Dougal | 2 | -1/+93 | |
2015-01-29 | Add filtering public API; outline filtering algorithm. | Kegan Dougal | 1 | -8/+52 | |
2015-01-29 | Add filtering.filter_events function, with stub passes_filter function. | Kegan Dougal | 1 | -0/+15 | |
2015-01-29 | Also edit the filter column on the delta SQL | Kegan Dougal | 1 | -1/+1 | |
2015-01-28 | s/definition/filter_json/ since definition is now used to mean a component ↵ | Kegan Dougal | 2 | -3/+3 | |
of the filter, rather than the complete json | |||||
2015-01-28 | Add filter JSON sanity checks. | Kegan Dougal | 4 | -11/+128 | |
2015-01-27 | Created schema delta | Paul "LeoNerd" Evans | 2 | -1/+25 | |
2015-01-27 | Initial stab at real SQL storage implementation of user filter definitions | Paul "LeoNerd" Evans | 4 | -15/+78 | |
2015-01-27 | More unit-testing of REST errors | Paul "LeoNerd" Evans | 1 | -1/+35 | |
2015-01-27 | Move storage of user fil |