Commit graph

128 commits

Author SHA1 Message Date
Cheng Liu
486822b310
Merge pull request #67 from jzhang026/feat/checout-to-from-selector
feat: Sparo checkout support --to/--from option for direct projects selection
2024-05-09 15:46:41 -07:00
Cheng Liu
8879de5a9b
feat: improve necessary check for add fetch configs 2024-05-08 13:27:10 -07:00
Cheng Liu
f5f80313d4
fix: checkoout in a detached state 2024-04-30 10:32:52 -07:00
Adrian Z
580e47b577 chore: resolve comments 2024-04-29 20:32:16 +08:00
Adrian Z
2155169d55 chore: add test 2024-04-25 22:49:01 +08:00
Adrian Z
49250d88bb feat: sparo checkout support rush selectors from cli input 2024-04-25 22:13:38 +08:00
tiktokbot
6790cd2c67 Bump versions [skip ci] 2024-04-15 23:34:56 +00:00
Cheng Liu
eb6ce3ecf9
feat: add graceful shutdown to ensure consistent git configs 2024-04-15 16:21:42 -07:00
Cheng Liu
331d60520e
fix: duplicate add remote branch 2024-04-15 16:21:42 -07:00
Cheng Liu
465f67aa1a
feat: track remote branch when checkout to that branch 2024-04-15 16:21:42 -07:00
Cheng Liu
6877978893
feat: sparo fetch --all will fetch all remote branches 2024-04-15 16:21:42 -07:00
Cheng Liu
c5900b7dad
feat: update website for sparo pull and sparo git-pull 2024-04-09 16:04:42 -07:00
Cheng Liu
9aadefbcbd
feat: sparo pull 2024-04-09 15:51:05 -07:00
Cheng Liu
b491f9b923
chore: fix typo 2024-04-02 16:20:42 -07:00
tiktokbot
bee72c5530 Bump versions [skip ci] 2024-03-29 21:28:27 +00:00
Cheng Liu
29ba4e4123
fix: sparo checkout does not sync sparse profile when checkout file paths 2024-03-29 14:21:02 -07:00
tiktokbot
9816572781 Bump versions [skip ci] 2024-03-29 19:27:14 +00:00
Cheng Liu
4b6d99d014
fix: ci test 2024-03-28 12:55:30 -07:00
Cheng Liu
3ca49237c8
feat: get object type function 2024-03-27 17:47:10 -07:00
Cheng Liu
130b347ca7
Apply suggestions from code review
Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
2024-03-27 17:22:56 -07:00
Cheng Liu
ac427ea519
feat: sparo checkout supports branch, tag, commit, file path 2024-03-26 15:10:20 -07:00
tiktokbot
2c8c5e9a0c Bump versions [skip ci] 2024-03-15 19:46:57 +00:00
Cheng Liu
76d2c4d4fb
Merge pull request #59 from tiktok/chore-update-sparo-profile-template
Chore update sparo profile template
2024-03-15 12:44:26 -07:00
Cheng Liu
493a630be8
chore: update duplicated strings anywhere 2024-03-15 12:39:47 -07:00
Cheng Liu
cef003ff6e
Apply suggestions from code review
Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
2024-03-15 12:33:53 -07:00
Cheng Liu
448bacffe6
chore: add more comments in sparo profile template 2024-03-14 17:32:33 -07:00
Cheng Liu
7a525dc7f1
chore: rename to additionalSkeletonFolders 2024-03-14 14:26:54 -07:00
Cheng Liu
5ac750b905
feat: support extended skeleton folders 2024-03-14 14:26:54 -07:00
Cheng Liu
8cd75c52e3
fix: stable output 2024-03-11 15:59:10 -07:00
Cheng Liu
632886fea7
feat: ensure list profiles in a stable order 2024-03-11 14:51:56 -07:00
Cheng Liu
ab7cefefca
feat: build test for a real repo 2024-03-11 14:51:56 -07:00
tiktokbot
7cf0c1443f Bump versions [skip ci] 2024-03-09 02:43:09 +00:00
Cheng Liu
fbbef39d42
fix: incorrectly parse sparo commit 2024-03-08 18:27:36 -08:00
tiktokbot
00acf52e2b Bump versions [skip ci] 2024-03-08 23:50:28 +00:00
Cheng Liu
f12a2f398b
fix: correctly find plugins path in any folder under a git repository 2024-03-08 15:41:07 -08:00
Cheng Liu
500430c668
feat: specified package version takes over sparo-lib version 2024-03-05 17:45:07 -08:00
tiktokbot
4c98cab2ae Bump versions [skip ci] 2024-03-05 17:16:27 +00:00
Cheng Liu
73850e4fc4
Merge pull request #51 from tiktok/feat-git-min-ver
Feat git min ver
2024-03-05 09:14:04 -08:00
Cheng Liu
29798a1baa
feat: set mininal supported git version to 2.43.0 2024-03-05 09:12:19 -08:00
tiktokbot
23700f5d41 Bump versions [skip ci] 2024-03-05 17:04:20 +00:00
Cheng Liu
2c21391cf6
Bump versions [skip ci] 2024-03-05 09:01:35 -08:00
Cheng Liu
379e5be367
feat: increase the minimal supported git version 2024-03-05 08:58:50 -08:00
Pete Gonzalez
12ddfb4710
Merge pull request #49 from tiktok/octogonz/website-fixes2
Publish sparo-profile.schema.json on the website
2024-03-04 22:35:32 -08:00
Pete Gonzalez
41c752b3f4 Improve the JSON schema docs 2024-03-04 22:28:05 -08:00
tiktokbot
2335ab2c72 Bump versions [skip ci] 2024-03-05 04:37:23 +00:00
Cheng Liu
34737f5fd5
Merge pull request #46 from L-Qun/main
chore: use path.parse instead of split
2024-03-04 20:34:32 -08:00
Cheng Liu
53e8e14cbf
Update apps/sparo-lib/src/services/SparoProfileService.ts
Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
2024-03-04 20:26:04 -08:00
Cheng Liu
2a1bff59ac
chore: move the details on folders to debug log 2024-03-04 20:13:33 -08:00
Cheng Liu
0ea3773b67
chore: final tweak before 1.0 2024-03-04 20:00:56 -08:00
qun
992f929e48 chore: use path.parse instead of split 2024-03-05 03:38:45 +00:00