Paul Beckingham
cb25162edf
Tests: Added TI-75 test
2017-08-05 12:32:58 +01:00
Paul Beckingham
0849c73d88
Tests: Removed redundant test
2017-08-05 11:07:03 +01:00
Paul Beckingham
899025740c
Tests: Added TI-66 test
...
- Thanks to A M.
2017-08-05 10:40:26 +01:00
Paul Beckingham
3dbe940285
TI-78 Tag parsing broken for tags starting with "or_"
...
- Thanks to Lukas Barth.
2017-08-05 10:17:30 +01:00
Lukas Barth
7e6c09c6e3
Quote tags containing underscores
2017-08-05 10:15:24 +01:00
Lukas Barth
25a802cc26
Add test for underscore escaping
2017-08-05 10:15:19 +01:00
Paul Beckingham
ad75fffb03
TI-69: timew config converts integers to times
...
- Thanks to Thomas Lauf.
2017-07-30 11:58:38 +01:00
Paul Beckingham
3d827dac33
validate: Updated autoAdjust use cases
2017-05-28 11:32:26 -04:00
Paul Beckingham
c1dd9df929
validate: Uses helper function to find overlaps
2017-05-28 11:31:16 -04:00
Paul Beckingham
7c8c1df46f
helper: Added overlap helper function
2017-05-28 11:18:20 -04:00
Paul Beckingham
5167a05d77
Tests: Added future tracking negative test
2017-05-28 09:48:24 -04:00
Paul Beckingham
d87a529d08
data: Added better error when an attempt is made to track a future interval
2017-05-28 09:43:37 -04:00
Paul Beckingham
60ce6cef25
Data: Using a single date instance, so that direct comparisons work
2017-05-28 09:33:28 -04:00
Paul Beckingham
30fa37b5d4
TI-73: timew move with a specific time broken on 1.1.0
...
- Thanks to A M.
2017-05-21 13:14:56 -04:00
Paul Beckingham
2c23344b57
Tests: Corrected time in test
2017-05-21 13:12:45 -04:00
Paul Beckingham
3d588dc07c
Tests: Added TI-73 test
...
- Thanks to A M
2017-05-21 13:12:14 -04:00
Paul Beckingham
66b88d6c7e
timew: Added timeRelative feature shut-off
2017-05-21 12:59:26 -04:00
Paul Beckingham
bbb8bcc1ed
Validate: Rearranged code to elimiante warning
2017-05-21 12:58:47 -04:00
Paul Beckingham
51db77b5cd
TI-77: timew track seems to think today is tomorrow
...
- Thanks to A M
2017-05-21 12:47:23 -04:00
Paul Beckingham
39a33b8f03
libshared: Upgraded to 198dcd368501076fe31b22d828ae72066d0e6291
2017-05-21 12:41:55 -04:00
Paul Beckingham
6b39089ea8
Tests: Try adding time-only interval that should be recorded
2017-05-21 11:10:28 -04:00
Thomas Lauf
f0a6fd1ec3
doc: Update command definition document
...
- add `now` as example for a date
- reformat: One line per sentence (more or less)
- refine behaviour of command `stop` in case of active time tracking
- add definition for command `annotate`
2017-05-03 20:23:47 +02:00
Paul Beckingham
98925433f2
Doc: Added RFC for command definitions
...
- This is the basis of future release command line syntax, and is
a work in progress.
2017-04-22 10:28:31 -04:00
Paul Beckingham
d55ca5b474
Ext: Updated totals.py for both Python 2 and 3
2017-04-14 23:59:24 -04:00
Thomas Lauf
b619b2b574
docs: Fix internal documentation for continue command
2017-04-14 11:48:27 +02:00
Paul Beckingham
367533efda
Tests: Fixed test that failed to catch an exception
...
- And also had a bad test count
2017-04-13 21:14:22 -04:00
Thomas Lauf
735fb10e41
docs: Update documentation for continue command
2017-04-13 23:55:12 +02:00
Paul Beckingham
872499a54e
Code Cleanup: Test commit
2017-04-12 17:46:00 -04:00
Paul Beckingham
1eb3b44097
Code Cleanup: Test commit
2017-04-12 17:23:41 -04:00
Paul Beckingham
885f4e496d
Code Cleanup: Test commit
2017-04-12 17:23:37 -04:00
Paul Beckingham
4343e19a73
Docs: Mentioned TI-27
2017-04-12 17:20:18 -04:00
Paul Beckingham
b714abfc37
Code Cleanup: Test commit
2017-04-12 17:13:56 -04:00
Paul Beckingham
2bee90fd79
Code Cleanup: Test commit
2017-04-12 17:13:34 -04:00
Paul Beckingham
3111f0dd7c
Code Cleanup: Test commit
2017-04-12 17:11:39 -04:00
Thomas Lauf
7244259740
TI-62: TimeWarrior should not ignore invalid command
...
- Rule: If there is no command found, the command line has to be empty.
Otherwise we assume a mistyped or unknown command has been issued.
Take the first word from the command line and complain about it.
2017-04-11 07:10:43 +02:00
Thomas Lauf
01a3c8e3f6
TI-62: Fix test for invalid command
2017-04-11 07:04:05 +02:00
Paul Beckingham
f65c672b73
CmdLengthen: Test commit
2017-04-10 23:54:25 -04:00
Paul Beckingham
754b08fc64
Data: Removed debugging code
2017-04-09 16:40:34 -04:00
Paul Beckingham
6ade46085e
Tests: Removed unnecessary platform.t
2017-04-08 13:41:25 -04:00
Paul Beckingham
7cc8618c80
Rules: Added support for the platform-dependent behavior of strtoimax
2017-04-08 13:38:11 -04:00
Thomas Lauf
323c76181f
TI-68: Update change log
2017-04-08 18:55:26 +02:00
Thomas Lauf
9b0f8e8c15
TI-68: Let commands convert synthetic intervals before modifying them
...
- command 'lengthen'
- command 'move'
- command 'shorten'
- command 'tag'
- command 'untag'
2017-04-08 14:51:55 +02:00
Thomas Lauf
52853db6bd
TI-68: Apply exclusions to open intervals only
2017-04-08 14:51:55 +02:00
Thomas Lauf
33e0cd185d
TI-68: Add tests for modifying synthetic intervals
2017-04-08 14:50:54 +02:00
Thomas Lauf
a5dc0cd385
TI-27: Continue tracking by ID
...
- Make command 'continue' process ids
- Fix test: immediate start stop creates empty intervals?
2017-04-06 22:46:52 +02:00
Thomas Lauf
ad67539f94
TI-58: Fix bug 'Delete command is not always deleting'
...
- Update database before deleting sythetic intervals
- Make Exclusion::ranges work with open interval
2017-04-05 22:53:53 +02:00
Thomas Lauf
98218c4b75
validate: Fix typo
2017-04-05 22:47:34 +02:00
Tomas Babej
409c880921
docs: Fix copy-paste error
2017-04-05 18:10:43 +02:00
Paul Beckingham
c283c9d2c4
TI-70: Timew starts a new interval even if a current interval contains the same set of tags
...
- Thanks to Thomas Babej.
2017-04-04 18:43:33 -04:00
Thomas Lauf
aad36da44f
TI-70: Add tests
...
- 'start' with more tags than current tracking should start new tracking
- 'start' with less tags than current tracking should start new tracking
- 'start' with same tags as current tracking should not start new tracking
2017-04-04 08:38:23 +02:00