]>
git.madduck.net Git - etc/taskwarrior.git/log
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
Tomas Babej [Mon, 23 Mar 2015 06:12:22 +0000 (07:12 +0100)]
tests: Add tests for the stop method
Tomas Babej [Mon, 23 Mar 2015 05:57:29 +0000 (06:57 +0100)]
Task: Add stop method
Tomas Babej [Sun, 22 Mar 2015 23:40:04 +0000 (00:40 +0100)]
tests: Allow failure when testing failing command with return_all
Tomas Babej [Sun, 22 Mar 2015 23:00:02 +0000 (00:00 +0100)]
tests: Test execute command with return_all flag
Tomas Babej [Sun, 22 Mar 2015 21:51:47 +0000 (22:51 +0100)]
TaskWarrior: Add a way to obtain stdout, stderr and returncode from executed command
Tomas Babej [Sun, 22 Mar 2015 21:48:28 +0000 (22:48 +0100)]
unicode: Fix non-unicode literals and other unicode pain points
Tomas Babej [Sun, 22 Mar 2015 21:27:48 +0000 (22:27 +0100)]
tests: Explicitly mark unicode strings used for testing
Tomas Babej [Sun, 22 Mar 2015 21:08:36 +0000 (22:08 +0100)]
tests: Add test for filtering with unicode strings
Tomas Babej [Sun, 22 Mar 2015 20:52:39 +0000 (21:52 +0100)]
TaskWarrior: Default config - even 2.4.3 contains the bulk=0 enhancement
Tomas Babej [Sun, 22 Mar 2015 19:59:10 +0000 (20:59 +0100)]
tests: Add tests for Task active property
Tomas Babej [Sun, 22 Mar 2015 19:55:49 +0000 (20:55 +0100)]
Task: Add active property
Tomas Babej [Sun, 22 Mar 2015 19:24:49 +0000 (20:24 +0100)]
TaskWarrior: Fix typo
Tomas Babej [Sun, 22 Mar 2015 19:10:28 +0000 (20:10 +0100)]
TaskWarrior: Respect the data location set in users taskrc
Tomas Babej [Sun, 22 Mar 2015 16:38:24 +0000 (17:38 +0100)]
tests: Use sys.version_info instead of sys.vesion to compare versions
Tomas Babej [Sun, 22 Mar 2015 15:58:47 +0000 (16:58 +0100)]
tests: Remove duplicate test
Tomas Babej [Sun, 22 Mar 2015 15:58:38 +0000 (16:58 +0100)]
tests: Python 2.6. does not support timedelta.total_seconds, add workaround
Tomas Babej [Sun, 22 Mar 2015 14:50:12 +0000 (15:50 +0100)]
tests: Skip filtering by string datetime test for TW < 2.4.0
Tomas Babej [Sun, 22 Mar 2015 14:44:39 +0000 (15:44 +0100)]
SerializingObject: TW 2.4.0 does have task calc
Tomas Babej [Sun, 22 Mar 2015 14:42:43 +0000 (15:42 +0100)]
tests: Compute 4 months shift in a more portable way (TW does not do daylight shifts)
Tomas Babej [Sun, 22 Mar 2015 14:32:54 +0000 (15:32 +0100)]
tests: Add test for modifiying a large number of tasks at once
Tomas Babej [Sun, 22 Mar 2015 14:32:33 +0000 (15:32 +0100)]
TaskWarrior: Allow editing a large number of tasks at once
Tomas Babej [Sun, 22 Mar 2015 14:04:35 +0000 (15:04 +0100)]
TaskWarrior: Only strip trailing whitespace from output
Leading whitespace can be used to center a heading in certain reports.
Tomas Babej [Thu, 19 Mar 2015 21:41:07 +0000 (22:41 +0100)]
tests: Add tests for using TW-formatted strings as localized datetime values
Tomas Babej [Thu, 19 Mar 2015 19:50:56 +0000 (20:50 +0100)]
tests: Remove trailing whitespace
Tomas Babej [Wed, 18 Mar 2015 23:03:34 +0000 (00:03 +0100)]
SerializingObject: Restrict usage of 'task calc' conversion for those TW versions that contain it
Tomas Babej [Wed, 18 Mar 2015 22:37:11 +0000 (23:37 +0100)]
SerializingObject: Make all SerializingObjects have access to a instance of TaskWarrior
Tomas Babej [Wed, 18 Mar 2015 22:35:31 +0000 (23:35 +0100)]
SerializedObject: Accept taskwarrior datetime syntax as string and convert it to datetime using task calc
Tomas Babej [Tue, 17 Mar 2015 22:22:46 +0000 (23:22 +0100)]
tests: Use non-existent taskrc with tests
Tomas Babej [Tue, 17 Mar 2015 22:22:01 +0000 (23:22 +0100)]
TaskWarrior: Do not expand data_location twice
Tomas Babej [Tue, 17 Mar 2015 22:21:16 +0000 (23:21 +0100)]
Docs: Update docs about reading .taskrc
Tomas Babej [Tue, 17 Mar 2015 22:19:05 +0000 (23:19 +0100)]
TaskWarrior: Use default .taskrc
Currently, to make UDAs (adding/modifying tasks with UDA, filtering by
UDAs) one needs to update the TaskWarrior's config, as described in
docs:
http://tasklib.readthedocs.org/en/latest/#working-with-udas
This is a little bit tedious, since every application that uses tasklib,
and wants to support UDAs, needs to either parse the .taskrc file
itself, or have user specify the UDA configuration redundantly by some
other mechanism.
Also, by using rc:/ we are using default values for other config
settings, which may take users by surprise (i.e. if user sets a custom
value for recurrence.limit, and then any tasklib call will generate
more/less recurrence tasks than he wants to see).
This commit changes the approach and makes .taskrc the default
config file location.
Tomas Babej [Sun, 15 Mar 2015 20:07:32 +0000 (21:07 +0100)]
travis: Bump tested TaskWarrior versions
Tomas Babej [Sun, 15 Mar 2015 16:13:29 +0000 (17:13 +0100)]
TaskFilter: Fix typo when normalizing input
Tomas Babej [Wed, 11 Mar 2015 07:18:19 +0000 (08:18 +0100)]
TaskFilter: Limit enforcing recurrence by version
Rob Golding [Fri, 20 Feb 2015 20:53:29 +0000 (20:53 +0000)]
Merge branch 'release/0.9.0' into develop
Rob Golding [Fri, 20 Feb 2015 20:53:20 +0000 (20:53 +0000)]
Bump version for 0.9.0
Rob Golding [Fri, 20 Feb 2015 20:52:48 +0000 (20:52 +0000)]
The next version will be 0.9.0
Tomas Babej [Fri, 20 Feb 2015 18:46:23 +0000 (19:46 +0100)]
tests: Implement workaround around python2.6 missing SkipTest
Tomas Babej [Fri, 20 Feb 2015 17:54:57 +0000 (18:54 +0100)]
tests: Skip invalid tests for older version of TaskWarrior
Tomas Babej [Fri, 20 Feb 2015 17:15:59 +0000 (18:15 +0100)]
tests: Add tests for completing, deleting and starting tasks
Tomas Babej [Fri, 20 Feb 2015 17:15:08 +0000 (18:15 +0100)]
SerializingObject: Add serializers, normalizers and deserializers for start and end attributes
Tomas Babej [Fri, 20 Feb 2015 16:52:30 +0000 (17:52 +0100)]
Task: Refresh all relevant attributes in done,start and delete methods
Tomas Babej [Fri, 20 Feb 2015 16:42:28 +0000 (17:42 +0100)]
tests: Add dummy tests for filtering
Tomas Babej [Fri, 20 Feb 2015 16:42:09 +0000 (17:42 +0100)]
Task: Add support for start command
Tomas Babej [Fri, 20 Feb 2015 14:56:14 +0000 (15:56 +0100)]
tests: Test task normalizers in more sensible way
Tomas Babej [Fri, 20 Feb 2015 14:54:43 +0000 (15:54 +0100)]
tests: Amend hook tests to pass the taskwarrior instance explicitly
Tomas Babej [Fri, 20 Feb 2015 13:11:55 +0000 (14:11 +0100)]
TaskWarrior: Output whole stderr content as TaskWarriorException on failure
The reason for this change is that TaskWarrior outputs all footnotes and
errors in stderr, and, as a result, we get meaningless errors like:
Configuration override rc.data.location=/tmp/random
Tomas Babej [Fri, 20 Feb 2015 13:11:32 +0000 (14:11 +0100)]
Task: Autmoatically detect TaskWarrior instance in from_input
Tomas Babej [Fri, 20 Feb 2015 11:18:35 +0000 (12:18 +0100)]
SerializingObject: Detect string type using six properly
Tomas Babej [Fri, 20 Feb 2015 11:13:31 +0000 (12:13 +0100)]
SerializingObject: Have more helpful error message in normalize_uuid
Tomas Babej [Fri, 20 Feb 2015 10:49:22 +0000 (11:49 +0100)]
normalizers: Handle None properly in all normalizers
Tomas Babej [Tue, 17 Feb 2015 20:35:43 +0000 (21:35 +0100)]
travis: Update tested versions of TaskWarrior
Tomas Babej [Sun, 8 Feb 2015 18:44:06 +0000 (19:44 +0100)]
docs: Fix copy-paste error
Tomas Babej [Sat, 7 Feb 2015 20:10:48 +0000 (21:10 +0100)]
coverage: Configure coveralls to not include test files
Tomas Babej [Sat, 7 Feb 2015 13:16:01 +0000 (14:16 +0100)]
ReadOnlyDictView: Fix python3 issues, ditch the has_key method
Tomas Babej [Sat, 7 Feb 2015 12:59:38 +0000 (13:59 +0100)]
Docs: Document the original attribute access to the task object
Tomas Babej [Sat, 7 Feb 2015 12:50:53 +0000 (13:50 +0100)]
Tests: Add tests for ReadOnlyDictView
Tomas Babej [Sat, 7 Feb 2015 12:50:33 +0000 (13:50 +0100)]
SerializingObject: Document purpose of normalizing methods
Tomas Babej [Sat, 7 Feb 2015 12:50:08 +0000 (13:50 +0100)]
TaskResource: Provide read-only view on _original_data via original attribute
Tomas Babej [Sat, 7 Feb 2015 12:49:29 +0000 (13:49 +0100)]
ReadOnlyDictView: Add ReadOnlyDictView which allows read-only access to a given dict
Tomas Babej [Sat, 7 Feb 2015 11:35:47 +0000 (12:35 +0100)]
Tests: Add test for filtering with empty UUID
Tomas Babej [Sat, 7 Feb 2015 11:35:31 +0000 (12:35 +0100)]
SerializingObject: Make sure UUID is properly validated
Tomas Babej [Sat, 7 Feb 2015 11:19:55 +0000 (12:19 +0100)]
Tests: Test generation of recurrent tasks
Tomas Babej [Sat, 7 Feb 2015 11:19:41 +0000 (12:19 +0100)]
TaskWarrior: Enforce recurrent tasks upon each evaluation of filter
Tomas Babej [Sat, 7 Feb 2015 11:18:59 +0000 (12:18 +0100)]
TaskWarrior: Add keyword argument to supress failure in execute_command
Tomas Babej [Fri, 6 Feb 2015 22:29:30 +0000 (23:29 +0100)]
Setup: Add tzlocal to required packages
Tomas Babej [Fri, 6 Feb 2015 21:50:06 +0000 (22:50 +0100)]
Tests: Add tests for timezone aware datetimes
Tomas Babej [Fri, 6 Feb 2015 19:55:57 +0000 (20:55 +0100)]
Tests: Update tests for localized timestamps
Tomas Babej [Fri, 6 Feb 2015 19:44:11 +0000 (20:44 +0100)]
Task: Leverage normalizers for localized datetime objects
Tomas Babej [Fri, 6 Feb 2015 19:20:35 +0000 (20:20 +0100)]
Add documentation for localized timezones
Tomas Babej [Thu, 8 Jan 2015 06:11:42 +0000 (07:11 +0100)]
Setup: Add pytz as dependency
Tomas Babej [Thu, 8 Jan 2015 01:16:06 +0000 (02:16 +0100)]
Task: Use localized timestamps in UTC
Tomas Babej [Fri, 6 Feb 2015 19:33:47 +0000 (20:33 +0100)]
SerializingObject: Add normalizers for normalizing user input
Tomas Babej [Wed, 21 Jan 2015 06:51:02 +0000 (07:51 +0100)]
TaskResource: Do not serialize annotations as a list in a string
Tomas Babej [Tue, 20 Jan 2015 22:36:07 +0000 (23:36 +0100)]
Tests: Add tests for serializing annotations
Tomas Babej [Tue, 20 Jan 2015 22:35:42 +0000 (23:35 +0100)]
SerializingObject: Add missing serialize_annotations method
Tomas Babej [Tue, 20 Jan 2015 20:27:52 +0000 (21:27 +0100)]
TaskResource: Move some Task non-specigic methods to TaskResource
Tomas Babej [Mon, 19 Jan 2015 20:21:47 +0000 (21:21 +0100)]
Task: Do not require confirmation for modifying recurrent tasks
Rob Golding [Mon, 19 Jan 2015 08:52:40 +0000 (08:52 +0000)]
Merge branch 'release/0.8.0' into develop
Rob Golding [Mon, 19 Jan 2015 08:52:15 +0000 (08:52 +0000)]
Bump version for 0.8.0
Rob Golding [Mon, 19 Jan 2015 08:51:54 +0000 (08:51 +0000)]
The next version will be 0.8.0
Tomas Babej [Sat, 17 Jan 2015 12:25:11 +0000 (13:25 +0100)]
Revert "Fix missing import"
This reverts commit
1836a32642fc02d23befe75fc7c16ae43e03e9e0 .
This import was not missing on develop branch.
Tomas Babej [Sat, 17 Jan 2015 12:04:57 +0000 (13:04 +0100)]
Fix missing import
Tomas Babej [Sat, 17 Jan 2015 11:56:48 +0000 (12:56 +0100)]
Merge pull request #29 from tbabej/bugfix
Minor bugs
Tomas Babej [Sat, 17 Jan 2015 11:37:38 +0000 (12:37 +0100)]
Task: Fix serialize_depends behaviour
Tomas Babej [Sat, 17 Jan 2015 11:36:36 +0000 (12:36 +0100)]
Tests: Add tests for ensuring serializer and desializer behaviour
Tomas Babej [Sat, 17 Jan 2015 10:59:05 +0000 (11:59 +0100)]
Task: Fix incorrect timestamp serializer
Tomas Babej [Sat, 17 Jan 2015 10:51:34 +0000 (11:51 +0100)]
Task: Clean up default formatting of the attributes as arguments for modify command
In the current version, we were not properly making difference between value
which is False when converting to boolean, and proper empty value. Thus user
would be unable to save legitimate False-like values into TW, like numeric 0.
Tomas Babej [Sat, 17 Jan 2015 10:39:24 +0000 (11:39 +0100)]
Merge pull request #24 from tbabej/hooks2
Better hook support
Tomas Babej [Sat, 17 Jan 2015 10:14:16 +0000 (11:14 +0100)]
Docs: Provide documentation for using tasklib in hooks scripts
Tomas Babej [Sat, 17 Jan 2015 09:46:05 +0000 (10:46 +0100)]
Task: Make sure empty values are not passed to TW via hooks
Tomas Babej [Fri, 16 Jan 2015 23:24:36 +0000 (00:24 +0100)]
Task: Provide automatic hook type detection
Tomas Babej [Fri, 16 Jan 2015 07:06:23 +0000 (08:06 +0100)]
Task: Change export_data() to expect non-serialized values in self._data dict
Tomas Babej [Thu, 15 Jan 2015 21:08:13 +0000 (22:08 +0100)]
Task: Make modified property non-private
This is actually useful to have open to public. For modify hooks,
you get two lines of input(original and modified version), so it's
quite useful to have a convenient way of checking whether the
task you got is modified or not.
Tomas Babej [Thu, 15 Jan 2015 21:02:37 +0000 (22:02 +0100)]
Tests: Add tests for hook support
Tomas Babej [Thu, 15 Jan 2015 21:26:02 +0000 (22:26 +0100)]
Merge pull request #25 from tbabej/deserialized-data-dict
Make sure modified fields were actually modified
Tomas Babej [Thu, 15 Jan 2015 21:02:17 +0000 (22:02 +0100)]
Task: Do not hardcode sys.stdin as input source for hooks
Tomas Babej [Sun, 11 Jan 2015 14:08:00 +0000 (15:08 +0100)]
Task: Add comment to stress importance of refreshing after save
Tomas Babej [Thu, 8 Jan 2015 03:09:30 +0000 (04:09 +0100)]
Task: Remove spaces when dumping the Task JSON
Tomas Babej [Thu, 8 Jan 2015 00:56:29 +0000 (01:56 +0100)]
Task: Add support for creating Task objects in hook scripts