]> git.madduck.net Git - etc/taskwarrior.git/history - tasklib

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:

travis: Test with Python 3.6
[etc/taskwarrior.git] / tasklib /
2017-01-07 Tomas Babejbackend: Do not assume that all command arguments are...
2017-01-07 Tomas Babejbackend: When task returns non-zero return code, includ...
2017-01-07 Tomas Babejbackend: Support utf-8 command line arguments
2016-07-08 Tomas Babejtests: Add tests for unequality of hashes of different...
2016-05-23 Tomas Babejbackends: Do not perform field deletion for new tasks
2016-05-23 Tomas Babejtests: Expand test suite with tests for recurring nativ...
2016-05-23 Tomas BabejTaskQuerySet: Add recurring native filter
2016-05-23 Tomas BabejTask: Add recurring property
2016-05-23 Tomas Babejtests: Do not use string-based dates for compatibility...
2016-05-23 Tomas Babejtests: Cover deleted and waiting native queryset filters
2016-05-23 Tomas BabejTaskQuerySet: Extend native filters with deleted and...
2016-05-22 Tomas Babejtests: Expand test suite with tests for inequality...
2016-05-22 Tomas BabejMerge pull request #45 from sarg/develop
2016-05-20 Sergey Trofimovincrease coverage
2016-05-20 Sergey Trofimovadd __ne__ methods for python2 compatibility
2016-02-13 Rob GoldingMerge pull request #42 from robgolding63/issue-41-fix
2016-02-10 Rob GoldingAdd test for recurring task import error
2016-02-07 Rob GoldingOverride __copy__ and __deepcopy__ on LazyUUIDTask
2016-02-06 Tomas Babejbackends: Add a exception for recurrence template task...
2016-01-31 Rob GoldingMerge branch 'master' into develop
2015-12-26 Tomas Babejbackends: Replace NotImplemented with NotImplemetedError
2015-12-26 Tomas Babejtests: Add test for equality of the recurrence parents
2015-12-26 Tomas BabejSerializingObject: (De)Serialize the parent attribute
2015-12-26 Tomas BabejLazyUUIDTask: Properly handle equality with None
2015-12-26 Tomas Babejtests: Expand and fix tests with set-based tags
2015-12-26 Tomas BabejSerializingObject: Serialize tags into sets, not lists
2015-12-26 Tomas Babejtests: Use a configuration variable available in older...
2015-12-26 Tomas Babejtests: Add a tests for loading of the configuration
2015-12-26 Tomas Babejtests: Expand tests for the LazyUUIDTaskTestSet
2015-12-26 Tomas Babejtests: Expand tests for LazyUUIDTask
2015-12-26 Tomas Babejlazy: Support modified property in the LazyUUIDTask
2015-12-26 Tomas BabejLazyUUIDTaskSet: Add implementation for the and operator
2015-12-26 Tomas BabejLazyUUIDTaskSet: Add reverse operator implementations
2015-12-24 Tomas BabejLazyUUIDTaskSet: Expand interface to support operators
2015-12-24 Tomas Babejlazy: Provide full implementation of the set interface...
2015-12-24 Tomas Babejlazy: Properly override getattr calls
2015-12-24 Tomas Babejtests: Improve tests for the LazyUUIDTaskSet
2015-12-24 Tomas BabejLazyUUIDTaskSet: Add additional methods to simulate...
2015-12-24 Tomas Babejlazy: Add repr methods for LazyUUIDTask and Set
2015-12-24 Tomas BabejLazyUUIDTask: Implement 'saved' property
2015-12-24 Tomas BabejLazyUUIDTaskSet: Make the lazy iteration behaviour...
2015-12-24 Tomas BabejLazyUUIDTaskSet: Do not replace when accessing __attributes
2015-12-24 Tomas Babejserializing: Use LazyUUIDTaskSet for dependencies
2015-12-24 Tomas Babejlazy: Move lazy class implementations into a separate...
2015-12-24 Tomas Babejtests: Fix typos
2015-12-24 Tomas Babejtests: Add tests for the LazyUUIDTaskSet
2015-12-24 Tomas Babejtask: Add LazyUUIDTaskSet wrapper
2015-12-24 Tomas Babejtests: Add tests for LazyUUIDTask
2015-12-24 Tomas Babejtask: Add LazyUUIDTask object
2015-12-26 Tomas BabejSerializingObject: Perform more efficient deserializati...
2015-12-26 Tomas Babejbackend: Do not use terminator to separate filter
2015-12-26 Tomas BabejReadOnlyDictView: Do not use explicit u literals
2015-12-26 Tomas Babejbackends: Remove redundant import
2015-12-26 Tomas BabejReadOnlyDictView: Add methods for better representation...
2015-12-26 Tomas BabejTaskWarrior: Return ReadOnlyDictView of config instead...
2015-12-26 Tomas BabejTaskWarrior: Rename config attribute to overrides
2015-12-26 Tomas BabejTaskWarrior: Use config propery instead of get_config...
2015-12-26 gabriel pettierpep8/flake8 fixes
2015-12-26 gabriel pettiermake backends.TaskWarrior inherit from Backend
2015-11-15 Rob GoldingMerge branch 'release/0.11.0'
2015-09-18 Tomas Babejbackend: Do not use terminator to separate filter
2015-09-11 Tomas BabejReadOnlyDictView: Do not use explicit u literals
2015-09-11 Tomas Babejbackends: Remove redundant import
2015-08-15 Tomas BabejReadOnlyDictView: Add methods for better representation...
2015-08-15 Tomas BabejTaskWarrior: Return ReadOnlyDictView of config instead...
2015-08-15 Tomas BabejTaskWarrior: Rename config attribute to overrides
2015-08-15 Tomas BabejTaskWarrior: Use config propery instead of get_config...
2015-08-09 Tomas BabejMerge branch 'fixes' of github.com:/tshirtman/tasklib...
2015-08-09 Tomas BabejTask: Do not use relative import when importing backend...
2015-08-09 Tomas Babejtasklib: Move Task, TaskWarrior and local_zone into...
2015-08-09 Tomas Babejbackends: Let TaskWarrior inherit from Backend
2015-08-09 gabriel pettierpep8/flake8 fixes
2015-08-09 gabriel pettiermake backends.TaskWarrior inherit from Backend
2015-08-09 Tomas Babejbackends: Add missing import
2015-08-09 Tomas Babejtests: Replace warrior-specific keyword arguments
2015-08-09 Tomas BabejSerializingObject: Fetch TaskAnnotation class dynamically
2015-08-09 Tomas BabejTaskWarrior: Actually return converted datetime object
2015-08-09 Tomas BabejTaskQuerySet: Always require backend set properly
2015-08-09 Tomas BabejTaskWarrior: Fix incorrect references in format_depends
2015-08-09 Tomas BabejTaskWarrior: Default formatter needs to take an argument
2015-08-09 Tomas Babejbackend: Rename all references to warrior to backend
2015-08-09 Tomas BabejTaskWarrior: Move version contastants into the class...
2015-08-09 Tomas Babejbackends: Add logger to backends module
2015-08-09 Tomas BabejFix various import issues
2015-08-08 Tomas Babejbackends: Import TaskQuerySet object
2015-08-08 Tomas BabejTaskQuerySet: Do not hardcode TaskWarriorFilter
2015-08-08 Tomas Babejbackends: Make the filter_class an abstractproperty
2015-08-08 Tomas BabejMove imports and constants to respective modules
2015-08-08 Tomas BabejSerializingObject: Abstract datetime string conversion
2015-08-08 Tomas Babejserializing: Move SerializingObject to a separate module
2015-08-08 Tomas Babejfilters: Define TaskFilter base class
2015-08-08 Tomas BabejTaskFilter: Rename TaskFilter to TaskWarriorFilter
2015-08-08 Tomas Babejfilters: Move TaskFilter into separate module
2015-08-08 Tomas BabejTask: Move formatters to TaskWarrior backend
2015-08-08 Tomas BabejTask: Conversion of modified fields to TW Cli args...
2015-08-08 Tomas Babejbackends: Move TW-specific annotation logic to TW backend
2015-08-08 Tomas Babejbackends: Add method for annotations to the backend...
2015-08-08 Tomas BabejTaskWarrior: Implement sync method
2015-08-08 Tomas Babejbackends: Make filter classes backend-specific
2015-08-08 Tomas BabejTask: Move TW-specific refresh behaviour to TW backend
next