Commit graph

21 commits

Author SHA1 Message Date
T Hernandez
38fab8887c
feat: cleanup old actions(#331)
* First pass of cleanup of old actions code

* fixed primary CHANGELOG file from setup-gcloud shift

* cleaning up old workflows

* removing working-directory spec as it's no longer needed

* Moar cleanup on the path to cleanup redemption

* "it now builds and tests pass locally"

* lint error cleanup

* More path cleanup

* addressing PR comments, more cleanup

* missed two files in last update

* Update README.md

Co-authored-by: Averi Kitsch <akitsch@google.com>
2021-07-23 13:24:52 -05:00
dependabot[bot]
27891cab69
chore(deps): bump glob-parent from 5.1.1 to 5.1.2 in /setupGcloudSDK (#319)
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-11 11:32:27 -07:00
dependabot[bot]
0de19e18c2
chore(deps): bump lodash from 4.17.19 to 4.17.21 in /setupGcloudSDK (#301)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 09:03:40 -07:00
dependabot[bot]
00135cf09c
fix(deps): bump y18n from 4.0.0 to 4.0.1 in /setupGcloudSDK (#275)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 12:23:53 -05:00
google-github-actions-bot
d592e800e3
chore: build dist setupGcloudSDK (#234) 2020-11-16 13:41:26 -06:00
Bharath KKB
862c53e843
fix: bump @actions/tool-cache to 1.6.1 (#232)
* fix: bump toolcache

* bump for sdk
2020-11-16 08:42:37 -08:00
Averi Kitsch
478a42baee
feat: clean up user agent (#231)
* feat: clean up user agent

* lint
2020-11-16 08:41:11 -08:00
actions-bot
d498446f6f chore: build dist 2020-10-12 17:34:17 +00:00
Bharath KKB
724d5b64bb
fix: bump actions/core (#189) 2020-10-12 12:33:42 -05:00
actions-bot
ea3642e31b chore: build dist 2020-10-12 16:30:13 +00:00
Bharath KKB
11f1439978
feat: add build and release (#190) 2020-10-12 11:29:35 -05:00
dependabot[bot]
4d4b4ce8ab
Bump lodash from 4.17.15 to 4.17.19 in /setupGcloudSDK (#145)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-21 08:59:48 -04:00
dependabot[bot]
8976bd8322
Bump @actions/http-client from 1.0.6 to 1.0.8 in /setupGcloudSDK
Bumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.6 to 1.0.8.
- [Release notes](https://github.com/actions/http-client/releases)
- [Changelog](https://github.com/actions/http-client/blob/master/RELEASES.md)
- [Commits](https://github.com/actions/http-client/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-05 22:46:00 +00:00
averikitsch
6f43ba5ebd fix stdin 2020-06-05 14:11:29 -07:00
averikitsch
b2d7bd8db7 update stdin 2020-06-05 13:56:35 -07:00
averikitsch
8d960deed6 Update ADC write and use stdin for auth 2020-06-05 13:52:34 -07:00
averikitsch
ca183e2e7d Update getProjectId 2020-05-07 11:43:59 -07:00
averikitsch
37da64059e Lint 2020-04-17 10:18:48 -07:00
averikitsch
7c22a653b7 Clean up 2020-04-17 10:14:59 -07:00
averikitsch
3e5706a919 Add setProject 2020-04-12 16:56:26 -07:00
averikitsch
d153f05d28 Add appengine-deploy action and refactor setup-gcloud
initial

Add test app and tests

add license

Update ReadMe and runner

Fix lint errors

Missed fixes

Update tests to run integration on PR

rename pkg -> setupGloudSDK

Update ts congig

Remove project id requirement

Update gcloud set project id func

Add unit tests for pkg

Add set project to action

rebuild

Fix gcloud typo

lint pkg and update project id dependency

Update tmp JSON writer

Add cleanup to integration tests

Update get input validation

fix json string

Fix test order and version name

add project id to test

remove clean up step

Update project url

Add no promote flag

test stderr vs stdout

Update pkg build

refactor setup-gcloud

clean up

Fix tool command for isAuthenticated

debugging

test command

Fix isInstalled method

Clean up
2020-04-12 16:23:05 -07:00