Closed barsukov closed 1 week ago
Latest commit: 03a258aadae3f3db6e32dff43ab0b80aaf01bb63
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
PR Preview Action v1.4.8 :---: Preview removed because the pull request was closed. 2024-11-21 09:42 UTC
Close until I am back from sick 🤧 leave
Summary
This pull request move out dependency from the
juno-utils
package, to a new package@cloudoperators/juno-mock-server
, and updates its usage within our applications (greenhouse
,supernova
,example
, anddoop
).Changes Made
@cloudoperators/juno-mock-server
which use latest greatest technology and tranfer whole logic to TSgreenhouse
supernova
example
doop
Maybe we need to reconsider the whole implementation and just use simple usage of json-server + faker.js but still keep it in our package... I would also reconsider it as a whole process inside the apps how we use this mock server instead of whole logic I would simply change url to a mock server and start it in a dev mode...
@ArtieReus lets discuss it.
Related Issues
446
Testing Instructions
npm i
to ensure dependencies are up-to-date.turbo dev --filter=supernova
and try to start it with mock property set to true.Checklist