]> 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:

etc/taskwarrior.git
9 years agoBump version for 0.7.0
Rob Golding [Sun, 11 Jan 2015 19:03:04 +0000 (19:03 +0000)]
Bump version for 0.7.0

9 years agoMerge pull request #20 from tbabej/add_coveralls
Rob Golding [Sun, 11 Jan 2015 19:01:12 +0000 (19:01 +0000)]
Merge pull request #20 from tbabej/add_coveralls

Add code coverage

9 years agoReadme: Add coveralls badge
Tomas Babej [Sat, 10 Jan 2015 19:01:09 +0000 (20:01 +0100)]
Readme: Add coveralls badge

9 years agoTravis: Add coveralls
Tomas Babej [Sat, 10 Jan 2015 18:16:39 +0000 (19:16 +0100)]
Travis: Add coveralls

9 years agoMerge pull request #15 from tbabej/update_travis
Tomas Babej [Tue, 6 Jan 2015 20:13:44 +0000 (21:13 +0100)]
Merge pull request #15 from tbabej/update_travis

Update travis after 2.4.0 release

9 years agoTravis: Update toolchain for newer compiler
Tomas Babej [Tue, 6 Jan 2015 20:40:46 +0000 (21:40 +0100)]
Travis: Update toolchain for newer compiler

9 years agoTravis: Update tested TW versions, 2.4.0 was released
Tomas Babej [Thu, 1 Jan 2015 23:56:57 +0000 (00:56 +0100)]
Travis: Update tested TW versions, 2.4.0 was released

9 years agoThe next version will be 0.7.0
Rob Golding [Tue, 6 Jan 2015 14:14:55 +0000 (14:14 +0000)]
The next version will be 0.7.0

9 years agoMerge pull request #14 from tbabej/develop
Rob Golding [Tue, 6 Jan 2015 14:14:03 +0000 (14:14 +0000)]
Merge pull request #14 from tbabej/develop

Represent dependencies as sets and other improvements

9 years agoTaskWarrior: Set dependency.confirmation=no by default
Tomas Babej [Sat, 3 Jan 2015 23:46:49 +0000 (00:46 +0100)]
TaskWarrior: Set dependency.confirmation=no by default

9 years agoTaskFilter: Implement workaround around TW-1479
Tomas Babej [Sat, 3 Jan 2015 22:53:55 +0000 (23:53 +0100)]
TaskFilter: Implement workaround around TW-1479

9 years agoTaskFilter: Enforce exact match when building filter
Tomas Babej [Sat, 3 Jan 2015 22:04:36 +0000 (23:04 +0100)]
TaskFilter: Enforce exact match when building filter

9 years agoDocs: Update docs with the new features
Tomas Babej [Sat, 3 Jan 2015 21:59:57 +0000 (22:59 +0100)]
Docs: Update docs with the new features

9 years agoTests: Cover filtering by string attributes containing a space
Tomas Babej [Sat, 3 Jan 2015 21:43:39 +0000 (22:43 +0100)]
Tests: Cover filtering by string attributes containing a space

9 years agoTask: Fix wrong error message
Tomas Babej [Sat, 3 Jan 2015 20:40:21 +0000 (21:40 +0100)]
Task: Fix wrong error message

9 years agoTaskFilter: Enclose values of filtered attributes in quotes
Tomas Babej [Sat, 3 Jan 2015 13:44:16 +0000 (14:44 +0100)]
TaskFilter: Enclose values of filtered attributes in quotes

9 years agoSerializingObject: Create a common ancestor for Task and TaskFilter, since both need...
Tomas Babej [Sat, 3 Jan 2015 13:35:41 +0000 (14:35 +0100)]
SerializingObject: Create a common ancestor for Task and TaskFilter, since both need to serialize attrs

9 years agoTask: Write serializers and deserializers for all timestamp attributes
Tomas Babej [Sat, 3 Jan 2015 11:52:19 +0000 (12:52 +0100)]
Task: Write serializers and deserializers for all timestamp attributes

9 years agoTests: Cover setting read only attributes
Tomas Babej [Sat, 3 Jan 2015 11:16:49 +0000 (12:16 +0100)]
Tests: Cover setting read only attributes

