Releases: DevoteamNL/opendora
Releases · DevoteamNL/opendora
v0.4.0
What's Changed
Exciting New Features 🎉
- MTTR graph and benchmark by @duke-b
- Feature/#154 mttr mock and frontend by @MarcelVrolijk in #160
- Feature/#162 mttr backend by @duke-b in #163
- Ops/#166 ops restructure and enhance readme by @jeroenvandermeulen in #167
Bug 🐛
- Update Github Action version for issue-labeler by @jeroenvandermeulen in #168
Other Changes
- docs: Update description of DORA by @nathenharvey in #161
- Feature/#164 benchmark improvement by @duke-b in #165
- Added versioning for 0.4.0 by @duke-b in #170
New Contributors
- @nathenharvey made their first contribution in #161
Full Changelog: 0.3.1...0.4.0
v0.3.1
v0.3.0
What's Changed
Exciting New Features 🎉
- New metric added - Change failure rate
- Fix/#153 ops fix docker dev environment backstage by @jeroenvandermeulen in #155
- Cfr by @MarcelVrolijk in #149
Bug 🐛
- Fix/#150 Add option to allow native passwords method to be used by @jeroenvandermeulen in #152
Docker 🐳
- Docker Compose for dev and prod by @jeroenvandermeulen in #138
Other Changes
- minor edit by @goposky in #134
- Feature deployment query update by @duke-b in #133
- add cfr api mock endpoint by @MarcelVrolijk in #142
- Feature/#127 cfr api by @duke-b in #129
- Build/#147 ops improvements to GitHub actions by @jeroenvandermeulen in #151
- Release 0.3.0 placeholders by @duke-b in #156
New Contributors
- @MarcelVrolijk made their first contribution in #142
- @jeroenvandermeulen made their first contribution in #138
Full Changelog: 0.2.2...0.3.0
v0.2.2
First public release.
- Introduces 2nd metric - median lead time for changes.
- Improves UI scaling and layout.
- Bug fixes.
v0.1.1
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