Releases: b1zzu/reportportal-dashboards-as-code
Releases · b1zzu/reportportal-dashboards-as-code
v0.4.0
v0.3.0
Changelog
- 29fc627 Merge pull request #5 from b1zzu/recursive-apply-directory
- fe99844 chore: add option to recursive apply directory
- a297359 Merge pull request #4 from b1zzu/improve-apply
- f5a8490 refactor: move apply logic outside the services
- a85b133 Merge pull request #3 from b1zzu/improve-equal
- 883f188 refactor: switch to cmp.Equal for compare objects
- 002a23e Merge pull request #2 from b1zzu/apply
- 6a60058 refactor: generalize the apply cmd
- c36014c refactor: generalize the create cmd
- 8dd2a7b refactor: generalize the export cmd
- 7336cc2 refactor: use enum for Kind type
- 9399d94 refactor: split reportportal in services
- f28d64c chore: add tests for rpdac.ReportPortal methods
- f9e189c chore: add test for reportportal.GetFilter
- 4a1ae31 chore: add test for ReporPortal.GetDashboard
- 3434132 chore: test to and from filter
- 905796a chore: add test for hash name
- ee19c69 chore: add tests for widget and dashboard conversion
- af87d47 chore: remove pointers in some reportportal struct
- 1a3dc8d chore: add tests for reportportal dashboard api
- 4536739 chore: add tests for reporportal apis
- 4cc848e feat: add apply filter cmd
- 7fc8226 feat: add apply dashboard cmd
v0.2.0
v0.1.0
Changelog
- 09a1579 fix(actions): github token name for gorelease
- e795075 chore: add goreleaser action
- 6136409 feat: add goreleaser config
- 48ea154 Fix url encode
- d521b01 Create go.yml
- 631828c Add documentation to the README.md
- fa0670d Create dashboards using sub types short names
- 2cb5408 Substiute also default sub types
- b7b2327 Convert custom subtypes locators with the short name
- a4d8760 Export and import applied filters by name
- 5d549d0 Add create cmd that only works if filters IDs are the same
- bb4df5a Add export cmd and general dashboard format
- 6540a4d Initial project
- cc197e3 Initial commit