9 years agoTask: Check that we are unable to set read only values through __init__
Tomas Babej [Sat, 3 Jan 2015 11:16:31 +0000 (12:16 +0100)]
Task: Check that we are unable to set read only values through __init__

9 years agoTests: Adds tests for adding attributes with spaces
Tomas Babej [Fri, 2 Jan 2015 05:23:30 +0000 (06:23 +0100)]
Tests: Adds tests for adding attributes with spaces

9 years agoTaskWarrior: Set confirmation:no in config by default
Tomas Babej [Fri, 2 Jan 2015 05:20:53 +0000 (06:20 +0100)]
TaskWarrior: Set confirmation:no in config by default

TaskWarrior 2.2 asks for confirmation on some modifications.

Also, it makes no sense to ask for confirmation with tasklib,
since we do not provide a way to input something to stdin.

9 years agoTask: Escape values of attributes in quotes
Tomas Babej [Fri, 2 Jan 2015 05:19:07 +0000 (06:19 +0100)]
Task: Escape values of attributes in quotes

9 years agoTask: Provide a generic framework for format_* methods
Tomas Babej [Fri, 2 Jan 2015 07:59:52 +0000 (08:59 +0100)]
Task: Provide a generic framework for format_* methods

9 years agoTask: Drop support for direct unserialized data in __init__
Tomas Babej [Fri, 2 Jan 2015 07:18:12 +0000 (08:18 +0100)]
Task: Drop support for direct unserialized data in __init__

9 years agoTests: Add tests for modified fields
Tomas Babej [Fri, 2 Jan 2015 07:15:13 +0000 (08:15 +0100)]
Tests: Add tests for modified fields

9 years agoTask: Update _original_data with data dict too when creating Task object
Tomas Babej [Fri, 2 Jan 2015 11:57:34 +0000 (12:57 +0100)]
Task: Update _original_data with data dict too when creating Task object

9 years agoTests: Add tests for repeatedly saving the tasks with dependencies
Tomas Babej [Fri, 2 Jan 2015 07:03:04 +0000 (08:03 +0100)]
Tests: Add tests for repeatedly saving the tasks with dependencies

9 years agoTask: Add modified to the list of read only fields
Tomas Babej [Fri, 2 Jan 2015 07:31:30 +0000 (08:31 +0100)]
Task: Add modified to the list of read only fields

9 years agoTask: Enumarate only writable fields as modified
Tomas Babej [Thu, 1 Jan 2015 23:23:06 +0000 (00:23 +0100)]
Task: Enumarate only writable fields as modified

9 years agoTask: Serialize values passed through __init__
Tomas Babej [Thu, 1 Jan 2015 22:04:31 +0000 (23:04 +0100)]
Task: Serialize values passed through __init__

9 years agoTests: Add tests for setting and removing due date
Tomas Babej [Thu, 1 Jan 2015 19:11:57 +0000 (20:11 +0100)]
Tests: Add tests for setting and removing due date

9 years agoTask: Properly handle None in serialize_due
Tomas Babej [Thu, 1 Jan 2015 19:11:38 +0000 (20:11 +0100)]
Task: Properly handle None in serialize_due

9 years agotests: Check that the priority is removed when assigned None
Tomas Babej [Wed, 31 Dec 2014 18:26:47 +0000 (19:26 +0100)]
tests: Check that the priority is removed when assigned None

9 years agoTask: Use empty string as replacement for None when saving the task
Tomas Babej [Wed, 31 Dec 2014 18:25:04 +0000 (19:25 +0100)]
Task: Use empty string as replacement for None when saving the task

9 years agoTests: Add tests for uuid equality and hasing
Tomas Babej [Sun, 28 Dec 2014 02:16:04 +0000 (03:16 +0100)]
Tests: Add tests for uuid equality and hasing

9 years agoTask: Make uuid equality more restrictive for unsaved tasks
Tomas Babej [Sun, 28 Dec 2014 02:15:47 +0000 (03:15 +0100)]
Task: Make uuid equality more restrictive for unsaved tasks

9 years agoTests: Add tests for dependency sets
Tomas Babej [Sun, 28 Dec 2014 01:03:00 +0000 (02:03 +0100)]
Tests: Add tests for dependency sets

9 years agoTask: Represent dependant tasks as a set
Tomas Babej [Sun, 28 Dec 2014 00:57:02 +0000 (01:57 +0100)]
Task: Represent dependant tasks as a set

