Skip to content

Tags: DevoteamNL/opendora

Tags

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added versioning for 0.4.0 (#170)

0.3.1

Toggle 0.3.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Release 0.3.1 (#159)

* add frontend metric bar chart and benchmark for cfr

* cleanup labels

* revert top

* queryAll

* queryAll

* linting

* linting2

* Fix formatting

* edit test parameter

* CSS fix

* Fixedd translations

* Added new version of chart

* mock json trasnslation fix

* updated helm chart version

* Package.json update version

* 0.3.1 backstage plugin version

---------

Co-authored-by: Marcel Vrolijk <[email protected]>
Co-authored-by: Jeroen van der Meulen <[email protected]>

0.3.0

Toggle 0.3.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Release 0.3.0 placeholders (#156)

* add frontend metric bar chart and benchmark for cfr

* cleanup labels

* revert top

* queryAll

* queryAll

* linting

* linting2

* Fix formatting

* edit test parameter

* CSS fix

* Fixedd translations

* Added new version of chart

---------

Co-authored-by: Marcel Vrolijk <[email protected]>
Co-authored-by: Jeroen van der Meulen <[email protected]>

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature mltc benchmark fe (#132)

* Added missing benchmark for mltc

* Fixing tests

* changes to queries, adjustment of grid items, css optimisation

* updated version

* fixing tests

* added a new screenshot

* Aligning version

* updated the screenshot

* Updated version

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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