aboutsummaryrefslogtreecommitdiff
path: root/tests/test__default.py
AgeCommit message (Expand)Author
2021-02-25fix: use gcloud creds flow (#705)arithmetic1728
2021-02-16feat: workload identity federation support (#698)bojeil-google
2021-02-11Revert "feat: workload identity federation support (#686)" (#691)Bu Sun Kim
2021-02-09feat: workload identity federation support (#686)bojeil-google
2021-02-01feat: use self-signed jwt for service account (#665)Bu Sun Kim
2020-09-02refactor: split 'with_quota_project' into separate base class (#561)Bu Sun Kim
2020-07-15fix: don't add empty quota project (#560)Bu Sun Kim
2020-07-09feat: add quota project to base credentials class (#546)Bu Sun Kim
2020-06-18feat: make ``load_credentials_from_file`` a public method (#530)Bu Sun Kim
2020-06-18fix: no warning if quota_project_id is given (#537)arithmetic1728
2020-02-13docs(copyright): correct name of company for commits after 2015 (#440)C.J. Collier
2019-10-21chore: blacken (#375)Bu Sun Kim
2019-07-25Use new pytest api to keep building with pytest 5 (#353)Tomáš Chvátal
2018-12-20_default.default() now handles ImportErrors for optional dependencies. (#313)James Wilson
2018-05-31Warn when using user credentials from the Cloud SDK (#266)Thea Flowers
2017-12-13Check for the project ID env var before warning about missing project ID (#227)Jacob Hayes
2017-08-11Add error message to handle case of empty string or missing file for GOOGLE_A...weitaiting
2017-06-30Make testing style more consistent (#168)Jon Wayne Parrott
2017-03-24Use "gcloud config config-helper" to read the project ID from the Google Clou...Jon Wayne Parrott
2016-11-10Use autospec where appropriateJon Wayne Parrott
2016-11-07Add scope argument to default (#75)Jon Wayne Parrott
2016-11-07Add support for the GCLOUD_PROJECT environment variable (#73)Jon Wayne Parrott
2016-10-24Add _metadata.get_project_id.Jon Wayne Parrott
2016-10-24Add GAE to application default credentials.Jon Wayne Parrott
2016-10-19Implement application default credentials (#32)Jon Wayne Parrott