-
Notifications
You must be signed in to change notification settings - Fork 0
fix: update repository references from rspack-contrib to rstackjs #10
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
Conversation
✅ Deploy Preview for rstack-ecosystem-ci ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Summary of ChangesHello @chenjiahan, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request systematically updates all internal and external references to the project's GitHub organization from 'rspack-contrib' to 'rstackjs'. This change ensures consistency across the codebase, including CI/CD configurations, project metadata, testing setups, and website data, reflecting a likely organizational or branding transition. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates repository references from rspack-contrib to rstackjs across various files. The changes are largely correct and align with the goal of migrating to the new organization. I've identified one minor issue in a mock data file where a find-and-replace operation seems to have produced an incorrect value. A suggestion for a fix has been provided. Otherwise, the changes look good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request updates repository references from the rspack-contrib organization to the rstackjs organization across the entire codebase. The changes affect configuration files, mock data, source code, test files, and GitHub Actions workflows to reflect the new organization name.
Changes:
- Updated GitHub repository URLs from
rspack-contribtorstackjsin package.json, GitHub Actions, and application code - Updated workflow run URLs in mock data files to point to the new organization
- Updated User-Agent strings in API calls to reflect the new organization name
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated homepage, bugs, and repository URLs to rstackjs organization |
| website/src/App.tsx | Updated GitHub repository URL constant to rstackjs |
| website/scripts/fetch-remote-history.mjs | Updated DATA_REPO constant to rstackjs organization |
| scripts/update-ecosystem-history.mjs | Updated User-Agent headers to rstackjs |
| tests/rspack/plugin.ts | Updated repository reference to rstackjs/rspack-plugin-ci |
| tests/rspack/examples.ts | Updated repository reference to rstackjs/rspack-examples |
| tests/rsbuild/plugins.ts | Updated 27 plugin repository references to rstackjs organization |
| tests/rsbuild/examples.ts | Updated repository reference to rstackjs/rspack-examples |
| website/src/data/mock/*.json | Updated workflow run URLs in mock data to rstackjs organization |
| .github/actions/*/action.yaml | Updated all ecosystem CI action references to rstackjs organization |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update repository references from rspack-contrib to rstackjs