Commit graph

246 commits

Author SHA1 Message Date
Cheng Liu
15addee110
chore: print to terminal when checking existence 2024-06-27 16:56:46 -07:00
Cheng Liu
8a307923a7
feat: improve metric logic to accurately report success data 2024-06-27 16:46:28 -07:00
Cheng Liu
56272952f2
feat: improve check remote branch existence logic 2024-06-27 16:22:36 -07:00
Cheng Liu
c6a79e4100
chore: rename function 2024-06-27 16:15:28 -07:00
tiktokbot
5996f9587c Bump versions [skip ci] 2024-05-31 18:31:04 +00:00
tiktokbot
6a21a10eff Update changelogs [skip ci] 2024-05-31 18:31:02 +00:00
Cheng Liu
a045b7f2a1
Merge pull request #75 from tiktok/feat-checkout-dash
Supports "sparo checkout -"
2024-05-31 11:28:16 -07:00
Cheng Liu
ce5f4221e3
feat: support checkout - 2024-05-30 08:51:43 -07:00
Adrian Z
04c6bc74bb fix: sparo pull need to track rush selectors also 2024-05-29 09:18:10 +08:00
tiktokbot
b53d31c54a Bump versions [skip ci] 2024-05-24 23:10:11 +00:00
tiktokbot
94805ac7f7 Update changelogs [skip ci] 2024-05-24 23:10:09 +00:00
Cheng Liu
0a6f985f03
feat: update sparo checkout page 2024-05-24 14:16:11 -07:00
Cheng Liu
ca8f0a7bf8
feat: improve sparo checkout help text 2024-05-24 14:13:40 -07:00
Cheng Liu
26a149fd9a
fix: ci error 2024-05-23 17:20:18 -07:00
Cheng Liu
2875895e2b
feat: sparo fetch & pull clean up merged branch from git configuration 2024-05-23 17:12:03 -07:00
tiktokbot
4dbdd16c16 Bump versions [skip ci] 2024-05-10 20:44:03 +00:00
tiktokbot
1af43afa4a Update changelogs [skip ci] 2024-05-10 20:44:01 +00:00
Cheng Liu
f6df534f02
fix: dedup temporary selections 2024-05-09 17:44:12 -07:00
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
tiktokbot
57ae58f55d Update changelogs [skip ci] 2024-04-15 23:34:54 +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
tiktokbot
8df5f4013f Update changelogs [skip ci] 2024-03-29 21:28:25 +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
tiktokbot
ece6489fea Update changelogs [skip ci] 2024-03-29 19:27:13 +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
tiktokbot
c2b18606b4 Update changelogs [skip ci] 2024-03-15 19:46:56 +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
c01f10e561
chore: fix pipeline display and issues 2024-03-11 15:17:48 -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
tiktokbot
38ed523090 Update changelogs [skip ci] 2024-03-09 02:43:07 +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
tiktokbot
598b15db23 Update changelogs [skip ci] 2024-03-08 23:50:26 +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
tiktokbot
0ddd48304e Update changelogs [skip ci] 2024-03-05 17:16:25 +00:00
Pete Gonzalez
3e36726be9
Merge pull request #50 from tiktok/octogonz/website-content
Documentation updates
2024-03-05 09:14:25 -08: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
tiktokbot
a19187736e Update changelogs [skip ci] 2024-03-05 17:04:18 +00:00
Cheng Liu
2c21391cf6
Bump versions [skip ci] 2024-03-05 09:01:35 -08:00
Cheng Liu
92b9207de4
Update changelogs [skip ci] 2024-03-05 09:01:33 -08:00
Cheng Liu
379e5be367
feat: increase the minimal supported git version 2024-03-05 08:58:50 -08:00
Pete Gonzalez
ce0f248c7c Update the NPM README.md 2024-03-04 23:54:57 -08:00
Pete Gonzalez
9376a1fc26 Update CLI command docs 2024-03-04 23:52:36 -08:00
Pete Gonzalez
a3f2ea9881 Tune up the website content 2024-03-04 23:51:56 -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
Pete Gonzalez
65590f32db Use the website to host Sparo's JSON schema 2024-03-04 22:10:17 -08:00
Pete Gonzalez
6e06b262a0 Update image URL now that website is live 2024-03-04 22:09:54 -08:00
Pete Gonzalez
33b7fd162d Enable trailingSlash=true for GitHub Pages 2024-03-04 22:09:36 -08:00
tiktokbot
2335ab2c72 Bump versions [skip ci] 2024-03-05 04:37:23 +00:00
tiktokbot
3511b24753 Update changelogs [skip ci] 2024-03-05 04:37:22 +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
Pete Gonzalez
5c929b8543
Merge pull request #45 from tiktok/octogonz/under-construction
Remove "under construction" notices
2024-03-04 18:59:57 -08:00
EscapeB
3a7a42e976
Merge pull request #28 from EscapeB/feat/support_profile_parameters_in_pull
feat: support profile parameters in pull & clone command
2024-03-05 10:59:28 +08:00
EscapeB
7076806420 chore: disable pull command for now 2024-03-05 09:54:38 +08:00
Pete Gonzalez
9e62f118ff Remove "under construction" notices in preparation for 1.0 release 2024-03-04 16:38:47 -08:00
qun
abd7680571 fix: compatible with windows 2024-03-04 23:54:19 +00:00
EscapeB
e3ce816454 chore: apply cr suggestion 2024-03-04 14:55:30 +08:00
EscapeB
593b519dcb feat: support profile parameters in clone & pull command 2024-03-04 14:55:28 +08:00
Cheng Liu
b7bff1d272
chore: config dist folders for build phase 2024-03-01 23:32:43 -08:00
tiktokbot
7657c041f5 Bump versions [skip ci] 2024-03-02 06:30:18 +00:00
tiktokbot
b1ff6d7e1d Update changelogs [skip ci] 2024-03-02 06:30:17 +00:00
Cheng Liu
7cf4f9535f
fix: set profile logic in sparo checkout 2024-03-01 20:32:51 -08:00
tiktokbot
1d04be72e0 Bump versions [skip ci] 2024-03-01 23:21:34 +00:00
tiktokbot
5dcb2455d3 Update changelogs [skip ci] 2024-03-01 23:21:32 +00:00
Cheng Liu
175e7413e3
Merge pull request #39 from tiktok/fix-help
Fix help
2024-03-01 15:18:49 -08:00