- 13 Jun, 2016 2 commits
- 12 Jun, 2016 2 commits
-
-
ORD authored
accept subscription to event type list
-
olivier R-D authored
-
- 08 Jun, 2016 1 commit
-
-
olivier R-D authored
-
- 07 Jun, 2016 1 commit
-
-
zerox1212 authored
Must be reviewed, do not merge
-
- 06 Jun, 2016 1 commit
-
-
zerox1212 authored
Implement Subscription Supports List of Event Types, History Update again after all the changes to events.
-
- 04 Jun, 2016 4 commits
-
-
olivier R-D authored
-
ORD authored
fix, renaming and restructure of event stuff
-
olivier R-D authored
-
olivier R-D authored
-
- 01 Jun, 2016 3 commits
-
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
- 31 May, 2016 9 commits
-
-
joaovitor8 authored
-
joaovitor8 authored
-
joaovitor8 authored
-
joaovitor8 authored
-
joaovitor8 authored
-
joaovitor8 authored
Adding the methods necessary for Modifying Subscriptions, make deadband filters and also added support to deadband filter on server side.
-
joaovitor8 authored
-
olivier R-D authored
-
olivier R-D authored
-
- 30 May, 2016 4 commits
-
-
ORD authored
default strings and ByteString to None
-
ORD authored
small renaming, mv more methods to events.py
-
olivier R-D authored
-
olivier R-D authored
-
- 27 May, 2016 2 commits
-
-
ORD authored
implement dict based event history, cleanup event stuff
-
olivier R-D authored
-
- 25 May, 2016 1 commit
-
-
ORD authored
event history api tweak
-
- 23 May, 2016 1 commit
-
-
olivier R-D authored
take event as arg not evfilter return EventResult obj and not fields update command line to read events
-
- 22 May, 2016 1 commit
-
-
ORD authored
Correctly handle count parameter when saving history
-
- 21 May, 2016 3 commits
-
-
ORD authored
WhereClause support
-
olivier R-D authored
-
olivier R-D authored
-
- 20 May, 2016 2 commits
-
-
Dominik Luntzer authored
* Added missing handling of the count parameter to the sqlite implementation * Add tests for both limits and both history implementations * Fixed some minor issues
-
Dominik Luntzer authored
The test code is currently setting a limit of 10 history data values. However, the limit handling is not implemented in both history implementations and therefore the limit is never enforced. Removed the limit from the history tests to ensure that no tests are broken when the limit handling is actually implemented.
-
- 18 May, 2016 2 commits
-
-
ORD authored
-
Dominik Luntzer authored
The current implementation is actually a no-op since the data is truncated correctly but not assigned back to self._datachanges. Pop the first value instead since this function is called for every datachange which means that not more than one value will every be removed in a single call.
-
- 17 May, 2016 1 commit
-
-
olivier R-D authored
-