Skip to content
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

feat: add getCredentials method #180

Merged
merged 27 commits into from
Nov 20, 2017
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a0b2a2b
Method to get credentials
bantini Oct 20, 2017
caf2967
-Removed local service_account param return
bantini Oct 20, 2017
b41c5aa
-Added method signature
bantini Oct 20, 2017
0fc0cfb
Encapsulated withing checkGCE
bantini Oct 23, 2017
13044c1
Merge remote-tracking branch 'google/master' into 169-create-get-cred…
bantini Nov 7, 2017
6c78413
Removed test and simplified method
bantini Nov 7, 2017
01082f9
Merge branch '169-create-get-credentials' of github.com:bantini/googl…
bantini Nov 7, 2017
0d5ae83
Using method instead of variable
bantini Nov 7, 2017
f724370
Introduced callback
bantini Nov 8, 2017
9717944
Commit with test cases
bantini Nov 8, 2017
17365fa
Removed console.log
bantini Nov 8, 2017
6d57c4f
Removed commented method
bantini Nov 9, 2017
80cb4e6
Merge branch 'master' into 169-create-get-credentials
bantini Nov 9, 2017
d04e52c
Merge branch 'master' into 169-create-get-credentials
bantini Nov 9, 2017
2462961
Returning client email and private key
bantini Nov 14, 2017
5eda92f
Merge branch '169-create-get-credentials' of https://github.com/banti…
bantini Nov 14, 2017
228f4c5
Saving the JSON instance
bantini Nov 14, 2017
5ed3449
Fixed test case
bantini Nov 14, 2017
7b3e6ee
Merge remote-tracking branch 'google/master' into 169-create-get-cred…
bantini Nov 14, 2017
a93ebec
Update from master
bantini Nov 14, 2017
86a3a94
Fix for latest changes
bantini Nov 15, 2017
e3fce78
gts fix
bantini Nov 15, 2017
5e4b149
Removed cache and added package-lock.json
bantini Nov 16, 2017
6704a16
Comments fixes
bantini Nov 17, 2017
671c462
Check for non-gce first and added additional tests
bantini Nov 17, 2017
fa381c8
JSdoc changes and making callback mandatory
bantini Nov 20, 2017
cf0056a
Removed undefined for credentials from return body for error
bantini Nov 20, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ node_js:
- "8"
- "9"

cache:
directories:
- node_modules/

script:
- npm test

Expand Down
Loading