-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from jzhang026/feat/checout-to-from-selector
feat: Sparo checkout support --to/--from option for direct projects selection
- Loading branch information
Showing
8 changed files
with
223 additions
and
15 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Running "sparo checkout --from sparo": | ||
|
||
[bold]Sparo accelerator for Git __VERSION__ -[normal][cyan] https://tiktok.github.io/sparo/[default] | ||
Node.js version is __VERSION__ (LTS) | ||
Git version is __VERSION__ | ||
|
||
|
||
[gray]--[[default] [bold]git checkout[normal] [gray]]-------------------------------------------------------------[default] | ||
Your branch is up to date with 'origin/test-artifacts/sparo-real-repo-test'. | ||
[gray]-------------------------------------------------------------------------------[default] | ||
|
||
Syncing checkout with the Sparo profile: my-build-test | ||
|
||
Checking out and updating core files... | ||
|
||
[gray]--[[default] [bold]git sparse-checkout[normal] [gray]]------------------------------------------------------[default] | ||
[gray]-------------------------------------------------------------------------------[default] | ||
|
||
Checking out skeleton... | ||
|
||
[gray]--[[default] [bold]git sparse-checkout[normal] [gray]]------------------------------------------------------[default] | ||
[gray]-------------------------------------------------------------------------------[default] | ||
|
||
Checking out __FOLDER_COUNT__ folders... | ||
|
||
[gray]--[[default] [bold]git sparse-checkout[normal] [gray]]------------------------------------------------------[default] | ||
[gray]-------------------------------------------------------------------------------[default] | ||
|
||
Sparse checkout completed in __DURATION__ | ||
Checking out __FOLDER_COUNT__ folders... | ||
|
||
[gray]--[[default] [bold]git sparse-checkout[normal] [gray]]------------------------------------------------------[default] | ||
[gray]-------------------------------------------------------------------------------[default] | ||
|
||
Sparse checkout completed in __DURATION__ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Running "sparo checkout --to sparo-output-test": | ||
|
||
[bold]Sparo accelerator for Git __VERSION__ -[normal][cyan] https://tiktok.github.io/sparo/[default] | ||
Node.js version is __VERSION__ (LTS) | ||
Git version is __VERSION__ | ||
|
||
|
||
[gray]--[[default] [bold]git checkout[normal] [gray]]-------------------------------------------------------------[default] | ||
Your branch is up to date with 'origin/test-artifacts/sparo-real-repo-test'. | ||
[gray]-------------------------------------------------------------------------------[default] | ||
|
||
Syncing checkout with the Sparo profile: my-build-test | ||
|
||
Checking out and updating core files... | ||
|
||
[gray]--[[default] [bold]git sparse-checkout[normal] [gray]]------------------------------------------------------[default] | ||
[gray]-------------------------------------------------------------------------------[default] | ||
|
||
Checking out skeleton... | ||
|
||
[gray]--[[default] [bold]git sparse-checkout[normal] [gray]]------------------------------------------------------[default] | ||
[gray]-------------------------------------------------------------------------------[default] | ||
|
||
Checking out __FOLDER_COUNT__ folders... | ||
|
||
[gray]--[[default] [bold]git sparse-checkout[normal] [gray]]------------------------------------------------------[default] | ||
[gray]-------------------------------------------------------------------------------[default] | ||
|
||
Sparse checkout completed in __DURATION__ | ||
Checking out __FOLDER_COUNT__ folders... | ||
|
||
[gray]--[[default] [bold]git sparse-checkout[normal] [gray]]------------------------------------------------------[default] | ||
[gray]-------------------------------------------------------------------------------[default] | ||
|
||
Sparse checkout completed in __DURATION__ |
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
10 changes: 10 additions & 0 deletions
10
common/changes/sparo/feat-checkout-to-selector_2024-04-25-14-16.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "sparo", | ||
"comment": "[sparo checkout] support cli --to/--from option for projects selection", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "sparo" | ||
} |