Commit graph

62 commits

Author SHA1 Message Date
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
Cheng Liu
eb6ce3ecf9
feat: add graceful shutdown to ensure consistent git configs 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
b491f9b923
chore: fix typo 2024-04-02 16:20:42 -07: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
ac427ea519
feat: sparo checkout supports branch, tag, commit, file path 2024-03-26 15:10:20 -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
ab7cefefca
feat: build test for a real repo 2024-03-11 14:51:56 -07:00
Cheng Liu
fbbef39d42
fix: incorrectly parse sparo commit 2024-03-08 18:27:36 -08: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
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
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
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
175e7413e3
Merge pull request #39 from tiktok/fix-help
Fix help
2024-03-01 15:18:49 -08:00
Cheng Liu
813000fcd0
Merge pull request #38 from tiktok/feat-improve-load-profiles
Feat improve load profiles
2024-03-01 15:18:27 -08:00
Cheng Liu
867b0e86c2
Merge pull request #40 from tiktok/fix-error-message
Fix error message
2024-03-01 14:17:01 -08:00
Cheng Liu
654efe357e
Merge pull request #33 from tiktok/feat-subspace-skeleton
feat: add <project_folder>/subspace folder into skeleton
2024-03-01 14:08:54 -08:00
Cheng Liu
b3d50aeed3
fix: improve error message 2024-03-01 14:04:22 -08:00
Cheng Liu
c4a6ab1791
fix: turn off yargs strict to proxy unrecognized commands to git 2024-03-01 13:25:40 -08:00
Cheng Liu
d7f4396ffb
feat: allow other configuration files under sparo profiles 2024-03-01 13:11:07 -08:00
Cheng Liu
ea8ab4cb68
Merge pull request #37 from L-Qun/main
chore: add help alias and enable strict mode
2024-03-01 12:15:15 -08:00
qun
ea7e721a68 chore: add help alias and enable strict mode 2024-03-01 12:30:22 +00:00
Cheng Liu
fdd2322f8c
feat: add <project_folder>/subspace folder into skeleton 2024-02-29 16:51:44 -08:00
Cheng Liu
df238834bc
feat: improve error logs when running rush list fails 2024-02-29 14:00:06 -08:00
Cheng Liu
f0a5e8691d
Merge pull request #27 from tiktok/feat-help
feat: show help text
2024-02-28 15:27:17 -08:00
qun
b70a0c0ee0 chore: support for cloning a specify branch 2024-02-28 16:29:49 +00:00
Cheng Liu
b1d04a9780
feat: show help text 2024-02-27 16:02:18 -08:00
EscapeB
02aa23b93b chore: apply cr suggestion 2024-02-27 16:35:44 +08:00
EscapeB
9fc3cfc60f
Apply suggestions from code review
Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
2024-02-27 16:27:40 +08:00
EscapeB
1defbbc127 refactor: change checkout profile logic 2024-02-26 12:24:49 +08:00
Cheng Liu
b49481a828
Merge pull request #21 from tiktok/feat-improve-tui
Feat improve tui
2024-02-23 19:55:54 -08:00
Cheng Liu
80f2b85ea9
Merge pull request #20 from tiktok/feat-init-profile
Feat init profile
2024-02-23 19:53:38 -08:00
Pete Gonzalez
90417dcecf Improve output formatting for "init-profile" 2024-02-23 17:48:34 -08:00
Pete Gonzalez
2a9660f53d Calculate ASCII_HEADER_WIDTH based on terminal attributes 2024-02-23 17:32:56 -08:00
Pete Gonzalez
c35deb9e68 Improve formatting of "git clone" output 2024-02-23 17:26:14 -08:00
Cheng Liu
be588ff85e
feat: add init-profile command 2024-02-23 15:19:25 -08:00
Cheng Liu
7e378cacfd
feat: improve tui 2024-02-23 15:06:47 -08:00
Cheng Liu
79361b3b57
Merge pull request #18 from tiktok/feat-startup-banner
Feat startup banner
2024-02-23 11:32:09 -08:00
Cheng Liu
07b5dd4c76
feat: startup banner shows verion info 2024-02-22 17:27:08 -08:00