-
Notifications
You must be signed in to change notification settings - Fork 105
chore: move cloud -> addons #2711
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
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThe changes update the monorepo configuration and related scripts to shift package and component management from the "cloud/packages" directory to "addons/packages." This includes updating Yarn workspace paths, build scripts, and documentation comments to reference the new "addons" location. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant Yarn
participant BuildScript
participant AddonsPackages
Developer->>Yarn: Run workspace commands
Yarn->>AddonsPackages: Discover and manage packages in addons/packages/*
Developer->>BuildScript: Run upload-builds.ts
BuildScript->>AddonsPackages: Locate components in addons/packages/*
Assessment against linked issues
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Clippy (1.86.0)
error: failed to get Caused by: Caused by: Caused by: Caused by: 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (3)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Claude finished @abcxff's task —— View job PR Review: Move cloud -> addonsTodo List:
🚨 Critical Issue: Incomplete Migration in package.jsonIssue: The "workspaces": [
"frontend/apps/*",
"frontend/packages/*",
"addons/packages/*",
"cloud/packages/*", // ← This should be removed
...
] Impact: This will cause workspace resolution issues and may lead to build failures or package management problems. Fix: Remove the ✅ Successful Changes
🔍 Code Quality AssessmentPositive:
No Issues Found:
📋 Recommendations
📂 Files Changed Summary
Overall Assessment: This is a straightforward refactoring with one critical issue that needs to be addressed before merging. |
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploying rivet with
|
Latest commit: |
b5670e3
|
Status: | ✅ Deploy successful! |
Preview URL: | https://f1346729.rivet.pages.dev |
Branch Preview URL: | https://07-03-chore-move-cloud---add.rivet.pages.dev |
Changes
Fixes RVT-4799
Summary by CodeRabbit