Skip to content

Releases: b1zzu/reportportal-dashboards-as-code

v0.4.0

08 Feb 13:23
6adad52
Compare
Choose a tag to compare

Changelog

  • 6adad52 Merge pull request #7 from b1zzu/update-docs
  • 568e0c6 docs: update README.md
  • c4f1d9d chore: add export by name option
  • 964dde1 chore: add export by name option

v0.3.0

04 Feb 17:56
29fc627
Compare
Choose a tag to compare

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

19 Jan 12:39
2f561b5
Compare
Choose a tag to compare

Changelog

  • 2f561b5 Merge pull request #1 from b1zzu/filters
  • c7eabc4 feat: implemented create cmd for filters
  • f0024f4 feat: implemented export cmd for filters
  • 5764669 Add kind Dashboard to yaml defintion

v0.1.0

14 Jan 11:02
Compare
Choose a tag to compare

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