Improvement
- Extending Pipe to handle and capture exceptions gracefully.
- Extending Pipe to have modes:
- FAIL_FAST : Where an exception stops the execution of further stages.
- EXECUTE_ALL : Where an exception doesn't stop the execution of further stages.
- Adding ability to specify dependency on other pipelines.
- Adding ability of reporting.
Improvement
- Making Job accept all python callables.
- Increasing the test coverage by adding basic tests for run().
Bugfixes
- BashJob doesn't wait till thread is run. Fix with lambda.
Improvement
- Support for bash commands using BashJob.
Bugfixes
- Continuous build deprecated test fixes.
Improvement
- Test coverage.
- Continuous build integration with Travis.
- Continuous coverage integration with Coveralls.
- Inclusion of
logging
.
Bugfixes
- Fixes to setup.py for easier version bump.
- Fixes to README.rst to get rid of
raw
tag errors.
- Problem -> Solution.