]>
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, 5 Nov 2013 11:22:06 +0000 (11:22 +0000)]
Print task version before running tests
Rob Golding [Tue, 5 Nov 2013 10:58:43 +0000 (10:58 +0000)]
Be a bit smarter about error messages
Rob Golding [Mon, 4 Nov 2013 08:59:39 +0000 (08:59 +0000)]
Install taskwarrior before running tests
Rob Golding [Sun, 3 Nov 2013 21:30:47 +0000 (21:30 +0000)]
Use current directory for temp dir
Rob Golding [Sun, 3 Nov 2013 21:19:45 +0000 (21:19 +0000)]
Merge branch 'master' of github.com:robgolding63/tasklib
Conflicts:
tasklib/tests.py
Rob Golding [Sun, 3 Nov 2013 21:18:18 +0000 (21:18 +0000)]
Add .travis.yml
Rob Golding [Sun, 3 Nov 2013 21:18:01 +0000 (21:18 +0000)]
Remove stray print statement
Rob Golding [Sun, 3 Nov 2013 20:54:56 +0000 (20:54 +0000)]
Test for task.done()
Rob Golding [Sun, 3 Nov 2013 20:52:25 +0000 (20:52 +0000)]
Implement tasks.completed() and add more tests
Rob Golding [Sun, 3 Nov 2013 20:41:03 +0000 (20:41 +0000)]
Add a couple of simple tests and fix typo
Rob Golding [Sun, 3 Nov 2013 20:41:03 +0000 (20:41 +0000)]
Add a couple of simple tests and fix typo
Rob Golding [Sat, 2 Nov 2013 20:11:16 +0000 (20:11 +0000)]
Use `task modify` when saving tasks
Rob Golding [Sat, 8 Jun 2013 18:43:49 +0000 (19:43 +0100)]
Add undo command
Rob Golding [Wed, 5 Jun 2013 11:09:17 +0000 (12:09 +0100)]
Pass config_override through properly
Rob Golding [Tue, 4 Jun 2013 20:04:00 +0000 (21:04 +0100)]
Add merge_with method
Rob Golding [Mon, 3 Jun 2013 20:51:17 +0000 (21:51 +0100)]
Update README to reflect new filtering API
Rob Golding [Wed, 15 May 2013 20:19:44 +0000 (21:19 +0100)]
Fix mismatched parentheses bug
Rob Golding [Wed, 17 Apr 2013 19:52:36 +0000 (20:52 +0100)]
Add serialize/deserialize methods for annotations
Rob Golding [Tue, 16 Apr 2013 21:03:40 +0000 (22:03 +0100)]
Allow passing custom string filters to TaskQuerySet and make Popen secure
Rob Golding [Mon, 15 Apr 2013 19:23:38 +0000 (20:23 +0100)]
Add serialize/deserialize for fields and implement for due date
Rob Golding [Sun, 14 Apr 2013 20:31:12 +0000 (21:31 +0100)]
Update docs to reflect new API
Rob Golding [Sun, 14 Apr 2013 20:18:56 +0000 (21:18 +0100)]
Emulate django's QuerySet API for filtering tasks
Rob Golding [Wed, 10 Apr 2013 19:30:35 +0000 (20:30 +0100)]
Fix bug in get_tasks filtering
Rob Golding [Wed, 10 Apr 2013 13:13:28 +0000 (14:13 +0100)]
Improve get_tasks to allow arbitrary filtering
Rob Golding [Tue, 2 Apr 2013 09:04:06 +0000 (10:04 +0100)]
README is rst not md
Rob Golding [Mon, 1 Apr 2013 15:50:18 +0000 (16:50 +0100)]
Initial commit