9 years agoTask: Make Task object non-iterable
Tomas Babej [Sun, 28 Dec 2014 00:54:22 +0000 (01:54 +0100)]
Task: Make Task object non-iterable

9 years agoTask: Make a dict.copy() for _original_data
Tomas Babej [Sun, 28 Dec 2014 00:53:26 +0000 (01:53 +0100)]
Task: Make a dict.copy() for _original_data

9 years agoTask: Detect modified fields by actual modifications
Tomas Babej [Fri, 26 Dec 2014 15:39:09 +0000 (16:39 +0100)]
Task: Detect modified fields by actual modifications

9 years agoTask: Make two Tasks equal by uuid
Tomas Babej [Fri, 26 Dec 2014 15:34:44 +0000 (16:34 +0100)]
Task: Make two Tasks equal by uuid

9 years agoAdd AUTHORS file
Rob Golding [Fri, 26 Dec 2014 05:38:07 +0000 (12:38 +0700)]
Add AUTHORS file

9 years agoThe next version will be 0.6.0
Rob Golding [Fri, 26 Dec 2014 05:30:26 +0000 (12:30 +0700)]
The next version will be 0.6.0

9 years agoDon't explicitly require six==1.5.2 to avoid VersionConflict error
Rob Golding [Fri, 26 Dec 2014 05:29:24 +0000 (12:29 +0700)]
Don't explicitly require six==1.5.2 to avoid VersionConflict error

9 years agoMerge pull request #9 from tbabej/fix_tw1452
Rob Golding [Fri, 26 Dec 2014 05:26:24 +0000 (12:26 +0700)]
Merge pull request #9 from tbabej/fix_tw1452

Add workaround for TW-1452 bug

9 years agoMerge pull request #11 from tbabej/improve_task_object
Rob Golding [Fri, 26 Dec 2014 05:19:19 +0000 (12:19 +0700)]
Merge pull request #11 from tbabej/improve_task_object

Number of improvements

9 years agotests: Make tests Python 2.6 compatible, avoid using assertRaises as context manager
Tomas Babej [Thu, 25 Dec 2014 17:51:04 +0000 (18:51 +0100)]
tests: Make tests Python 2.6 compatible, avoid using assertRaises as context manager

9 years agoTask: Add workaround for task bug in older versions, which eats up a part of description
Tomas Babej [Thu, 25 Dec 2014 17:40:29 +0000 (18:40 +0100)]
Task: Add workaround for task bug in older versions, which eats up a part of description

9 years agoTaskWarrior: Detect task version
Tomas Babej [Thu, 25 Dec 2014 17:16:36 +0000 (18:16 +0100)]
TaskWarrior: Detect task version

9 years agotests: Add basic Task tests
Tomas Babej [Fri, 19 Dec 2014 08:09:57 +0000 (09:09 +0100)]
tests: Add basic Task tests

9 years agoTask: Raise exceptions via Task class reference
Tomas Babej [Fri, 19 Dec 2014 08:00:56 +0000 (09:00 +0100)]
Task: Raise exceptions via Task class reference

9 years agotests: Add tests to filter by attributes and their empty values
Tomas Babej [Fri, 19 Dec 2014 07:37:43 +0000 (08:37 +0100)]
tests: Add tests to filter by attributes and their empty values

9 years agotests: Do not use TW directly to create tasks
Tomas Babej [Fri, 19 Dec 2014 07:35:12 +0000 (08:35 +0100)]
tests: Do not use TW directly to create tasks

9 years agoTask: Allow setting attributes via keyword arguments
Tomas Babej [Fri, 19 Dec 2014 07:58:12 +0000 (08:58 +0100)]
Task: Allow setting attributes via keyword arguments

9 years agoTask: Add NotSaved exception
Tomas Babej [Fri, 19 Dec 2014 07:33:33 +0000 (08:33 +0100)]
Task: Add NotSaved exception

9 years agoTask: List all non-readable fields as modified when creating new task
Tomas Babej [Fri, 19 Dec 2014 08:12:24 +0000 (09:12 +0100)]
Task: List all non-readable fields as modified when creating new task

9 years agoTask: Load task uuid when saving a new task
Tomas Babej [Fri, 19 Dec 2014 06:38:10 +0000 (07:38 +0100)]
Task: Load task uuid when saving a new task

