This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 800
Bump to v2 #67
Open
wdzeng
wants to merge
34
commits into
main
Choose a base branch
from
features/v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump to v2 #67
Commits on Jul 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ca667c - Browse repository at this point
Copy the full SHA 0ca667cView commit details -
Also upgrade dependencies and remove unused ones. Upgrade Node.js version to 20. Also update commands in package.json, and ESLint and prettier configurations. All unittests in v1 are removed. Removed VSCode devcontainer as it is no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 9763d7b - Browse repository at this point
Copy the full SHA 9763d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a83b8 - Browse repository at this point
Copy the full SHA 41a83b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d22e820 - Browse repository at this point
Copy the full SHA d22e820View commit details -
Removed unittests in CI/CD as they are not yet implemented.
Configuration menu - View commit details
-
Copy full SHA for 7350898 - Browse repository at this point
Copy the full SHA 7350898View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fdb853 - Browse repository at this point
Copy the full SHA 4fdb853View commit details -
fix: incorrect checkin list length for history command JSON output
The settings API is returning checking list with length 8. Not sure why but this violates with our spec.
Configuration menu - View commit details
-
Copy full SHA for 14e22fb - Browse repository at this point
Copy the full SHA 14e22fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce01cc6 - Browse repository at this point
Copy the full SHA ce01cc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0295dfa - Browse repository at this point
Copy the full SHA 0295dfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfda81e - Browse repository at this point
Copy the full SHA bfda81eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee0c50 - Browse repository at this point
Copy the full SHA 7ee0c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e28a74 - Browse repository at this point
Copy the full SHA 1e28a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for e231656 - Browse repository at this point
Copy the full SHA e231656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 481c49d - Browse repository at this point
Copy the full SHA 481c49dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ef0a9 - Browse repository at this point
Copy the full SHA 18ef0a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b883a9c - Browse repository at this point
Copy the full SHA b883a9cView commit details -
refact: replace loglevel with our own implementation
We want that all logging messages be printed to stderr, and command results stdout, but `loglevel` outputs messages of `info` level to stdout, and there is no way to configure. Therefore implement our own logging functions. Also use `chalk` for printing colors.
Configuration menu - View commit details
-
Copy full SHA for 83c960d - Browse repository at this point
Copy the full SHA 83c960dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74463da - Browse repository at this point
Copy the full SHA 74463daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb0a2f - Browse repository at this point
Copy the full SHA 7fb0a2fView commit details -
refact: separate CLI and internal API
Also remove dependency from API to logging utility.
Configuration menu - View commit details
-
Copy full SHA for bc4bfea - Browse repository at this point
Copy the full SHA bc4bfeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e888b3d - Browse repository at this point
Copy the full SHA e888b3dView commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb842bf - Browse repository at this point
Copy the full SHA eb842bfView commit details
Commits on Sep 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e919e4d - Browse repository at this point
Copy the full SHA e919e4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e27ba8 - Browse repository at this point
Copy the full SHA 4e27ba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff611b9 - Browse repository at this point
Copy the full SHA ff611b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 217aba4 - Browse repository at this point
Copy the full SHA 217aba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ac5a7a - Browse repository at this point
Copy the full SHA 3ac5a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a6948a - Browse repository at this point
Copy the full SHA 8a6948aView commit details -
refact: use @commander-js/extra-typings and split code under cli
Use @commander-js/extra-typings for smarter type infer. Split error handling functions and cookie and verbosity utilities from cli/index.ts.
Configuration menu - View commit details
-
Copy full SHA for 4b3996f - Browse repository at this point
Copy the full SHA 4b3996fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf17dc - Browse repository at this point
Copy the full SHA 3cf17dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16111e7 - Browse repository at this point
Copy the full SHA 16111e7View commit details -
ci/cd: merge workflow unittests.yml into publish.yml
Merge unittests.yml into publish.yml Only run building and tagging when pushing to main or dev branch, or when the workflow is triggered manually. Do not force pushing general version tag (vX.X.X). This help avoid to accidentally overriding existing tags.
Configuration menu - View commit details
-
Copy full SHA for ff85bc3 - Browse repository at this point
Copy the full SHA ff85bc3View commit details -
Add a fake test script. This is because unittests are required when running CI/CD.
Configuration menu - View commit details
-
Copy full SHA for 5c78944 - Browse repository at this point
Copy the full SHA 5c78944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f56446 - Browse repository at this point
Copy the full SHA 1f56446View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.