summaryrefslogtreecommitdiff
path: root/spec/lib/google_api
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-2/+0
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eeGitLab Bot2021-05-251-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-202-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-151-1/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-201-2/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-101-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-45/+53
|
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-232-0/+4
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Explicitly set master_auth for new GKE clustersThong Kuah2019-03-131-0/+12
| | | | | | From 1.12, GKE will disable basic auth and client certificate by default. Explicitly enable those now (currently we use 1.10/1.11 clusters) so that GKE cluster configuration will continue to work.
* Teach GoogleApi::CloudPlatform::Client#projects_zones_clusters_create about ↵Thong Kuah2018-09-141-8/+39
| | | | | | | | | legacy_abac argument Fix spec warning: removing `initialize' may cause serious problems Actually verify that `service.create_cluster` is called with expected request_body and other args
* Remove redundant GoogleApi::CloudPlatform::Client methodsMatija Čupić2018-05-111-48/+0
| | | | | The methods removed are #projects_list #get_project_billing_info as well as #project_zones_list and #project_zone_machine_types_list
* Add zones_list and machine_types_list to Google Cloud API clientMatija Čupić2018-03-161-0/+24
|
* Modify cluster creation API method to enable legacy_apac as defaultMayra Cabrera2018-02-221-0/+3
| | | | | | | | | | GKE 1.8 has RBAC on by default, since GKE has bumped the default version to 1.8.7 RBAC is now on, and we don't support that out of the box. This was also avoiding cluster applications (tiller, prometheus, etc), to be installed. Closes #41619
* Properly CamelCase service nameMatija Čupić2017-12-161-2/+2
|
* Add Google Cloud client project billing infoMatija Čupić2017-12-161-0/+12
|
* Add Google Cloud client project listMatija Čupić2017-12-151-0/+12
|
* Test usage of custom user agent in GCP ClientMatija Čupić2017-12-041-3/+7
|
* Use RequestOptions in GCP Client user_agent_headerMatija Čupić2017-12-041-2/+7
|
* Generate user agent header for GCP ClientMatija Čupić2017-12-041-0/+9
|
* Change default cluster size to n1-standard-2bikebilly2017-11-061-1/+1
|
* Improve redirect uri state and fix all remaining testsKamil Trzcinski2017-10-061-16/+10
|
* Security fix: redirection in google_api/authorizations_controllerShinya Maeda2017-10-061-0/+23
|
* Use utc for time comparisionShinya Maeda2017-10-061-2/+2
|
* spec/lib/google_api/auth_spec. spec/lib/google_api/cloud_platform/client_specShinya Maeda2017-10-052-0/+152