Skip to content

Releases: DevoteamNL/opendora

v0.4.0

08 Apr 13:31
f431829
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug 🐛

Other Changes

New Contributors

Full Changelog: 0.3.1...0.4.0

v0.3.1

15 Mar 10:04
573b395
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 0.3.0...0.3.1

v0.3.0

15 Mar 09:48
d386e60
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug 🐛

Docker 🐳

Other Changes

New Contributors

Full Changelog: 0.2.2...0.3.0

v0.2.2

09 Feb 10:29
4d8a961
Compare
Choose a tag to compare

First public release.

  • Introduces 2nd metric - median lead time for changes.
  • Improves UI scaling and layout.
  • Bug fixes.

v0.1.1

22 Nov 11:50
a5e1fb1
Compare
Choose a tag to compare
Chore/#71 refactor tests using msw (#107)

* test(backstage-plugin): Add msw and refactor tests

Add msw to mock backend and avoid mocking the service.
Simplify some test cases by checking for only the needed elements.
Add error handling to the data service.

Addresses #71

* test(backstage-plugin): Add data service tests

Use msw to add group data service tests and remove the ignore comment.a

Addresses #71

* test(backstage-plugin): Fix linting test files

Move test setup files out of source folder to avoid needing dependencies instead of dev dependencies
when compiling typescript.

Addresses #71

* test(backstage-plugin): Downgrade msw

Downgrade msw to be inline with backstage setup and make it work with the tsconfig.

Addresses #71

* test(backstage-plugin): Add consts for urls

Add reusable consts for testing urls to mock with msw and supply in mock config

Addresses #71

* test(backstage-plugin): Change value used in tests

So that we can check for the exact decimal used from the response.
Should help make the test a bit clearer.

Addresses #71