Skip to content

v0.3.0

Compare
Choose a tag to compare
@b1zzu b1zzu released this 04 Feb 17:56
· 4 commits to main since this release
29fc627

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