Commit graph

1896 commits

Author SHA1 Message Date
Paul Beckingham
e154084a04 docs: Added 'dom.tracked.count' 2016-07-16 13:45:53 -04:00
Paul Beckingham
ccd23346cf CmdHelp: Added 'dom.tracked.count' help 2016-07-16 13:45:22 -04:00
Paul Beckingham
3ace06b75e dom: Added 'dom.tracked.count' support 2016-07-16 13:45:03 -04:00
Paul Beckingham
80b465e0ac Tests: Added 'dom.active.json' tests 2016-07-16 13:07:30 -04:00
Paul Beckingham
d11caf74f7 docs: Added 'dom.active.json' 2016-07-16 13:07:21 -04:00
Paul Beckingham
fd2b5f52c6 CmdHelp: Added 'dom.active.json' help 2016-07-16 13:05:14 -04:00
Paul Beckingham
348b42bfb9 dom: Added 'dom.active.json' support 2016-07-16 13:04:59 -04:00
Paul Beckingham
02d61e01da dom: Removed unnecessary code 2016-07-16 12:48:49 -04:00
Paul Beckingham
8ec28d2b48 Tests: Added 'dom.tag.N' tests 2016-07-16 12:47:44 -04:00
Paul Beckingham
80565938ed docs: Added 'dom.tag.N' 2016-07-16 12:47:22 -04:00
Paul Beckingham
24aa74ea67 CmdHelp: Added 'dom.tag.N' help 2016-07-16 12:47:03 -04:00
Paul Beckingham
9d15a1aa84 dom: Added 'dom.tag.N' support 2016-07-16 12:46:46 -04:00
Paul Beckingham
630df1a16a Tests: Added 'dom.tag.count' tests 2016-07-16 12:36:51 -04:00
Paul Beckingham
2db57fa6cd docs: Added 'dom.tag.count' 2016-07-16 12:36:37 -04:00
Paul Beckingham
29b086b315 CmdHelp: Added 'dom.tag.count' help 2016-07-16 12:36:06 -04:00
Paul Beckingham
3b789629d7 dom: Added 'dom.tag.count' support 2016-07-16 12:35:49 -04:00
Paul Beckingham
3fd2020ab0 Tests: Added dom.active.duration tests 2016-07-16 12:22:42 -04:00
Paul Beckingham
e654a51c5a docs: Added 'dom.active.duration' 2016-07-16 12:22:29 -04:00
Paul Beckingham
8b8dd7bd49 CmdHelp: Added 'dom.active.duration' help 2016-07-16 12:22:00 -04:00
Paul Beckingham
72a37db559 dom: Added 'dom.active.duration' support 2016-07-16 12:21:46 -04:00
Paul Beckingham
e543174c19 Tests: Added dom.active.start tests 2016-07-16 12:15:34 -04:00
Paul Beckingham
0c9f2cf9ba docs: Added 'dom.active.start' 2016-07-16 12:15:19 -04:00
Paul Beckingham
9e4ae7a83c CmdHelp: Added 'dom.active.start' help 2016-07-16 12:14:33 -04:00
Paul Beckingham
97e8d6d558 dom: Added 'dom.active.start' support 2016-07-16 12:14:17 -04:00
Paul Beckingham
e3f03c7524 CmdGet: Removed Rules 2016-07-16 12:01:05 -04:00
Paul Beckingham
95f590d4a3 Tests: Added 'dom.active.tag.N' tests 2016-07-16 11:49:02 -04:00
Paul Beckingham
099cdfff6c CmdHelp: Added 'dom.active.tags.N' help 2016-07-16 11:48:36 -04:00
Paul Beckingham
08d37fdd65 docs: Added 'dom.active.tag.N' 2016-07-16 11:47:52 -04:00
Paul Beckingham
7439c87647 dom: Added 'dom.active.tag.<N>' support
- Rewrote DOM parser using Pig.
- Added errors for dom.active.tag.N where N exceeds the tag count.
2016-07-16 11:46:00 -04:00
Paul Beckingham
7df855a607 docs: Added 'dom.active.tag.count' 2016-07-16 11:26:05 -04:00
Paul Beckingham
f5261c6f28 Tests: Added 'dom.active.tag.count' tests 2016-07-16 11:25:25 -04:00
Paul Beckingham
02a03be0cc CmdHelp: Added 'dom.active.tags.count' help 2016-07-16 11:24:51 -04:00
Paul Beckingham
f23f7af46d dom: Added 'dom.active.tags.count' support 2016-07-16 11:24:18 -04:00
Paul Beckingham
36455b5115 validate: Restructured autoAdjust code
- First approach indicates there is no general case. Instead identifiable and
  correctable use cases will be gathered. No solution yet.
2016-07-16 11:17:14 -04:00
Paul Beckingham
14ca159df4 CmdGet: Checks all references before emitting results 2016-07-16 11:12:47 -04:00
Paul Beckingham
d8bfeea142 Tests: Added dom.active tests 2016-07-16 10:44:36 -04:00
Paul Beckingham
899d9848b1 Tests: Added DOM unrecognized reference test 2016-07-16 10:44:17 -04:00
Paul Beckingham
8be89d0056 Docs: Updated dom.txt to reflect implemented DOM 2016-07-16 10:39:03 -04:00
Paul Beckingham
3ed8ffd4ad Docs: Updated man page with DOM references and 'get' command 2016-07-16 10:38:47 -04:00
Paul Beckingham
0c2ad32069 CmdHelp: Added DOM references and 'get' command 2016-07-16 10:38:15 -04:00
Paul Beckingham
92731c889c CmdGet: Implemented 'get' command for one DOM ref 2016-07-16 10:26:09 -04:00
Paul Beckingham
9250be3e72 dom: Fixed bug reference interval.is_open, not interval.range.is_open 2016-07-16 10:25:25 -04:00
Paul Beckingham
eab942e003 dom: Implemented 'dom.active' 2016-07-16 10:05:33 -04:00
Paul Beckingham
30826f7dd7 dom: Stubbed dom resolution function 2016-07-16 09:04:17 -04:00
Paul Beckingham
ec3f2748d9 init: Dispatches to 'get' command 2016-07-16 08:57:08 -04:00
Paul Beckingham
916ad2e3dc CmdGet: Stubbed functionality 2016-07-16 08:56:25 -04:00
Paul Beckingham
4e6e0999fa CmdGet: Added stub command 2016-07-16 08:53:35 -04:00
Paul Beckingham
572c2e62ff libshared: Updated to 5e88aff59234a4976aeb231d1666c69b6f96d71c 2016-07-10 16:52:22 -04:00
Paul Beckingham
5528ce8358 validate: Added debug info 2016-07-10 13:08:49 -04:00
Paul Beckingham
9a63db6c60 Docs: Updated NEWS with missing features 2016-07-10 12:49:12 -04:00