A new task can not refresh its data since it has not set uuid/id.
We need to parse the output of the 'task add' command.

9 years agoUse uuid fields intead of ids where possible
Tomas Babej [Fri, 19 Dec 2014 01:46:05 +0000 (02:46 +0100)]
Use uuid fields intead of ids where possible

IDs can get non-unique with completed tasks, which makes modifications
or deletions of particular completed tasks impossible.

9 years agoTask: Perform done and deleted operations only when necessary
Tomas Babej [Fri, 19 Dec 2014 01:17:43 +0000 (02:17 +0100)]
Task: Perform done and deleted operations only when necessary

9 years agoAdd workaround for TW-1452 bug
Tomas Babej [Thu, 4 Dec 2014 20:37:34 +0000 (21:37 +0100)]
Add workaround for TW-1452 bug

9 years agoMerge branch 'release/0.5.0' into develop
Rob Golding [Mon, 10 Nov 2014 14:16:24 +0000 (14:16 +0000)]
Merge branch 'release/0.5.0' into develop

9 years agoBump version for 0.5.0 release
Rob Golding [Mon, 10 Nov 2014 14:15:45 +0000 (14:15 +0000)]
Bump version for 0.5.0 release

9 years agoUpdate docs with new supported versions
Rob Golding [Mon, 10 Nov 2014 14:12:23 +0000 (14:12 +0000)]
Update docs with new supported versions

9 years agoMerge pull request #8 from tbabej/develop
Rob Golding [Mon, 10 Nov 2014 14:09:12 +0000 (14:09 +0000)]
Merge pull request #8 from tbabej/develop

TaskFilter: Use empty string for None searches

9 years agoTaskFilter: Use empty string for None searches
Tomas Babej [Mon, 10 Nov 2014 00:10:01 +0000 (01:10 +0100)]
TaskFilter: Use empty string for None searches

9 years agoTemporarily remove tasklib v2.4.0beta2 from tested versions
Rob Golding [Mon, 10 Nov 2014 12:35:48 +0000 (12:35 +0000)]
Temporarily remove tasklib v2.4.0beta2 from tested versions

The tests fail for some reason. 2.4.0 works just fine!

9 years agoMerge branch 'master' into develop
Rob Golding [Mon, 10 Nov 2014 12:23:28 +0000 (12:23 +0000)]
Merge branch 'master' into develop

9 years agoMerge pull request #5 from tbabej/master
Rob Golding [Mon, 10 Nov 2014 12:22:40 +0000 (12:22 +0000)]
Merge pull request #5 from tbabej/master

travis: Use git repository for sources, expand task versions

9 years agotravis: Use git repository for sources, expand task versions
Tomas Babej [Sat, 8 Nov 2014 22:16:33 +0000 (23:16 +0100)]
travis: Use git repository for sources, expand task versions

9 years agoMerge branch 'release/0.4.1' into develop
Rob Golding [Sun, 7 Sep 2014 20:00:45 +0000 (21:00 +0100)]
Merge branch 'release/0.4.1' into develop

9 years agoMerge branch 'release/0.4.1'
Rob Golding [Sun, 7 Sep 2014 20:00:40 +0000 (21:00 +0100)]
Merge branch 'release/0.4.1'

9 years agoBump version for 0.4.1
Rob Golding [Sun, 7 Sep 2014 20:00:23 +0000 (21:00 +0100)]
Bump version for 0.4.1

9 years agoThe next version will be 0.4.1
Rob Golding [Sun, 7 Sep 2014 19:59:35 +0000 (20:59 +0100)]
The next version will be 0.4.1

9 years agoReinstate __repr__ for Python 2.x
Rob Golding [Sun, 7 Sep 2014 19:58:57 +0000 (20:58 +0100)]
Reinstate __repr__ for Python 2.x

9 years agoMerge branch 'release/0.4.0'
Rob Golding [Sun, 7 Sep 2014 17:31:33 +0000 (18:31 +0100)]
Merge branch 'release/0.4.0'

9 years agoBump version for 0.4.0
Rob Golding [Sun, 7 Sep 2014 17:30:52 +0000 (18:30 +0100)]
Bump version for 0.4.0

9 years agoBump version for next release
Rob Golding [Sun, 7 Sep 2014 17:29:51 +0000 (18:29 +0100)]
Bump version for next release

