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
Thomas Lauf
7bf4b18517
Tests: Fix pydoc and coding style
2017-04-04 08:36:51 +02:00
Tomas Babej
a1fa56fb29
LICENSE: Use https link instead of http
2017-04-03 02:05:35 +02:00
Paul Beckingham
8597c8098b
libshared: Updated URL
2017-04-01 22:42:54 -04:00
Paul Beckingham
8aef6fcab5
libshared: Updated to f1a3cd6bfabfb083fe3c26f580a15c0d60a92ee9
2017-04-01 14:46:03 -04:00
Thomas Lauf
e9412388ba
Tests: Fix python doc strings
2017-03-25 15:36:16 +01:00
Thomas Lauf
e6718067b6
TI-67: Update ChangeLog and AUTHORS
2017-03-25 15:31:54 +01:00
Thomas Lauf
182cd5b0b4
TI-67: Assign ids to intervals after flattening but before filtering
2017-03-25 15:26:29 +01:00
Thomas Lauf
b509a90e8c
T-67: Add functional tests summary command
2017-03-24 23:22:32 +01:00
Paul Beckingham
40e95ca65b
data: getTracked now detects synthetic intervals
2017-03-19 15:37:07 -04:00
Paul Beckingham
d535ffb4e5
Range: Implemented ::operator!=
2017-03-19 15:36:34 -04:00
Paul Beckingham
96202f3a24
libshared: Updated to f2ac7ef9cc9f33f634f9aacd65ca9c1f828f50e3
2017-03-19 15:07:43 -04:00
Paul Beckingham
61b9667df8
Interval: Added synthetic indicator to ::dump
2017-03-19 15:07:06 -04:00
Paul Beckingham
e4daeb2078
TI-32: taskwarrior hook script doesn't stop recording waiting task
...
- Thanks to Yury Videneev.
2017-03-19 11:13:32 -04:00
Paul Beckingham
0da2fb7d4b
libshared: Updated to 05fd157c0a95f9bf55ad5dcbdc8bd2920a6bb5c0
2017-03-19 09:27:38 -04:00
Paul Beckingham
fd7be59745
TI-43: :lastweek on sunday
...
- Thanks to Michel Crucifix.
2017-03-19 08:31:57 -04:00
Paul Beckingham
e0e86b2b44
libshared: Updated to 6f0900d86743405f24d52f9eafe6c8e941d40ec3
2017-03-15 11:59:03 -04:00
Paul Beckingham
e295d328bc
libshared: Updated to 24290115e46dbcaab00da156aa1fd8188925ff8f
2017-03-14 20:22:00 -04:00
Paul Beckingham
dfb0e87d9e
Tests: Added TI-68 test
...
- Thanks to A M.
2017-03-10 08:35:17 -05:00
Thomas Lauf
61bf993381
docs: update ChangeLog, AUTHORS
2017-03-09 21:33:01 +01:00
Thomas Lauf
cef51697ee
TI-29: Fix issue "timew config can't add new value"
...
- Add code to enter a new value for a config which is defined by Rules.cpp
but not found in the configuration file.
2017-03-09 20:41:20 +01:00
Thomas Lauf
c1b0998887
TI-29: Add test for changing config
...
- add tests for known simple values, e.g. debug
- add tests for known hierarchical values, e.g. reports.day.month
- add tests for new hierarchical values, e.g. foo.bar.baz
2017-03-09 20:41:06 +01:00
Paul Beckingham
f654753772
Docs: Updated with new date name details
2017-03-08 08:21:48 -05:00
Paul Beckingham
2d2ebd2ec8
Docs: Updated named date list
2017-03-08 08:17:23 -05:00
Paul Beckingham
f01cdbcf7f
CmdHelp: Updated named date list
2017-03-08 08:16:43 -05:00
Paul Beckingham
63da0dee1f
helper: Corrected use of obsolete date names
2017-03-08 08:10:08 -05:00
Paul Beckingham
3000dceca5
CmdChart: Corrected use of obsolete date names
2017-03-08 08:08:43 -05:00
Paul Beckingham
b012bf6fec
libshared: Updated to cbe3fd84a8950a42ed271a0dd8e7c4e1564b1333
...
- This update has many Datetime impovements, and may cause some regressions.
Updates include:
* All date names are now standardized with Taskwarrior
* There is sopd, sod and sond (previous, current and next) start of day
* There is s and e representing start and end
* There is d, w, ww, m, q and y, which is unchanged
2017-03-08 08:05:09 -05:00
Paul Beckingham
a63dd9eb6e
libshared: Updated to 5bd493494fe2b1f0ab208e1edb4854316eeb5423
2017-03-06 23:55:12 -05:00
Paul Beckingham
9051e41af5
libshared: Updated to 0dbe6c2818d4dc99f5d0089d6afb1559ed05ebf7
2017-03-04 19:18:31 -05:00
Paul Beckingham
d1a7c313c7
Tests: Added TI-66 test
...
- Thanks to A M.
2017-03-02 18:04:44 -05:00
Paul Beckingham
168cc5b207
Tests: Corrected test with immediate capture of errno
2017-03-02 09:05:27 -05:00
Paul Beckingham
26f2cc8ac4
Test: Added platform verification tests
2017-03-02 08:41:30 -05:00
Thomas Lauf
310f48973e
extensions: Make extensions conform with PEP8
2017-03-01 21:20:35 +01:00
Thomas Lauf
97ab53afeb
test: Fix expectations for chart
2017-03-01 21:20:35 +01:00
Paul Beckingham
308417bf24
Cleanup: Greater use of const
2017-02-25 15:24:40 -05:00
Paul Beckingham
2dd14c0b4c
Cleanup: Greater use of const
2017-02-25 15:20:18 -05:00
Paul Beckingham
addb89e13d
CmdChart: Config defaults make the rules defaults redundant
...
- Do not need both
2017-02-25 15:15:51 -05:00
Paul Beckingham
42ba7ac92c
helper: Parentheses added for readabiliy
2017-02-25 15:13:52 -05:00
Paul Beckingham
6d0e8ecbea
Tests: Added test for TI-65
2017-02-25 15:07:48 -05:00
Paul Beckingham
57bc4d71c8
TI-65: The 'tags' command should support a filter
2017-02-25 15:07:18 -05:00
Paul Beckingham
d60af9bab2
Extensions: Typo
2017-02-25 14:36:49 -05:00
Paul Beckingham
e51292e1ec
Ext: Added totals.py to README
2017-02-25 14:31:57 -05:00
Paul Beckingham
c3e2759028
TI-48: Timewarrior hook is not Python3 compatible
...
- Thanks to Josh Proehl, Armado Martinez.
2017-02-25 14:17:25 -05:00