- Moved argparse logic out of script task and into runner
- Added option --dump-spec to dump the workflow spec
- Bump to SpiffWorkflow 3.0.0rc2
- Fixed issue when
$EDITOR
contained spaces - Replaced map/filter calls with list comprehensions
- Removed hack when loading bpmn file content
- Migrated git branch queries to multi-instance task
- Bump to SpiffWorkflow 2.0.1
- Fixed bug when not on a HEAD branch an empty report could be shown
- Fixed issue where terminate end events inside a bpmn subprocess did not do what I thought they did
- Added --dry-run to prevent actually deleting branches
- Added --offline to prevent running fetch and prune
- Updated editor support to deep link to process model
- Added logic so
$EDITOR
is not opened if there are no branches to delete - Added CHANGELOG.md
- Now using SpiffWorkflow 2.0.0rc0
- Attempt to abort workflow with result of failed called to git
- Simplify git response parsing
- Better handling of
HEAD
and remote branches - Added
make run-editor
to integrate with the editor from SpiffArena
Note: it is not recommended to use these versions.
- Failed attempts to use non release version of SpiffWorkflow with PyPI
- Better location for the pip console script
- Fix an issue with leading/trailing spaces in branch names after user selection
- Added proper README.md
- Initial project set up and development