Commit graph

1284 commits

Author SHA1 Message Date
Paul Beckingham
1c69b54fa7 CmdGaps: Added outline, no formatting 2016-05-07 00:11:07 -04:00
Paul Beckingham
0e23f222b9 CmdClear: Propagated cli, rules, database 2016-05-07 00:10:12 -04:00
Paul Beckingham
97cf6dfddb CmdReportDay: Updated to use the new config settings names 2016-05-06 00:28:43 -04:00
Paul Beckingham
f85295d4dd CmdHelp: Added 'show' command 2016-05-06 00:22:58 -04:00
Paul Beckingham
3bc1acdafd init: Dispatch to CmdShow 2016-05-06 00:16:14 -04:00
Paul Beckingham
e56062da69 CmdConfig: Now delegates to Cmdshow 2016-05-06 00:12:56 -04:00
Paul Beckingham
5df1416f20 CmdShow: Broke out config dump for a show command 2016-05-06 00:12:30 -04:00
Paul Beckingham
73dee3e0da CmdHelp: Added config command details 2016-05-05 22:09:41 -04:00
Paul Beckingham
b0b29b45ae CmdConfig: Now propagates return code on no change 2016-05-05 21:10:20 -04:00
Paul Beckingham
f0cc48f4f1 CmdConfig: Added check for empty file 2016-05-05 20:54:02 -04:00
Paul Beckingham
d879833ebe CmdConfig: Omitted the boolean return 2016-05-05 20:37:57 -04:00
Paul Beckingham
cb05700d20 CmdConfig: Implemented unsetConfigVariable 2016-05-05 19:57:40 -04:00
Paul Beckingham
d56028f9ca CmdConfig: Implemented setConfigVariable 2016-05-05 19:57:19 -04:00
Paul Beckingham
fdabe88c78 CmdConfig: Added ability to show all settings, in hierarchical form 2016-05-05 19:56:16 -04:00
Paul Beckingham
165fc7bf80 CmdGaps: Holidays no longer needed 2016-05-05 19:54:37 -04:00
Paul Beckingham
b419a97d8b CmdConfig: Passed Rules to the set/unset functions 2016-05-05 19:52:04 -04:00
Paul Beckingham
b441f0c020 Rules: Simplified rule parsing 2016-05-05 19:47:53 -04:00
Paul Beckingham
35330b3f09 Rules: Added ::isRuleType 2016-05-05 19:36:55 -04:00
Paul Beckingham
c9501f09dd Build: Included JSON2 parser 2016-05-05 17:53:46 -04:00
Paul Beckingham
c02ebec65a CmdHelp: Added 'interval' syntax help 2016-05-03 08:41:05 -04:00
Paul Beckingham
48eb398c8d CmdHelp: Added 'track' command 2016-05-03 08:40:44 -04:00
Paul Beckingham
c793fed8d7 CmdTrack: If the tracked interval is open or trivial, delegate to CmdStart 2016-05-03 08:28:36 -04:00
Paul Beckingham
ecdfd2879c CmdHelp: Expanded the definition of an interval 2016-05-03 08:09:55 -04:00
Paul Beckingham
7d3fb34a87 data: Added support for 'for <duration>' and removed the last use of 'since' 2016-05-03 08:05:10 -04:00
Paul Beckingham
252a470ef8 CLI: Corrected list of keywords 2016-05-03 07:47:05 -04:00
Paul Beckingham
276b53f2fc data: Distinguished closed intevals from open intervals using hte same separator 2016-05-03 07:21:49 -04:00
Paul Beckingham
3c8ebe976e data: getLatestInterval always returns any open interval before a closed one 2016-05-03 07:10:41 -04:00
Paul Beckingham
7f3dce9efd CmdConfig: Added command handling 2016-05-03 00:38:05 -04:00
Paul Beckingham
8bf0a2a0bc init: Propagates cli, rules to CmdConfig 2016-05-03 00:32:54 -04:00
Paul Beckingham
adae77e99e init: Added :yes as a hint to override confirmation 2016-05-03 00:29:28 -04:00
Paul Beckingham
1b6c6ee274 helper: Corrected :day hint range 2016-05-02 17:18:33 -04:00
Paul Beckingham
28b78f94f5 CmdReport: Renamed 'version' to 'temp.version' to reflect that it's added automatically 2016-05-02 17:16:18 -04:00
Paul Beckingham
2368e211ef CmdReportDay: Corrected location of '+' indicator for open intervals 2016-05-01 21:48:30 -04:00
Paul Beckingham
91831ccf41 CmdReportDay: Only renders open intervals to 'now' instead of EOD 2016-05-01 21:46:27 -04:00
Paul Beckingham
4fc69efcd0 CmdReportSummary: Handles open intervals 2016-05-01 21:05:50 -04:00
Paul Beckingham
352fbf02f1 data: Corrected clip, which was intersecting, which is wrong 2016-05-01 21:01:48 -04:00
Paul Beckingham
bb1bf55d37 data: Added getFullDay 2016-05-01 20:30:32 -04:00
Paul Beckingham
cc5115b5d7 CmdReportSummary: No longer attempts to render empty results 2016-05-01 16:14:01 -04:00
Paul Beckingham
1b2407e463 data: Fixed wrong function name in comment 2016-05-01 16:13:27 -04:00
Paul Beckingham
0569071a5d init: Added :lastweek hint 2016-05-01 16:13:06 -04:00
Paul Beckingham
40a6d78dc5 libshared: Updated to 899975acd75ff96cce80c35cc2eecf61ea9d4871 2016-04-30 20:56:49 -04:00
Paul Beckingham
f7e5c9375f CmdReportSummary: Implemented first draft 2016-04-30 18:58:12 -04:00
Paul Beckingham
9e13356f23 Palette: Removed unused include 2016-04-30 15:22:23 -04:00
Paul Beckingham
07a04bade6 CmdReportDay: Added day/mday at the beginning of every line. 2016-04-30 15:13:52 -04:00
Paul Beckingham
e05954f404 CmdReportDay: Removed unused argument 2016-04-30 15:13:13 -04:00
Paul Beckingham
c74576f5d1 data: clip does nothing for trivial or unstared ranges 2016-04-30 12:25:20 -04:00
Paul Beckingham
3ae88e9383 data: getTrackedIntervals should only use outerRange if it is non-trivial 2016-04-30 12:10:30 -04:00
Paul Beckingham
321d0b8ab2 data: clip should NOP on unstarted range 2016-04-30 12:09:49 -04:00
Paul Beckingham
4816a6114b data: Added truth tables, comments and fixed matchesFilter 2016-04-30 10:16:53 -04:00
Paul Beckingham
ee2b13b323 init: No longer calls CmdDefault is there are arguments provided 2016-04-30 08:27:13 -04:00