-
Notifications
You must be signed in to change notification settings - Fork 473
3.0 dev #1031
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…lation and bundling steps prior to using clasp to push files.
…ls. Adds the "-u" or "--user" flag to all commands to select which authorized credentials to use.
BREAKING CHANGE: CLI syntax changed for some commands, specifically the `apis` command group.
chore: Improve readability of command code
… service accounts (#950)
- jettison recursive-readdir and use fdir instead - also needed to install @types/picomatch
- with dotfiles.ts defaultClaspignore
* chore(master): release 2.5.0 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Steve Bazyl <[email protected]>
…lation and bundling steps prior to using clasp to push files.
…ls. Adds the "-u" or "--user" flag to all commands to select which authorized credentials to use.
BREAKING CHANGE: CLI syntax changed for some commands, specifically the `apis` command group.
chore: Improve readability of command code
…ves some basic coverage
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
…rty not defined in github runner
* 2.1.0 * Low impact changes (#619) * dependencies clean-up * types for child_process' spawnSync * types for child_process' spawnSync + options fix * linting * Relative rootdir (#620) * relative rootDir support * relative rootDir support (untrackedFiles behavior changed) * relative rootDir doc changes * Cleanup before next pr (#621) * prettier + sort imports * splitLines types * unused package 'connect' * ucfirst, isOnline types * ellipsize types * redundant package 'fs-copy-file-sync' * removing extra line * // TODO * packages dependencies update * comment fix * fixes * nicer ellipsize typing * better? * Refactor `inquirer` package (#622) * regroup `inquirer` into a single file * fix typo * linting * switch to `find-up` * switch to `find-up` & `strip-bom` * dependencies update * findUp implementation fix * enum accessor fix * fs-extra & typescript dependency fix * linting * dependencies clean-up (again) * non any cast * import cleanup & TODO resolve * prettier * ch-ch-changes
Release-as: 2.3.1
Release-As: 2.3.1
* Change CLASP acronym description emphasis from italics to bold in README (#826) * Updating documentation solving #819 (#820) Co-authored-by: Yash Totale <[email protected]> Co-authored-by: Mattias Ekstrand <[email protected]>
* 2.1.0 * Low impact changes (#619) * dependencies clean-up * types for child_process' spawnSync * types for child_process' spawnSync + options fix * linting * Relative rootdir (#620) * relative rootDir support * relative rootDir support (untrackedFiles behavior changed) * relative rootDir doc changes * Cleanup before next pr (#621) * prettier + sort imports * splitLines types * unused package 'connect' * ucfirst, isOnline types * ellipsize types * redundant package 'fs-copy-file-sync' * removing extra line * // TODO * packages dependencies update * comment fix * fixes * nicer ellipsize typing * better? * Refactor `inquirer` package (#622) * regroup `inquirer` into a single file * fix typo * linting * switch to `find-up` * switch to `find-up` & `strip-bom` * dependencies update * findUp implementation fix * enum accessor fix * fs-extra & typescript dependency fix * linting * dependencies clean-up (again) * non any cast * import cleanup & TODO resolve * prettier * ch-ch-changes
Release-as: 2.3.1
Release-As: 2.3.1
* Change CLASP acronym description emphasis from italics to bold in README (#826) * Updating documentation solving #819 (#820) Co-authored-by: Yash Totale <[email protected]> Co-authored-by: Mattias Ekstrand <[email protected]>
* 2.1.0 * Low impact changes (#619) * dependencies clean-up * types for child_process' spawnSync * types for child_process' spawnSync + options fix * linting * Relative rootdir (#620) * relative rootDir support * relative rootDir support (untrackedFiles behavior changed) * relative rootDir doc changes * Cleanup before next pr (#621) * prettier + sort imports * splitLines types * unused package 'connect' * ucfirst, isOnline types * ellipsize types * redundant package 'fs-copy-file-sync' * removing extra line * // TODO * packages dependencies update * comment fix * fixes * nicer ellipsize typing * better? * Refactor `inquirer` package (#622) * regroup `inquirer` into a single file * fix typo * linting * switch to `find-up` * switch to `find-up` & `strip-bom` * dependencies update * findUp implementation fix * enum accessor fix * fs-extra & typescript dependency fix * linting * dependencies clean-up (again) * non any cast * import cleanup & TODO resolve * prettier * ch-ch-changes
Release-as: 2.3.1
Release-As: 2.3.1
* Change CLASP acronym description emphasis from italics to bold in README (#826) * Updating documentation solving #819 (#820) Co-authored-by: Yash Totale <[email protected]> Co-authored-by: Mattias Ekstrand <[email protected]>
Merge 3.0-dev branch into main.