-
Notifications
You must be signed in to change notification settings - Fork 3
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
[rush-migrate-subspace-plugin]: add new plugin #20
Merged
chengcyber
merged 24 commits into
tiktok:main
from
pedro-gomes-92:pedrogomes/add-migrate-subspace-plugin
Oct 29, 2024
Merged
[rush-migrate-subspace-plugin]: add new plugin #20
chengcyber
merged 24 commits into
tiktok:main
from
pedro-gomes-92:pedrogomes/add-migrate-subspace-plugin
Oct 29, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pedro.gomes seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
pedro-gomes-92
force-pushed
the
pedrogomes/add-migrate-subspace-plugin
branch
from
October 18, 2024 19:53
83c80b8
to
5dfe23c
Compare
pedro-gomes-92
changed the title
feat: add plugin migrate subspace
[rush-migrate-subspace-plugin]: add new plugin
Oct 18, 2024
pedro-gomes-92
force-pushed
the
pedrogomes/add-migrate-subspace-plugin
branch
from
October 18, 2024 20:25
0d80248
to
e4c7448
Compare
pedro-gomes-92
force-pushed
the
pedrogomes/add-migrate-subspace-plugin
branch
from
October 18, 2024 20:31
e4c7448
to
ee9d334
Compare
pedro-gomes-92
force-pushed
the
pedrogomes/add-migrate-subspace-plugin
branch
from
October 21, 2024 03:49
51875d9
to
336a495
Compare
chengcyber
reviewed
Oct 28, 2024
rush-plugins/rush-migrate-subspace-plugin/src/providers/console/index.ts
Outdated
Show resolved
Hide resolved
rush-plugins/rush-migrate-subspace-plugin/src/providers/console/index.ts
Outdated
Show resolved
Hide resolved
chengcyber
approved these changes
Oct 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Basic Checks
Have you run
rush change
for this change?If No, please run
rush change
before, this is necessary.If adding a new feature, the PR's description includes:
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
Summary
Rush plugin to migrate an existing project into a subspace.
Detail
The rush subspace is a new feature that intends to move common projects into 1 workspace. Teams that want to take advantage of this feature need to manually migrate these projects. This script automates most of these required steps to speed up the migration process.
How to test it