cloudoperators / juno

Monorepo for the Juno modular frontend framework, apps, design system and component library
http://cloudoperators.github.io/juno/
Apache License 2.0
4 stars 0 forks source link

chore(utils): decomission mock server from juno apps #629

Closed barsukov closed 12 hours ago

barsukov commented 4 days ago

Summary

Part of decomision utils is to make dependency on app obsolete, after we move all other deps we can delete this library.

Changes Made

Related Issues

Screenshots (if applicable)

Testing Instructions

  1. npm i
  2. npm run TASK
  3. turbo dev or turbo test in apps like doop, example and greenhoust

Checklist

changeset-bot[bot] commented 4 days ago

🦋 Changeset detected

Latest commit: c1a689f7d8fa2bd8fbfd02cf0a935bcd31b9933b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | ----------------------------------- | ----- | | @cloudoperators/juno-app-greenhouse | Patch | | @cloudoperators/juno-app-example | Patch | | @cloudoperators/juno-app-doop | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

github-actions[bot] commented 4 days ago

PR Preview Action v1.4.8 :---: Preview removed because the pull request was closed. 2024-11-25 10:28 UTC

barsukov commented 3 days ago

As I mentioned yesterday we could not remove the db.json cause they use inside of the tests files, so we would do that only when carbon is finished.