Commit graph

1471 commits

Author SHA1 Message Date
Paul Beckingham
b4e61a612e Tests: Added bash test 2016-04-29 00:38:35 -04:00
Paul Beckingham
ba2b0a9796 Tests: Inherited bash_tap from Taskwarrior 2016-04-29 00:36:25 -04:00
Paul Beckingham
4270ac5d02 Tests: Removed TASKD path 2016-04-29 00:35:51 -04:00
Paul Beckingham
b64b503d99 data: Added '3h ago' as a filter 2016-04-29 00:06:04 -04:00
Paul Beckingham
09f3f56544 data: Commented out debugging output, but leaving it there 2016-04-29 00:05:19 -04:00
Paul Beckingham
b697515b6f data: Described range override in getTrackedIntervals 2016-04-28 23:43:46 -04:00
Paul Beckingham
9840faa9ed data: Fixed collapse algorithm to not truncate intervals, only split 2016-04-28 23:43:10 -04:00
Paul Beckingham
60a015f945 Tests: Removed hooks code 2016-04-28 22:34:58 -04:00
Paul Beckingham
627cda219e Tests: Broke up helper/data tests 2016-04-28 20:59:28 -04:00
Paul Beckingham
ee5985471b CmdReport: Udated to new API 2016-04-28 20:33:04 -04:00
Paul Beckingham
89ecb27742 CmdTrack: Udated to new API 2016-04-28 20:32:48 -04:00
Paul Beckingham
a4792246dc CmdStart: Udated to new API 2016-04-28 20:32:35 -04:00
Paul Beckingham
d78b162ad5 CmdReportSummary: Udated to new API 2016-04-28 20:32:00 -04:00
Paul Beckingham
491d2dbed3 CmdReportDay: Udated to new API 2016-04-28 20:31:43 -04:00
Paul Beckingham
28b1bd567c CmdGaps: Udated to new API 2016-04-28 20:29:12 -04:00
Paul Beckingham
bb89772cf9 CmdExport: Updated to new API 2016-04-28 20:25:50 -04:00
Paul Beckingham
39855f8006 data: Migrated and renamed funcitons 2016-04-28 20:24:19 -04:00
Paul Beckingham
796efa6773 Exclusion: Made dump output consistent with other object 2016-04-28 20:06:21 -04:00
Paul Beckingham
887549cf14 Interval: Restored the ::dump method for readable dates 2016-04-28 20:05:47 -04:00
Paul Beckingham
8ebf25cb01 data: Broke out inclusion/exclusion code from helper.cpp 2016-04-28 20:02:31 -04:00
Paul Beckingham
34c0cc81e7 helper: Renamed createFilterIntervalFromCLI to getFilter 2016-04-28 08:48:37 -04:00
Paul Beckingham
ae0ba6ffa1 CmdReportDay: Now ensure rendered interval matches the day 2016-04-28 08:02:27 -04:00
Paul Beckingham
5899b51295 CmdTrack: Now splits intervals 2016-04-28 00:04:00 -04:00
Paul Beckingham
eca0a7e43a CmdStop: Identified need for splitInterval 2016-04-28 00:00:57 -04:00
Paul Beckingham
a84ee1ba3c CmdStart: Identified need for splitInterval 2016-04-28 00:00:38 -04:00
Paul Beckingham
fe60f5ccfe helper: Identified missing split functionality 2016-04-27 23:58:22 -04:00
Paul Beckingham
4462e091c5 CmdReportDay: Code cleanup 2016-04-27 23:39:14 -04:00
Paul Beckingham
91a7cb8bf2 Tests: Added open splitInterval test 2016-04-27 23:37:41 -04:00
Paul Beckingham
b2cd2e2953 Timeline: Now uses splitInterval 2016-04-27 23:30:07 -04:00
Paul Beckingham
7c51f76954 Tests: Added splitInterval 2016-04-27 23:28:21 -04:00
Paul Beckingham
75414b50ca helper: Added splitInterval 2016-04-27 23:27:51 -04:00
Paul Beckingham
3b45e90c5e CmdGaps: Is a clone of export with /tracked/untraced/ for now 2016-04-27 22:56:59 -04:00
Paul Beckingham
0fa7e32182 helper: Fixed bug that ignored open intervals 2016-04-27 22:45:35 -04:00
Paul Beckingham
218780518c Tests: Fixed exclusion tests with new syntax 2016-04-27 22:34:19 -04:00
Paul Beckingham
54f626c14f Timeline: Described ::untracked 2016-04-27 22:27:24 -04:00
Paul Beckingham
ee21f7be99 helper: No need to convert configuraiton to serialized exclusions 2016-04-27 22:26:51 -04:00
Paul Beckingham
59036f7908 Timeline: Reimplemented ::tracked 2016-04-27 22:25:58 -04:00
Paul Beckingham
2e6f2c44c2 Docs: Updated data description 2016-04-27 22:16:04 -04:00
Paul Beckingham
dd8025b275 init: Removed exclusions 2016-04-27 18:06:48 -04:00
Paul Beckingham
f87fb2e2ec Database: Removed exclusions 2016-04-27 18:05:59 -04:00
Paul Beckingham
db3c3fb14c Datafile: Removed exclusions 2016-04-27 18:05:37 -04:00
Paul Beckingham
9c91cb599b helper: Added Rules to createTimelineFromData 2016-04-27 18:04:36 -04:00
Paul Beckingham
500fa9784a Exclusion: New syntax
- Removed ::serialize which is unused.
- Moved to a two-arg ctor, rather than a 2-step init.
2016-04-27 18:01:35 -04:00
Paul Beckingham
07077ebee4 Timeline: Corrected symbols used in diagram 2016-04-27 18:00:51 -04:00
Paul Beckingham
b7862341cd CmdReportSummary: Added data handling, needs output 2016-04-26 23:51:30 -04:00
Paul Beckingham
4f77f336f3 CmdReportDay: Modified active interval indicator to be a single character 2016-04-26 23:42:16 -04:00
Paul Beckingham
21809e1724 CmdReportDay: Broke out sections into functions 2016-04-26 23:30:24 -04:00
Paul Beckingham
1026254b90 Docs: Added interval modification notes 2016-04-26 22:48:16 -04:00
Paul Beckingham
f074a18386 Tests: Added adjacent range overlap tests 2016-04-26 08:31:12 -04:00
Paul Beckingham
fd4bd5fbc0 Range: Corrected range symbols in comments 2016-04-26 08:30:21 -04:00