Commit graph

797 commits

Author SHA1 Message Date
Paul Beckingham
f8e26b5b45 Docs: More syntax definitions around exclusions 2016-04-01 23:40:54 -04:00
Paul Beckingham
53c126cdc5 Docs: Simplified CLI grammar 2016-04-01 23:17:21 -04:00
Paul Beckingham
f19d9ef3dc Docs: Simplified CLI grammar 2016-04-01 23:17:05 -04:00
Paul Beckingham
1a11a50f45 Docs: Removed resolved issues 2016-04-01 23:16:53 -04:00
Paul Beckingham
3536ebf907 Docs: Simplified CLI grammar 2016-04-01 23:16:27 -04:00
Paul Beckingham
5010a971e4 Docs: Simplified CLI grammar 2016-04-01 23:15:49 -04:00
Paul Beckingham
94fa06b61a Docs: Simplified stored exclusion syntax 2016-04-01 23:15:25 -04:00
Paul Beckingham
a9874159fd Timeline: Now uses an Interval internally 2016-04-01 22:39:52 -04:00
Paul Beckingham
d01994cf0f init: Propagated args, rules and log to CmdExport 2016-04-01 22:30:09 -04:00
Paul Beckingham
81e043ef2d Composite: Defined start of algorithm 2016-04-01 22:19:33 -04:00
Paul Beckingham
53aa740480 Exclusion: Added ::intervals and sub-method stubs 2016-03-30 23:18:18 -04:00
Paul Beckingham
345a813be8 Docs: Added autofill example 2016-03-30 23:12:59 -04:00
Paul Beckingham
9fc8c7f654 Docs: Added sample exclusion report 2016-03-30 23:11:21 -04:00
Paul Beckingham
2175849a81 Tests: Added a skip otherwise harness thinks a test failed 2016-03-29 23:11:03 -04:00
Paul Beckingham
69483202fc Tests: Added composite tests 2016-03-29 22:48:59 -04:00
Paul Beckingham
0870c7965f Tests: Fixed bug in ::diag 2016-03-29 22:42:21 -04:00
Paul Beckingham
a8177a33d7 Composite: Added stubbed class 2016-03-29 21:50:18 -04:00
Paul Beckingham
640b4abeef Docs: Updated README 2016-03-29 21:48:15 -04:00
Tomas Babej
55a0ba80b1 INSTALL: Add instructions to rebuild timew from git 2016-03-29 23:24:39 +02:00
Paul Beckingham
9bdc6c8bda Tests: Fixed broken Lexer test 2016-03-29 08:52:35 -04:00
Paul Beckingham
11e25a1202 libshared: Upgraded to 806cfc16abebcff2bc56269b9b1bc682fe17ff01 2016-03-29 08:50:49 -04:00
Paul Beckingham
5c669cd2fc timew: Cleaned up comments, includes 2016-03-28 23:53:04 -04:00
Paul Beckingham
a5a71b073c Tests: Added Datetime and Duration lexer tests 2016-03-28 23:04:34 -04:00
Paul Beckingham
574e3554a1 Lexer: Added ::isDuration 2016-03-28 23:02:28 -04:00
Paul Beckingham
7cb4764acf Lexer: Added ::isDate 2016-03-28 23:02:09 -04:00
Paul Beckingham
8dd887ddd2 Lexer: Added ::dateFormat default 2016-03-28 23:00:24 -04:00
Paul Beckingham
3cf09863d4 Rules: Added default 'version' setting 2016-03-28 22:55:31 -04:00
Paul Beckingham
a9a770af37 Interval: Removed obsolete ::summarize 2016-03-28 22:55:03 -04:00
Paul Beckingham
e01c031539 CmdReport: Added all config settings to API 2016-03-28 22:53:07 -04:00
Paul Beckingham
b2b0c1d4e0 CmdTags: Migrated to tagColor 2016-03-28 22:52:46 -04:00
Paul Beckingham
259c78ce01 CmdStop: Migrated to intervalSummarize 2016-03-28 22:52:04 -04:00
Paul Beckingham
b7cb6c136b CmdStart: Migrated to intervalSummarize 2016-03-28 22:51:49 -04:00
Paul Beckingham
dbf0bd1319 CmdContinue: Migrated to intervalSummarize 2016-03-28 22:51:28 -04:00
Paul Beckingham
49f7c08457 CmdDefault: Migrated to intervalSummarize 2016-03-28 22:49:14 -04:00
Paul Beckingham
e6a27b1f72 helper: Added intervalSummarize 2016-03-28 22:48:09 -04:00
Paul Beckingham
cdaaddf46a helper: Added tagColor 2016-03-28 22:45:57 -04:00
Paul Beckingham
7f3a1e7aa5 init: Propagated rules to CmdStop 2016-03-28 22:40:21 -04:00
Paul Beckingham
aca071cf00 init: Propagated rules to CmdStart 2016-03-28 22:37:33 -04:00
Paul Beckingham
553cda6422 init: Propagated rules to CmdContinue 2016-03-28 22:35:24 -04:00
Paul Beckingham
ee89180924 libshared: Updated to 708bb69b1a68ad9c7f6d90c7fde4902970a6679f 2016-03-28 22:29:33 -04:00
Paul Beckingham
0696b2b082 libshared: Updated to ddc06c09d6e107ec161fd3b41501c822c291f4fa 2016-03-28 01:39:20 -04:00
Paul Beckingham
5ad8a6869a CmdTags: Renders results in a table
- Obeys tags.<tag>.color and tags.<tag>.description.
2016-03-28 01:22:41 -04:00
Paul Beckingham
894e62a6b0 init: Propagated rules to CmdTags 2016-03-28 01:22:08 -04:00
Paul Beckingham
b099944a3c Rules: All unpersistent local settings are now named 'temp.db', 'temp.shiny' 2016-03-28 00:51:32 -04:00
Paul Beckingham
fa1863d032 Rules: Removed useless debugging code 2016-03-28 00:35:02 -04:00
Paul Beckingham
ae3627761d Rules: No longer lexes RHS of settings 2016-03-28 00:32:29 -04:00
Paul Beckingham
1a559d4215 Rules: Eliminated ::parseRuleExclusions 2016-03-28 00:31:23 -04:00
Paul Beckingham
090fa3c674 Rules: Migrated from ::parseRuleExclusions to ::parseRuleSettings 2016-03-28 00:30:22 -04:00
Paul Beckingham
2d0475f350 Tests: Added Exclusion tests 2016-03-27 23:51:54 -04:00
Paul Beckingham
6d4fff3c46 Exclusion: Migrated from Lexer to split 2016-03-27 23:50:56 -04:00