]> 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-01-11 Rob GoldingMerge branch 'develop' into deserialized-data-dict
2015-01-11 Rob GoldingMerge branch 'release/0.7.0' into develop
2015-01-11 Rob GoldingBump version for 0.7.0
2015-01-11 Rob GoldingMerge pull request #20 from tbabej/add_coveralls
2015-01-10 Tomas BabejReadme: Add coveralls badge
2015-01-10 Tomas BabejTravis: Add coveralls
2015-01-09 Rob GoldingSet missing attributes back to Task._data on access
2015-01-09 Rob GoldingAdd (failing) tests for appending/adding to empty lists...
2015-01-09 Rob GoldingStore deserialized data in Task._data
2015-01-06 Tomas BabejMerge pull request #15 from tbabej/update_travis
2015-01-06 Tomas BabejTravis: Update toolchain for newer compiler
2015-01-06 Tomas BabejTravis: Update tested TW versions, 2.4.0 was released
2015-01-06 Rob GoldingThe next version will be 0.7.0
2015-01-06 Rob GoldingMerge pull request #14 from tbabej/develop
2015-01-03 Tomas BabejTaskWarrior: Set dependency.confirmation=no by default
2015-01-03 Tomas BabejTaskFilter: Implement workaround around TW-1479
2015-01-03 Tomas BabejTaskFilter: Enforce exact match when building filter
2015-01-03 Tomas BabejDocs: Update docs with the new features
2015-01-03 Tomas BabejTests: Cover filtering by string attributes containing...
2015-01-03 Tomas BabejTask: Fix wrong error message
2015-01-03 Tomas BabejTaskFilter: Enclose values of filtered attributes in...
2015-01-03 Tomas BabejSerializingObject: Create a common ancestor for Task...
2015-01-03 Tomas BabejTask: Write serializers and deserializers for all times...
2015-01-03 Tomas BabejTests: Cover setting read only attributes
2015-01-03 Tomas BabejTask: Check that we are unable to set read only values...
2015-01-02 Tomas BabejTests: Adds tests for adding attributes with spaces
2015-01-02 Tomas BabejTaskWarrior: Set confirmation:no in config by default
2015-01-02 Tomas BabejTask: Escape values of attributes in quotes
2015-01-02 Tomas BabejTask: Provide a generic framework for format_* methods
2015-01-02 Tomas BabejTask: Drop support for direct unserialized data in...
2015-01-02 Tomas BabejTests: Add tests for modified fields
2015-01-02 Tomas BabejTask: Update _original_data with data dict too when...
2015-01-02 Tomas BabejTests: Add tests for repeatedly saving the tasks with...
2015-01-02 Tomas BabejTask: Add modified to the list of read only fields
2015-01-02 Tomas BabejTask: Enumarate only writable fields as modified
2015-01-02 Tomas BabejTask: Serialize values passed through __init__
2015-01-01 Tomas BabejTests: Add tests for setting and removing due date
2015-01-01 Tomas BabejTask: Properly handle None in serialize_due
2015-01-01 Tomas Babejtests: Check that the priority is removed when assigned...
2014-12-31 Tomas BabejTask: Use empty string as replacement for None when...
2014-12-28 Tomas BabejTests: Add tests for uuid equality and hasing
2014-12-28 Tomas BabejTask: Make uuid equality more restrictive for unsaved...
2014-12-28 Tomas BabejTests: Add tests for dependency sets
2014-12-28 Tomas BabejTask: Represent dependant tasks as a set
2014-12-28 Tomas BabejTask: Make Task object non-iterable
2014-12-28 Tomas BabejTask: Make a dict.copy() for _original_data
2014-12-26 Tomas BabejTask: Detect modified fields by actual modifications
2014-12-26 Tomas BabejTask: Make two Tasks equal by uuid
2014-12-26 Rob GoldingAdd AUTHORS file
2014-12-26 Rob GoldingThe next version will be 0.6.0
2014-12-26 Rob GoldingDon't explicitly require six==1.5.2 to avoid VersionCon...
2014-12-26 Rob GoldingMerge pull request #9 from tbabej/fix_tw1452
2014-12-26 Rob GoldingMerge pull request #11 from tbabej/improve_task_object
2014-12-25 Tomas Babejtests: Make tests Python 2.6 compatible, avoid using...
2014-12-25 Tomas BabejTask: Add workaround for task bug in older versions...
2014-12-25 Tomas BabejTaskWarrior: Detect task version
2014-12-25 Tomas Babejtests: Add basic Task tests
2014-12-25 Tomas BabejTask: Raise exceptions via Task class reference
2014-12-25 Tomas Babejtests: Add tests to filter by attributes and their...
2014-12-25 Tomas Babejtests: Do not use TW directly to create tasks
2014-12-25 Tomas BabejTask: Allow setting attributes via keyword arguments
2014-12-25 Tomas BabejTask: Add NotSaved exception
2014-12-25 Tomas BabejTask: List all non-readable fields as modified when...
2014-12-25 Tomas BabejTask: Load task uuid when saving a new task
2014-12-25 Tomas BabejUse uuid fields intead of ids where possible
2014-12-25 Tomas BabejTask: Perform done and deleted operations only when...
2014-12-19 Tomas BabejAdd workaround for TW-1452 bug
2014-11-10 Rob GoldingMerge branch 'release/0.5.0' into develop
2014-11-10 Rob GoldingBump version for 0.5.0 release
2014-11-10 Rob GoldingUpdate docs with new supported versions
2014-11-10 Rob GoldingMerge pull request #8 from tbabej/develop
2014-11-10 Tomas BabejTaskFilter: Use empty string for None searches
2014-11-10 Rob GoldingTemporarily remove tasklib v2.4.0beta2 from tested...
2014-11-10 Rob GoldingMerge branch 'master' into develop
2014-11-10 Rob GoldingMerge pull request #5 from tbabej/master
2014-11-08 Tomas Babejtravis: Use git repository for sources, expand task...
2014-09-07 Rob GoldingMerge branch 'release/0.4.1' into develop
2014-09-07 Rob GoldingMerge branch 'release/0.4.1'
2014-09-07 Rob GoldingBump version for 0.4.1
2014-09-07 Rob GoldingThe next version will be 0.4.1
2014-09-07 Rob GoldingReinstate __repr__ for Python 2.x
2014-09-07 Rob GoldingMerge branch 'release/0.4.0'
2014-09-07 Rob GoldingBump version for 0.4.0
2014-09-07 Rob GoldingBump version for next release
2014-09-07 Rob GoldingAdd a unicode test
2014-05-14 Rob GoldingSupport Python 3.4
2014-05-14 Rob GoldingTest on Python 3.4
2014-02-20 Rob GoldingUgh. Just test taskwarrior 2.1.x and 2.2.x
2014-02-20 Rob GoldingUpdate docs to reflect supported versions of task warrior
2014-02-20 Rob GoldingWe don't need the ubuntu release after all
2014-02-20 Rob GoldingUse ubuntu source files for various task warrior versions
2014-02-18 Rob GoldingUse TASK_VERSION as a prefix for the apt packge version
2014-02-18 Rob GoldingAttempt to test with taskwarrior 2.2.0 as well as 2.3.0
2014-02-17 Rob GoldingFix #2 -- correctly deal with unicode data
2014-02-17 Rob GoldingTaskwarrior 2.3.0 is the only one available for downloa...
2013-12-29 Rob GoldingMerge branch 'release-0.3.1'
2013-12-29 Rob GoldingVersion 0.3.1
2013-11-20 Rob GoldingThe next version will be 0.3.1
2013-11-18 Rob GoldingMerge branch 'master' of github.com:robgolding63/tasklib
2013-11-18 Rob GoldingAdd support for adding/removing annotations
next