Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: merge the studio next and studio apps #1141

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/many-feet-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@asyncapi/studio": minor
---

Shift the production environment to Next.JS
4 changes: 2 additions & 2 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Disable specific file since it would introduce more complexity to reduce it - mainly code complexity and complex template literals
sonar.exclusions=apps/studio/public/js/monaco/**,apps/studio/src/tailwind.css,apps/studio/src/components/SplitPane/**,apps/studio-next/cypress/**,apps/studio-next/Dockerfile
sonar.exclusions=apps/studio/public/js/monaco/**,apps/studio/src/tailwind.css,apps/studio/src/components/SplitPane/**,apps/studio/cypress/**,apps/studio/Dockerfile
# Disable duplicate code in tests since it would introduce more complexity to reduce it.
sonar.cpd.exclusions=apps/studio/**,apps/studio-next/src/components/Navigationv3.tsx,apps/studio-next/src/components/Navigation.tsx,apps/studio-next/cypress/**,apps/studio-next/src/helpers/driver.ts
sonar.cpd.exclusions=apps/studio/**
6 changes: 3 additions & 3 deletions apps/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.24.1",
"@storybook/addon-actions": "^7.6.18",
"@storybook/addon-docs": "^7.6.18",
"@storybook/addon-docs": "^7.6.20",
"@storybook/addon-essentials": "^7.6.18",
"@storybook/addon-interactions": "^7.6.18",
"@storybook/addon-links": "^7.6.18",
"@storybook/addons": "^7.6.18",
"@storybook/blocks": "^7.6.18",
"@storybook/preset-create-react-app": "^7.6.18",
"@storybook/react": "^7.6.18",
"@storybook/react": "^7.6.20",
"@storybook/react-webpack5": "^7.6.18",
"@storybook/test": "^7.6.18",
"@storybook/theming": "^7.6.18",
Expand All @@ -65,7 +65,7 @@
"react-docgen-typescript": "^2.2.2",
"react-docgen-typescript-plugin": "^1.0.5",
"remark-gfm": "^3.0.1",
"storybook": "^7.0.20",
"storybook": "^7.6.20",
"tailwind-config": "workspace:*",
"tailwindcss": "^3.4.3",
"ts-loader": "^9.4.3",
Expand Down
9 changes: 0 additions & 9 deletions apps/studio-next/.eslintrc

This file was deleted.

31 changes: 0 additions & 31 deletions apps/studio-next/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions apps/studio-next/CHANGELOG.md

This file was deleted.

34 changes: 0 additions & 34 deletions apps/studio-next/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions apps/studio-next/netlify.toml

This file was deleted.

104 changes: 0 additions & 104 deletions apps/studio-next/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions apps/studio-next/public/_redirects

This file was deleted.

Binary file removed apps/studio-next/public/favicon-16x16.png
Binary file not shown.
Binary file removed apps/studio-next/public/favicon-194x194.png
Binary file not shown.
Binary file removed apps/studio-next/public/favicon-32x32.png
Binary file not shown.
35 changes: 0 additions & 35 deletions apps/studio-next/public/img/logo-studio.svg

This file was deleted.

Binary file not shown.
Loading
Loading