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

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:

Merge pull request #63 from robgolding/custom-task-command-location
[etc/taskwarrior.git] / tasklib / backends.py
2019-05-13 Rob GoldingMerge pull request #63 from robgolding/custom-task...
2019-05-13 Rob Golding-DayDon't run `_get_version` when testing custom command
2019-05-13 Rob Golding-DayUse `TASKRC` env var to set taskrc file location
2019-05-06 Rob Golding-DayAdd support for custom `task` location or command
2018-01-18 Rob GoldingMerge pull request #46 from lyz-code/fix/pep8-guidelines
2018-01-17 Lyz* Fix multiple PEP8 lint errors
2017-10-25 Lyz[fix] follow pep8 guidelines
2017-01-08 Tomas Babejbackend: Allow single character config values
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-05-23 Tomas Babejbackends: Do not perform field deletion for new tasks
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 Babejbackend: Do not use terminator to separate filter
2015-12-26 Tomas Babejbackends: Remove redundant import
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 Babejbackends: Remove redundant import
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 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 BabejTaskWarrior: Actually return converted datetime object
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 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 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 BabejTaskFilter: Rename TaskFilter to TaskWarriorFilter
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
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