9 years agoAdd a unicode test
Rob Golding [Sun, 7 Sep 2014 17:27:19 +0000 (18:27 +0100)]
Add a unicode test

9 years agoSupport Python 3.4
Rob Golding [Wed, 14 May 2014 08:40:42 +0000 (09:40 +0100)]
Support Python 3.4

9 years agoTest on Python 3.4
Rob Golding [Wed, 14 May 2014 08:25:31 +0000 (09:25 +0100)]
Test on Python 3.4

10 years agoUgh. Just test taskwarrior 2.1.x and 2.2.x
Rob Golding [Thu, 20 Feb 2014 21:16:06 +0000 (21:16 +0000)]
Ugh. Just test taskwarrior 2.1.x and 2.2.x

10 years agoUpdate docs to reflect supported versions of task warrior
Rob Golding [Thu, 20 Feb 2014 21:13:15 +0000 (21:13 +0000)]
Update docs to reflect supported versions of task warrior

10 years agoWe don't need the ubuntu release after all
Rob Golding [Thu, 20 Feb 2014 21:04:31 +0000 (21:04 +0000)]
We don't need the ubuntu release after all

10 years agoUse ubuntu source files for various task warrior versions
Rob Golding [Thu, 20 Feb 2014 20:56:11 +0000 (20:56 +0000)]
Use ubuntu source files for various task warrior versions

10 years agoUse TASK_VERSION as a prefix for the apt packge version
Rob Golding [Tue, 18 Feb 2014 21:47:40 +0000 (21:47 +0000)]
Use TASK_VERSION as a prefix for the apt packge version

10 years agoAttempt to test with taskwarrior 2.2.0 as well as 2.3.0
Rob Golding [Tue, 18 Feb 2014 21:42:29 +0000 (21:42 +0000)]
Attempt to test with taskwarrior 2.2.0 as well as 2.3.0

10 years agoFix #2 -- correctly deal with unicode data
Rob Golding [Mon, 17 Feb 2014 22:30:01 +0000 (22:30 +0000)]
Fix #2 -- correctly deal with unicode data

10 years agoTaskwarrior 2.3.0 is the only one available for download now
Rob Golding [Mon, 17 Feb 2014 08:50:50 +0000 (08:50 +0000)]
Taskwarrior 2.3.0 is the only one available for download now

10 years agoMerge branch 'release-0.3.1'
Rob Golding [Sun, 29 Dec 2013 20:53:14 +0000 (20:53 +0000)]
Merge branch 'release-0.3.1'

10 years agoVersion 0.3.1
Rob Golding [Sun, 29 Dec 2013 20:52:53 +0000 (20:52 +0000)]
Version 0.3.1

10 years agoThe next version will be 0.3.1
Rob Golding [Wed, 20 Nov 2013 22:30:50 +0000 (22:30 +0000)]
The next version will be 0.3.1

10 years agoMerge branch 'master' of github.com:robgolding63/tasklib
Rob Golding [Mon, 18 Nov 2013 13:56:38 +0000 (13:56 +0000)]
Merge branch 'master' of github.com:robgolding63/tasklib

10 years agoAdd support for adding/removing annotations
Rob Golding [Mon, 18 Nov 2013 13:39:54 +0000 (13:39 +0000)]
Add support for adding/removing annotations

10 years agoUpdate MANIFEST.in to use README.rst instead of README.md
Rob Golding [Wed, 13 Nov 2013 14:51:33 +0000 (14:51 +0000)]
Update MANIFEST.in to use README.rst instead of README.md

10 years agoBump version to 0.2
Rob Golding [Sun, 10 Nov 2013 17:19:52 +0000 (17:19 +0000)]
Bump version to 0.2

10 years agoAdd intro paragraph to docs
Rob Golding [Sun, 10 Nov 2013 17:19:04 +0000 (17:19 +0000)]
Add intro paragraph to docs

10 years agoAdd link to documentation in README
Rob Golding [Sun, 10 Nov 2013 17:14:57 +0000 (17:14 +0000)]
Add link to documentation in README

10 years agoAdd link to taskwarrior in documentation
Rob Golding [Sun, 10 Nov 2013 17:12:44 +0000 (17:12 +0000)]
Add link to taskwarrior in documentation