Commit graph

72 commits

Author SHA1 Message Date
averikitsch
df9503ee97 Fix file in readme 2020-01-14 11:10:55 -08:00
averikitsch
601bebc1b0 Fix license and update readmes 2020-01-14 10:56:09 -08:00
craigdbarber
8958ac65db Reverted manual changes to generated file, re-ran npm build 2019-12-18 09:57:56 -08:00
Craig Barber
0c32120a9a
Merge pull request #20 from GoogleCloudPlatform/pr-15
Finishing touches on: PR#15: Patch new sdk url
2019-12-17 15:51:59 -08:00
craigdbarber
cea822736c Corrected comments in format-url tests 2019-12-17 15:32:47 -08:00
craigdbarber
5d5bbc57a1 Adjusted format-url to use HTTP HEAD instead of GET to eliminate double downloading. Applied linter and prettier. 2019-12-17 15:25:26 -08:00
Craig Barber
4d8f7a10bf
Merge pull request #16 from imjohnbo/master
Top level action.yml
2019-12-10 11:11:21 -08:00
John Bohannon
5b95c0df8b Duplicate setup-gcloud/action.yml at top level so we can publish to GitHub Marketplace 2019-12-09 14:38:05 -05:00
dakom
0352a62357 formatting 2019-12-05 14:53:27 +02:00
dakom
ddcf3b2260 massage the arch string 2019-12-05 14:46:39 +02:00
dakom
2973e38499 changed to new location for sdk
Location of the sdk changed from google cloud storage to a raw url
Also did a bit of housekeeping and updating tests
2019-12-05 14:23:07 +02:00
Craig Barber
0e82bf3549
Merge pull request #11 from GoogleCloudPlatform/docs/service-account-key
Update README.md
2019-11-21 10:28:26 -08:00
John Bohannon
b3c722d6ba
Update gke.yml 2019-11-20 21:27:59 -05:00
John Bohannon
a47ec85269
Update README.md 2019-11-20 21:25:07 -05:00
Craig Barber
82f941a2b8
Merge pull request #9 from craigdbarber/optional-email
Movidied action metadata and docs to reflect optional email param.
2019-11-19 11:02:06 -08:00
craigdbarber
ff756cdd00 Movidied action metadata and docs to reflect optional email param 2019-11-18 11:35:54 -08:00
Craig Barber
390eba9178
Merge pull request #8 from btorresgil/feature/more-flexible
Make service_account_email optional
2019-11-18 11:03:28 -08:00
Brian Torres-Gil
eb89c6b0ea Make service_account_email optional
This makes the action interface simpler, since this argument is not
required when using a JSON service account key.
2019-11-16 16:48:00 -08:00
Craig Barber
dca088b672
Merge pull request #7 from craigdbarber/example-workflows
Imported GKE example workflow into repo.
2019-11-08 14:57:04 -08:00
craigdbarber
3570f24701 moved workflow back to .github folder so users can copy/paste this subdir 2019-11-08 14:22:06 -08:00
craigdbarber
6ea34fa3e8 Imported gke example workflow into repo 2019-11-08 14:17:03 -08:00
Craig Barber
9409c00c4d
Merge pull request #6 from craigdbarber/fix/doc-fixes
Added note about base64 encoding for key to docs.
2019-11-08 14:16:39 -08:00
craigdbarber
b1fc95096a Added note about base64 encoding for key 2019-11-08 13:45:16 -08:00
Craig Barber
9e6e6749b2
Merge pull request #5 from craigdbarber/release/0.1.0
release 0.1.0
2019-11-08 13:01:50 -08:00
craigdbarber
24fecf8378 Updated release notes for new location 2019-11-08 12:55:18 -08:00
craigdbarber
61c3a633cc Moved changelog to root dir 2019-11-08 12:54:11 -08:00
craigdbarber
4f8ea0a719 release 0.1.0 2019-11-08 12:46:58 -08:00
Craig Barber
e8202c4d2c
Merge pull request #4 from imjohnbo/master
Fix runtime errors encountered
2019-11-08 11:12:41 -08:00
John Bohannon
2c0de755df fix: import * as exec 2019-11-08 13:58:20 -05:00
John Bohannon
db3c7d6e84 fix: add @actions/exec library 2019-11-08 13:55:52 -05:00
John Bohannon
ccab249112 fix: reference compiled dist/index.js in action.yml 2019-11-08 13:53:29 -05:00
Craig Barber
916ffff9f7
Merge pull request #2 from craigdbarber/fix/averi-feedbacks
Incorporated feedbacks overlooked from previous PR.
2019-11-08 10:50:08 -08:00
John Bohannon
9a6e5be765 chore: add husky precommit hook 2019-11-08 13:45:15 -05:00
craigdbarber
b752f91b86 switched to DevRel formatting 2019-11-07 16:10:45 -08:00
craigdbarber
82a0d2e9ad Incorporated doc feedback 2019-11-07 16:06:52 -08:00
Craig Barber
dc03160cb8
Merge pull request #1 from craigdbarber/master
Initial implementation of v2 gcloud action
2019-11-07 15:13:35 -08:00
craigdbarber
797c79100b removed references to shelljs 2019-11-07 13:55:16 -08:00
craigdbarber
a320cd0384 removed chmod functionality, not needed as binaries come with proper perms setup 2019-11-07 13:52:55 -08:00
craigdbarber
c93505d9c5 added formatting 2019-11-07 13:43:59 -08:00
craigdbarber
38e2994170 Incorporated PR feedback 2019-11-07 13:40:43 -08:00
craigdbarber
cc03e89516 modified installer to account for platform binary name differences 2019-11-07 13:37:43 -08:00
craigdbarber
2510068059 Added dist files, skipped tar steps for windows os in tests, increased timeout for installer test 2019-11-07 12:47:11 -08:00
Craig Barber
cec632b931
Update CONTRIBUTING.md
Co-Authored-By: John Bohannon <imjohnbo@github.com>
2019-11-07 11:03:41 -08:00
Craig Barber
ecb9f60516
Merge pull request #1 from imjohnbo/feature/build-and-test
feature/build-and-test
2019-11-07 11:01:47 -08:00
John Bohannon
7648d19f4a Merge branch 'master' into feature/build-and-test 2019-11-07 09:41:28 -05:00
John Bohannon
e99a3dd48e
Update workflow.yml 2019-11-07 09:38:07 -05:00
John Bohannon
73e877d0e0 chore: remove node_modules from cache
fix: upgrade versions to fix error encountered while running tests
2019-11-07 09:34:46 -05:00
John Bohannon
4008752d80 chore: add @zeit/ncc as compiler and remove dist in .gitignore 2019-11-07 09:26:42 -05:00
John Bohannon
ae3b6be63f Ignore node_modules 2019-11-07 09:24:03 -05:00
craigdbarber
e26d2fa2dc Fixing setup-gcloud README 2019-11-06 17:05:51 -08:00