Commit graph

224 commits

Author SHA1 Message Date
Cheng Liu
612c9e1845
feat: list profiles without cli parameters 2024-02-28 16:58:59 -08:00
Cheng Liu
dc29742953
Merge pull request #30 from tiktok/fix-ci-checkout
Fix ci checkout
2024-02-28 16:43:30 -08:00
Cheng Liu
0690a22524
Apply suggestions from code review
Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
2024-02-28 16:39:35 -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
Cheng Liu
aeda51a392
Merge pull request #29 from L-Qun/main
chore: support for cloning a specify branch
2024-02-28 14:34:04 -08:00
Cheng Liu
f6171eae05
chore: rush change 2024-02-28 14:28:16 -08:00
Cheng Liu
25b5a55608
feat: sparo-ci sparse to sparo-ci checkout 2024-02-28 14:27:18 -08:00
qun
b70a0c0ee0 chore: support for cloning a specify branch 2024-02-28 16:29:49 +00:00
Cheng Liu
33ed5180c5
chore: rush change 2024-02-27 16:03:15 -08:00
Cheng Liu
b1d04a9780
feat: show help text 2024-02-27 16:02:18 -08:00
Cheng Liu
fe6e9ac69b
Merge pull request #23 from tiktok/feat-update-notifier
Feat update notifier
2024-02-27 10:51:14 -08:00
Pete Gonzalez
9727125032
Add a launch.json for VS Code debugging 2024-02-27 10:50:56 -08:00
Pete Gonzalez
e1f7673127
Document how to test the update-notifier 2024-02-27 10:50:56 -08:00
Cheng Liu
bb350449f4
chore: rush change 2024-02-27 10:50:56 -08:00
Cheng Liu
e83d3ac348
feat: add update-notifier 2024-02-27 10:50:55 -08:00
EscapeB
61327b292f
Merge pull request #19 from EscapeB/feat/support_add_profile_in_checkout
feat: support --add-profile in sparo checkout & refactor current checkout profile logic
2024-02-27 16:37:10 +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
3b8073f76f
Apply suggestions from code review
Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
2024-02-27 16:26:14 +08:00
Pete Gonzalez
00f5718b9e
Merge pull request #25 from tiktok/octogonz/website-links
Add website links to README.md and package.json
2024-02-26 22:45:07 -08:00
Pete Gonzalez
968f1affee
Merge pull request #26 from tiktok/octogonz/website-fixes
Some cosmetic fixes for the website
2024-02-26 22:44:21 -08:00
Pete Gonzalez
67b1204505 Add ThemedImage to control logo color in dark mode 2024-02-26 22:39:53 -08:00
Pete Gonzalez
e42289ecfa Add dependency needed for type checking 2024-02-26 22:36:09 -08:00
Pete Gonzalez
64c747840a Improve website logo appearance in dark mode 2024-02-26 22:33:20 -08:00
Pete Gonzalez
9b39c9e672 Add URL to CLI banner 2024-02-26 22:32:20 -08:00
Pete Gonzalez
f15bc9d10d Add "Under Construction" notices to website 2024-02-26 22:30:41 -08:00
Pete Gonzalez
ba8a602aa0 rush change 2024-02-26 22:29:15 -08:00
Pete Gonzalez
fa646ec3ed Add hyperlink to logo in README.md 2024-02-26 22:28:34 -08:00
Pete Gonzalez
285e069a68 Update package.json metadata 2024-02-26 22:24:28 -08:00
Pete Gonzalez
b90259c6b1
Merge pull request #24 from tiktok/octogonz/website-search
Website: Enable search box
2024-02-26 22:22:00 -08:00
Pete Gonzalez
a28f44ee53 Enable site search 2024-02-26 21:27:10 -08:00
Pete Gonzalez
dadd65f6a4 Fix lockfile issues 2024-02-26 20:33:34 -08:00
Pete Gonzalez
f947d1de23 Enable strict lockfile checks 2024-02-26 20:32:59 -08:00
EscapeB
1defbbc127 refactor: change checkout profile logic 2024-02-26 12:24:49 +08:00
EscapeB
e33cbba97d feat: support --add-profile in sparo checkout 2024-02-26 11:41:07 +08:00
tiktokbot
82c90cf9d8 Bump versions [skip ci] 2024-02-24 04:08:10 +00:00
tiktokbot
0905385b30 Update changelogs [skip ci] 2024-02-24 04:08:09 +00:00
Cheng Liu
bafa17207f
chore: add version bump 2024-02-23 20:05:45 -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
69a422f701 Fix merge conflict with other branch 2024-02-23 17:49:59 -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
Pete Gonzalez
134626ef93
Merge pull request #22 from tiktok/octogonz/website-ci
Fix an issue where the website project did not get built by CI
2024-02-23 16:45:21 -08:00
Pete Gonzalez
06cbde2100 Fix an issue where the website project did not get built by CI 2024-02-23 15:34:27 -08:00
Cheng Liu
c6931fb304
chore: update commands overview 2024-02-23 15:22:13 -08:00
Cheng Liu
7999c56c45
chore: update sparo-profile template 2024-02-23 15:22:13 -08:00
Cheng Liu
3422d10d9e
Update apps/sparo-lib/src/cli/commands/cmd-list.ts
Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
2024-02-23 15:21:23 -08:00
Cheng Liu
87b6425917
Update common/changes/sparo/feat-init-profile_2024-02-23-19-26.json
Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
2024-02-23 15:20:55 -08:00