]> git.madduck.net Git - etc/taskwarrior.git/shortlog

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
2015-08-08 Tomas Babejbackends: Make filter classes backend-specific
2015-08-08 Tomas BabejTask: Move TW-specific refresh behaviour to TW backend
2015-08-08 Tomas Babejbackends: Add refresh_task to the Backend interface
2015-08-08 Tomas BabejTask: Move TW-specific completion logic into TW backend
2015-08-08 Tomas Babejbackends: Add complete_task to the backend interface
2015-08-08 Tomas BabejTask: Move TW-specific start/stop logic into TW backend
2015-08-08 Tomas BabejTask: Move TW-specific deletion logic into TW backend
2015-08-08 Tomas BabejTaskWarrior: Reorder methods
2015-08-08 Tomas BabejTask: Move TW-specific saving logic into the backend
2015-08-08 Tomas Babejbackends: Move TaskWarriorException into backends
2015-08-08 Tomas Babejbackends: Move TaskWarrior class into the backends...
2015-08-08 Tomas Babejbackends: Introduce a Backend base class
2015-08-08 Tomas BabejDo not use mutable dicts in function headers
2015-08-07 Tomas BabejTask: Fix incorrect version number for workaround appli...
2015-08-06 Tomas Babejversions: Use version constants
2015-08-06 Tomas Babejtests: Add test for saving multiple completed tasks
2015-08-06 Tomas BabejTaskFilter: Remove workaround for TW-1479 if using...
2015-08-06 Tomas BabejDo not use mutable lists in function definitions
2015-08-06 Tomas BabejTask: Attempt to search using task data if identifier...
2015-08-06 Tomas BabejTask: Bail out if more than one task has been matched...
2015-08-06 Tomas Babejtests: Do not use TW-formatted datetime strings, they...
2015-08-06 Tomas BabejTask: Become able to deal with IDs and UUIDs identifier...
2015-08-06 Tomas Babejtests: Add test for adding a completed task
2015-08-06 Tomas BabejSerializingObject: Add ability to decode dependencies...
2015-07-22 Rob GoldingMerge branch 'release/0.10.0' into develop
2015-07-22 Rob GoldingMerge branch 'release/0.10.0'
2015-07-22 Rob GoldingBump version for 0.10.0 release
2015-07-16 Tomas BabejDocs: Add documentation for the missing features
2015-07-16 Tomas BabejTaskWarrior: Add default value off for json.array
2015-05-27 Tomas BabejMerge branch 'master' of github.com:tbabej/taskwarrior...
2015-05-26 Tomas BabejMerge pull request #3 from dkasak/fix-infinite-recursion
2015-05-26 Denis KasakPrevent hook from triggering nested task generation.
2015-05-11 Tomas Babejtravis: Updated tested versions
2015-04-23 Tomas BabejUpdate README.md
2015-04-23 Tomas BabejOmit 'until' attribute from shifted attributes. Shiftin...
2015-04-21 Tomas Babejtravis: Expand to test the new devel branch
2015-04-09 Tomas Babejfind_hooks: Do not allow dots in the module name
2015-04-08 Tomas BabejTask: Improve config parsing regex
2015-04-08 Tomas BabejTaskWarrior: Add method to parse config
2015-04-07 Tomas Babejtests: Add tests for starting active task
2015-04-07 Tomas BabejTask: Do not allow starting a Task which has already...
2015-04-07 Tomas BabejAdd gitignore
2015-04-07 Tomas BabejUpdate README.md
2015-04-07 Tomas BabejAdd readme instructions
2015-04-07 Tomas BabejAdd licence
2015-04-07 Tomas BabejRemove redundant import
2015-04-07 Tomas BabejAdd pirate-enabled version of the hook
2015-04-07 Tomas BabejRemove non-pirate version of the hook
2015-04-07 Tomas Babejpirates: Sort module names alphabetically
2015-04-07 Tomas BabejRemove gitignore, it's no longer necessary
2015-04-07 Tomas Babejon-modify-pirate: Add pirate master hook for modify...
2015-04-07 Tomas BabejRemove example hook
2015-04-07 Tomas Babejon-add-pirate: Make pirate master script standalone
2015-04-07 Tomas Babejon-add-pirate: Initial implementation
2015-04-07 Tomas BabejInitial commit
2015-03-29 Tomas BabejDetect data location and do not nest recurrence generation
2015-03-26 Tomas BabejTask: Stop before marking as done with older TW versions
2015-03-23 Tomas Babejtests: Amend hook tests to test for value removal as...
2015-03-23 Tomas BabejTask: Make sure tasklib hooks do not ignore removal...
2015-03-23 Tomas Babejtests: Add tests for the stop method
2015-03-23 Tomas BabejTask: Add stop method
2015-03-22 Tomas Babejtests: Allow failure when testing failing command with...
2015-03-22 Tomas Babejtests: Test execute command with return_all flag
2015-03-22 Tomas BabejTaskWarrior: Add a way to obtain stdout, stderr and...
2015-03-22 Tomas Babejunicode: Fix non-unicode literals and other unicode...
2015-03-22 Tomas Babejtests: Explicitly mark unicode strings used for testing
2015-03-22 Tomas Babejtests: Add test for filtering with unicode strings
2015-03-22 Tomas BabejTaskWarrior: Default config - even 2.4.3 contains the...
2015-03-22 Tomas Babejtests: Add tests for Task active property
2015-03-22 Tomas BabejTask: Add active property
2015-03-22 Tomas BabejTaskWarrior: Fix typo
2015-03-22 Tomas BabejTaskWarrior: Respect the data location set in users...
2015-03-22 Tomas Babejtests: Use sys.version_info instead of sys.vesion to...
2015-03-22 Tomas Babejtests: Remove duplicate test
2015-03-22 Tomas Babejtests: Python 2.6. does not support timedelta.total_sec...
2015-03-22 Tomas Babejtests: Skip filtering by string datetime test for TW...
2015-03-22 Tomas BabejSerializingObject: TW 2.4.0 does have task calc
2015-03-22 Tomas Babejtests: Compute 4 months shift in a more portable way...
2015-03-22 Tomas Babejtests: Add test for modifiying a large number of tasks...
2015-03-22 Tomas BabejTaskWarrior: Allow editing a large number of tasks...
2015-03-22 Tomas BabejTaskWarrior: Only strip trailing whitespace from output
2015-03-19 Tomas Babejtests: Add tests for using TW-formatted strings as...
2015-03-19 Tomas Babejtests: Remove trailing whitespace
2015-03-19 Tomas BabejSerializingObject: Restrict usage of 'task calc' conver...
2015-03-19 Tomas BabejSerializingObject: Make all SerializingObjects have...
2015-03-19 Tomas BabejSerializedObject: Accept taskwarrior datetime syntax...
2015-03-18 Tomas Babejtests: Use non-existent taskrc with tests
2015-03-18 Tomas BabejTaskWarrior: Do not expand data_location twice
2015-03-18 Tomas BabejDocs: Update docs about reading .taskrc
2015-03-18 Tomas BabejTaskWarrior: Use default .taskrc
2015-03-16 Tomas Babejtravis: Bump tested TaskWarrior versions
2015-03-16 Tomas BabejTaskFilter: Fix typo when normalizing input
2015-03-16 Tomas BabejTaskFilter: Limit enforcing recurrence by version
2015-02-20 Rob GoldingMerge branch 'release/0.9.0' into develop
2015-02-20 Rob GoldingMerge branch 'release/0.9.0'
2015-02-20 Rob GoldingBump version for 0.9.0
2015-02-20 Rob GoldingThe next version will be 0.9.0
2015-02-20 Tomas Babejtests: Implement workaround around python2.6 missing...
2015-02-20 Tomas Babejtests: Skip invalid tests for older version of TaskWarrior
2015-02-20 Tomas Babejtests: Add tests for completing, deleting and starting...
next