]>
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:
Rob Golding [Tue, 27 Nov 2018 21:44:29 +0000 (21:44 +0000)]
Merge pull request #59 from bergercookie/develop
Correct code snippet in README
Nikos Koukis [Mon, 26 Nov 2018 23:16:50 +0000 (23:16 +0000)]
Correct code snippet in README
Rob Golding [Mon, 26 Feb 2018 11:57:13 +0000 (11:57 +0000)]
Merge pull request #54 from nesaro/removes_warning
removes test warning
Nestor Arocha [Sun, 25 Feb 2018 14:19:57 +0000 (14:19 +0000)]
removes test warning
in Python 3.5.3:
DeprecationWarning: Please use assertEqual instead.
Rob Golding [Thu, 22 Feb 2018 09:18:22 +0000 (09:18 +0000)]
Merge pull request #52 from robgolding/revert-51-patch-1
Revert "Removes redundant definition"
Rob Golding [Thu, 22 Feb 2018 09:18:10 +0000 (09:18 +0000)]
Revert "Removes redundant definition"
Rob Golding [Tue, 20 Feb 2018 16:08:28 +0000 (16:08 +0000)]
Merge pull request #51 from nesaro/patch-1
Removes redundant definition
Nestor Arocha [Tue, 20 Feb 2018 14:45:53 +0000 (14:45 +0000)]
Removes redundant definition
\__ne__ is already defined if \__eq__ is defined
https://docs.python.org/3/reference/datamodel.html#object.__ne__
Rob Golding [Fri, 26 Jan 2018 10:53:56 +0000 (10:53 +0000)]
Merge pull request #49 from lyz-code/improve/update-gitignore
Added some directories to .gitignore
Lyz [Fri, 26 Jan 2018 09:23:25 +0000 (10:23 +0100)]
Added some directories to .gitignore
Rob Golding [Thu, 18 Jan 2018 17:55:10 +0000 (17:55 +0000)]
Merge pull request #46 from lyz-code/fix/pep8-guidelines
[fix] Follow pep8 guidelines
Lyz [Wed, 17 Jan 2018 17:04:28 +0000 (18:04 +0100)]
* Fix multiple PEP8 lint errors
Lyz [Mon, 8 Jan 2018 23:22:23 +0000 (00:22 +0100)]
[fix] small fix to rebuild
Rob Golding [Tue, 2 Jan 2018 17:48:24 +0000 (17:48 +0000)]
Merge pull request #47 from robgolding/fix-task-repo-location
Update task warrior repo location
Rob Golding [Fri, 10 Nov 2017 20:50:46 +0000 (20:50 +0000)]
Don't test with taskwarrior 2.6.0
It's the development version, and isn't compiling on Travis.
Rob Golding [Thu, 26 Oct 2017 19:43:58 +0000 (20:43 +0100)]
Update task warrior repo location
Lyz [Wed, 25 Oct 2017 22:01:26 +0000 (00:01 +0200)]
[fix] follow pep8 guidelines
Rob Golding [Fri, 20 Jan 2017 21:14:03 +0000 (21:14 +0000)]
Merge branch 'release/1.1.0' into develop
Rob Golding [Fri, 20 Jan 2017 21:13:34 +0000 (21:13 +0000)]
Bump version for 1.1.0 release
Tomas Babej [Sun, 8 Jan 2017 02:07:34 +0000 (03:07 +0100)]
tests: Replace key with different config keys that are more consistent across versions
Tomas Babej [Sun, 8 Jan 2017 02:06:46 +0000 (03:06 +0100)]
backend: Allow single character config values
Tomas Babej [Sat, 7 Jan 2017 22:09:30 +0000 (23:09 +0100)]
travis: Speed up and support testing with libshared-dependant builds
Tomas Babej [Sat, 7 Jan 2017 19:12:59 +0000 (20:12 +0100)]
travis: Test with Python 3.6
Tomas Babej [Sat, 7 Jan 2017 19:10:59 +0000 (20:10 +0100)]
backend: Do not assume that all command arguments are (byte)strings
Tomas Babej [Sat, 7 Jan 2017 18:26:53 +0000 (19:26 +0100)]
backend: When task returns non-zero return code, include the task command in the error message
Tomas Babej [Sat, 7 Jan 2017 18:26:25 +0000 (19:26 +0100)]
backend: Support utf-8 command line arguments
Tomas Babej [Sun, 1 Jan 2017 19:01:35 +0000 (20:01 +0100)]
LICENCE: Update copyright
Tomas Babej [Fri, 8 Jul 2016 11:53:04 +0000 (13:53 +0200)]
tests: Add tests for unequality of hashes of different tasks
Tomas Babej [Mon, 23 May 2016 20:12:36 +0000 (22:12 +0200)]
backends: Do not perform field deletion for new tasks
Tomas Babej [Mon, 23 May 2016 13:35:33 +0000 (15:35 +0200)]
tests: Expand test suite with tests for recurring native filters
Tomas Babej [Mon, 23 May 2016 13:35:21 +0000 (15:35 +0200)]
TaskQuerySet: Add recurring native filter
Tomas Babej [Mon, 23 May 2016 13:35:07 +0000 (15:35 +0200)]
Task: Add recurring property
Tomas Babej [Mon, 23 May 2016 09:40:42 +0000 (11:40 +0200)]
tests: Do not use string-based dates for compatibility reasons
Tomas Babej [Mon, 23 May 2016 09:04:06 +0000 (11:04 +0200)]
tests: Cover deleted and waiting native queryset filters
Tomas Babej [Mon, 23 May 2016 09:03:45 +0000 (11:03 +0200)]
TaskQuerySet: Extend native filters with deleted and waiting
Tomas Babej [Sun, 22 May 2016 14:08:12 +0000 (16:08 +0200)]
tests: Expand test suite with tests for inequality of LazyUUIDTask objects
Tomas Babej [Sun, 22 May 2016 13:59:06 +0000 (15:59 +0200)]
Merge pull request #45 from sarg/develop
add __ne__ methods for python2 compatibility
Sergey Trofimov [Fri, 20 May 2016 12:33:47 +0000 (15:33 +0300)]
increase coverage
Sergey Trofimov [Fri, 20 May 2016 11:25:34 +0000 (14:25 +0300)]
add __ne__ methods for python2 compatibility
Tomas Babej [Sun, 13 Mar 2016 16:18:06 +0000 (17:18 +0100)]
travis: Test with TW 2.6.0
Tomas Babej [Mon, 14 Mar 2016 13:06:05 +0000 (14:06 +0100)]
Merge pull request #44 from robgolding63/release/1.0.0
1.0.0 Release
Rob Golding [Mon, 14 Mar 2016 02:00:29 +0000 (09:00 +0700)]
Loosen the version requirement for six
Fixes #43
Rob Golding [Mon, 14 Mar 2016 01:59:54 +0000 (08:59 +0700)]
Bump version for 1.0.0 release
Rob Golding [Sat, 13 Feb 2016 23:20:07 +0000 (23:20 +0000)]
Merge branch 'release/0.12.1' into develop
Rob Golding [Sat, 13 Feb 2016 23:19:45 +0000 (23:19 +0000)]
Bump version for 0.12.1 release
Rob Golding [Sat, 13 Feb 2016 23:18:45 +0000 (23:18 +0000)]
Merge pull request #42 from robgolding63/issue-41-fix
Override __copy__ and __deepcopy__ on LazyUUIDTask
Rob Golding [Wed, 10 Feb 2016 22:48:33 +0000 (22:48 +0000)]
Add test for recurring task import error
Rob Golding [Sun, 7 Feb 2016 23:25:47 +0000 (23:25 +0000)]
Override __copy__ and __deepcopy__ on LazyUUIDTask
Tomas Babej [Sat, 6 Feb 2016 19:46:18 +0000 (20:46 +0100)]
travis: Taskwarrior 2.5.1 is not yet released
Tomas Babej [Sat, 6 Feb 2016 17:05:16 +0000 (18:05 +0100)]
coverage: Exclude abstract methods
Tomas Babej [Sat, 6 Feb 2016 17:05:04 +0000 (18:05 +0100)]
backends: Add a exception for recurrence template task in ID parser
Rob Golding [Sun, 31 Jan 2016 18:29:47 +0000 (18:29 +0000)]
Merge branch 'release/0.12.0' into develop
Rob Golding [Sun, 31 Jan 2016 18:29:37 +0000 (18:29 +0000)]
Merge branch 'develop' into release/0.12.0
Rob Golding [Sun, 31 Jan 2016 18:28:10 +0000 (18:28 +0000)]
Merge branch 'master' into develop
Rob Golding [Sun, 31 Jan 2016 18:27:08 +0000 (18:27 +0000)]
Bump version for 0.12.0 release
Tomas Babej [Sat, 26 Dec 2015 21:56:26 +0000 (22:56 +0100)]
backends: Replace NotImplemented with NotImplemetedError
Tomas Babej [Sat, 26 Dec 2015 15:58:40 +0000 (16:58 +0100)]
tests: Add test for equality of the recurrence parents
Tomas Babej [Sat, 26 Dec 2015 15:53:38 +0000 (16:53 +0100)]
SerializingObject: (De)Serialize the parent attribute
Tomas Babej [Sat, 26 Dec 2015 15:53:17 +0000 (16:53 +0100)]
LazyUUIDTask: Properly handle equality with None
Tomas Babej [Sat, 26 Dec 2015 15:35:56 +0000 (16:35 +0100)]
tests: Expand and fix tests with set-based tags
Tomas Babej [Sat, 26 Dec 2015 15:35:01 +0000 (16:35 +0100)]
SerializingObject: Serialize tags into sets, not lists
Tomas Babej [Sat, 26 Dec 2015 15:25:47 +0000 (16:25 +0100)]
tests: Use a configuration variable available in older TW releases
Tomas Babej [Sat, 26 Dec 2015 15:11:16 +0000 (16:11 +0100)]
tests: Add a tests for loading of the configuration
Tomas Babej [Sat, 26 Dec 2015 14:46:15 +0000 (15:46 +0100)]
tests: Expand tests for the LazyUUIDTaskTestSet
Tomas Babej [Sat, 26 Dec 2015 13:59:48 +0000 (14:59 +0100)]
tests: Expand tests for LazyUUIDTask
Tomas Babej [Sat, 26 Dec 2015 13:59:30 +0000 (14:59 +0100)]
lazy: Support modified property in the LazyUUIDTask
Tomas Babej [Sat, 26 Dec 2015 13:38:03 +0000 (14:38 +0100)]
travis: Test with newest Task development version
Tomas Babej [Sat, 26 Dec 2015 13:37:30 +0000 (14:37 +0100)]
travis: Drop support for Python2.6
Tomas Babej [Sat, 26 Dec 2015 12:30:41 +0000 (13:30 +0100)]
travis: Do not test with Python 3.2, start testing with Python 3.5
The coverage package has issues with Python 3.2, and Python 3.5 is long
available and should be covered.
Tomas Babej [Sat, 26 Dec 2015 11:13:45 +0000 (12:13 +0100)]
LazyUUIDTaskSet: Add implementation for the and operator
Tomas Babej [Sat, 26 Dec 2015 11:11:45 +0000 (12:11 +0100)]
LazyUUIDTaskSet: Add reverse operator implementations
Tomas Babej [Sat, 26 Dec 2015 02:05:12 +0000 (03:05 +0100)]
LazyUUIDTaskSet: Expand interface to support operators
Tomas Babej [Thu, 24 Dec 2015 17:57:48 +0000 (18:57 +0100)]
lazy: Provide full implementation of the set interface in LazyUUIDTaskSet
Tomas Babej [Thu, 24 Dec 2015 16:56:55 +0000 (17:56 +0100)]
lazy: Properly override getattr calls
Tomas Babej [Thu, 24 Dec 2015 15:56:32 +0000 (16:56 +0100)]
tests: Improve tests for the LazyUUIDTaskSet
Tomas Babej [Thu, 24 Dec 2015 14:56:07 +0000 (15:56 +0100)]
LazyUUIDTaskSet: Add additional methods to simulate the set object
Tomas Babej [Thu, 24 Dec 2015 14:20:23 +0000 (15:20 +0100)]
lazy: Add repr methods for LazyUUIDTask and Set
Tomas Babej [Thu, 24 Dec 2015 14:10:09 +0000 (15:10 +0100)]
LazyUUIDTask: Implement 'saved' property
Tomas Babej [Thu, 24 Dec 2015 13:09:58 +0000 (14:09 +0100)]
LazyUUIDTaskSet: Make the lazy iteration behaviour as defualt
Tomas Babej [Thu, 24 Dec 2015 12:35:47 +0000 (13:35 +0100)]
LazyUUIDTaskSet: Do not replace when accessing __attributes
Tomas Babej [Thu, 24 Dec 2015 11:05:32 +0000 (12:05 +0100)]
serializing: Use LazyUUIDTaskSet for dependencies
Tomas Babej [Thu, 24 Dec 2015 11:05:28 +0000 (12:05 +0100)]
lazy: Move lazy class implementations into a separate module
Tomas Babej [Thu, 24 Dec 2015 10:55:15 +0000 (11:55 +0100)]
tests: Fix typos
Tomas Babej [Thu, 24 Dec 2015 10:20:47 +0000 (11:20 +0100)]
tests: Add tests for the LazyUUIDTaskSet
Tomas Babej [Thu, 24 Dec 2015 10:20:37 +0000 (11:20 +0100)]
task: Add LazyUUIDTaskSet wrapper
Tomas Babej [Thu, 24 Dec 2015 09:20:25 +0000 (10:20 +0100)]
tests: Add tests for LazyUUIDTask
Tomas Babej [Thu, 24 Dec 2015 09:19:57 +0000 (10:19 +0100)]
task: Add LazyUUIDTask object
Tomas Babej [Mon, 21 Dec 2015 00:57:21 +0000 (01:57 +0100)]
SerializingObject: Perform more efficient deserialization of dependencies
Rob Golding [Sun, 15 Nov 2015 04:39:37 +0000 (11:39 +0700)]
Bump version for 0.11.0 release
Tomas Babej [Fri, 18 Sep 2015 06:10:58 +0000 (08:10 +0200)]
backend: Do not use terminator to separate filter
Tomas Babej [Fri, 11 Sep 2015 02:45:29 +0000 (04:45 +0200)]
ReadOnlyDictView: Do not use explicit u literals
Tomas Babej [Fri, 11 Sep 2015 00:42:08 +0000 (02:42 +0200)]
travis: Update tested versions
Tomas Babej [Fri, 11 Sep 2015 00:41:49 +0000 (02:41 +0200)]
backends: Remove redundant import
Tomas Babej [Sat, 15 Aug 2015 12:55:04 +0000 (14:55 +0200)]
ReadOnlyDictView: Add methods for better representation of the ReadOnlyDictView
Tomas Babej [Sat, 15 Aug 2015 12:45:35 +0000 (14:45 +0200)]
TaskWarrior: Return ReadOnlyDictView of config instead of passing a copy of a mutable dict
Tomas Babej [Sat, 15 Aug 2015 02:05:09 +0000 (04:05 +0200)]
TaskWarrior: Rename config attribute to overrides
Tomas Babej [Sat, 15 Aug 2015 01:41:08 +0000 (03:41 +0200)]
TaskWarrior: Use config propery instead of get_config call
gabriel pettier [Sun, 9 Aug 2015 01:10:40 +0000 (03:10 +0200)]
pep8/flake8 fixes
gabriel pettier [Sun, 9 Aug 2015 00:58:31 +0000 (02:58 +0200)]
make backends.TaskWarrior inherit from Backend
fix missing `copy` import for Backend (fix test)
Rob Golding [Sun, 15 Nov 2015 04:39:45 +0000 (11:39 +0700)]
Merge branch 'release/0.11.0'