Releases: kdebisschop/rundeck-conditional-logic-plugin
Stable release candidate
This release introduced code coverage and quality metrics and code has been updated to meet the standards as assessed by Sonar.io quality gates. The 0.9.x series is essentially a series release candidates of which this release is the first.
Scan with sonarcould
This is the first release in the 0.9.x series which focuses on reaching 100% code coverage and reducing sources of technical debt such as duplicated code. This release adds sonar inspections to the build, measures coverage, and resolve some of the issues identified in scans.
Fail on invalid cases JSON
Fixes bug where invalid cases would silently give incorrect results.
Use JSON format for cases
Replaces old ad-hoc format
Use JSON format for cases
Replaces unvalidated ad-hoc input format with a JSON fragment
Cleanup
Removes some unused fields and imports.
Initial Public Release
Assign data values in Rundeck without shell scripts or key-value log filter. Supports node step and workflow step plugins for if/else comparisons and switch/case tests.