Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Releases: agilepathway/gauge-confluence

Gauge Confluence v0.7.2

10 Jul 12:19
485dfa4
Compare
Choose a tag to compare
  • #18 - Delete all spaces with given name

Gauge Confluence v0.7.1

30 Jun 13:10
3c33d4a
Compare
Choose a tag to compare
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

10 Jun 09:21
0aeb343
Compare
Choose a tag to compare
  • #16 - Do not publish if space has been manually edited

Gauge Confluence v0.6.0

05 Jun 06:11
65070c7
Compare
Choose a tag to compare
  • #15 - Bump plugin minor version
  • #14 - Add logging capability to the plugin

Gauge Confluence v0.5.0

14 May 00:15
8ad8691
Compare
Choose a tag to compare
  • #13 - Skip invalid specs instead of aborting completely

Gauge Confluence v0.4.2

12 May 00:41
6118aed
Compare
Choose a tag to compare
  • #12 - Add spec with helper functions to manage Space

Gauge Confluence v0.4.1

12 May 00:00
f791971
Compare
Choose a tag to compare
  • #11 - Fix Go linting

Gauge Confluence v0.4.0

11 May 22:49
ada25c1
Compare
Choose a tag to compare
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

11 Apr 08:25
0d0e028
Compare
Choose a tag to compare
Pre-release
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

09 Apr 03:02
1e690f9
Compare
Choose a tag to compare
Pre-release
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