This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
Releases: agilepathway/gauge-confluence
Releases · agilepathway/gauge-confluence
Gauge Confluence v0.7.2
- #18 - Delete all spaces with given name
Gauge Confluence v0.7.1
Fix dynamic parameters publishing bug (#17) * Fix dynamic parameters publishing bug Gauge has [Dynamic parameters][1] which have the following syntax: `<dynamic_param>`. This commit fixes a bug where any Gauge spec that contains any dynamic parameters was not being published properly to Confluence (the published page in Confluence would not have any text from the first dynamic parameter onwards). The bug occurred because Gauge's syntax of using angle brackets for dynamic parameters is a departure from how angle brackets are interpreted in [conventional Markdown][2], which [expects anything in angle brackets to be HTML tags][3]. [1]: https://docs.gauge.org/writing-specifications.html#dynamic-parameters [2]: https://daringfireball.net/projects/markdown/syntax [3]: https://www.markdownguide.org/basic-syntax/#html * Bump patch version of plugin
Gauge Confluence v0.7.0
- #16 - Do not publish if space has been manually edited
Gauge Confluence v0.6.0
Gauge Confluence v0.5.0
- #13 - Skip invalid specs instead of aborting completely
Gauge Confluence v0.4.2
- #12 - Add spec with helper functions to manage Space
Gauge Confluence v0.4.1
- #11 - Fix Go linting
Gauge Confluence v0.4.0
Publish specs to Confluence (#9) * Publish specs to Confluence * Add full stop to end of Go comments * Improve error message for duplicate page titles * Clean up space setup code * Improve struct code readability with named keys * Update README with Confluence Space related info * Bump plugin minor version * Improve readability of config vars functional test
Gauge Confluence v0.3.1
Bump Go version used in CI to 1.16 (#7) * Bump Go version used in CI to 1.16 * Bump plugin patch version
Gauge Confluence v0.3.0
Run CI tests against Confluence Server too (#5) * Run CI tests against Confluence Server too Prior to this commit the CI tests were only running against Confluence Cloud. * Bump plugin minor version