Commit Graph

23 Commits

Author SHA1 Message Date
GitLab Bot 8a04ac238c Add latest changes from gitlab-org/gitlab@master 2019-12-15 21:07:47 +00:00
GitLab Bot 0282449e6e Add latest changes from gitlab-org/gitlab@master 2019-11-20 06:06:16 +00:00
GitLab Bot cb3e6b9c1b Add latest changes from gitlab-org/gitlab@master 2019-10-29 18:06:15 +00:00
GitLab Bot 25989ab7ef Add latest changes from gitlab-org/gitlab@master 2019-10-18 11:11:44 +00:00
GitLab Bot 69849c280c Add latest changes from gitlab-org/gitlab@master 2019-10-10 12:06:19 +00:00
GitLab Bot 98dbb0a488 Add latest changes from gitlab-org/gitlab@master 2019-09-23 00:06:29 +00:00
Thong Kuah 8c42a0eac0 Add frozen_string_literal to lib part 2
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-08-23 00:15:24 +12:00
Thong Kuah 428ee4bc60 Explicitly set master_auth for new GKE clusters
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.
2019-03-13 16:28:04 +13:00
Thong Kuah 2e47e1f80e Teach GoogleApi::CloudPlatform::Client#projects_zones_clusters_create about 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
2018-09-14 16:26:51 +12:00
Matija Čupić b22959cc04
Remove redundant GoogleApi::CloudPlatform::Client methods
The methods removed are #projects_list #get_project_billing_info
as well as #project_zones_list and #project_zone_machine_types_list
2018-05-11 18:45:45 +02:00
Matija Čupić 45b3bcc396
Add zones_list and machine_types_list to Google Cloud API client 2018-03-16 17:50:48 +01:00
Mayra Cabrera 14978ddc53 Modify cluster creation API method to enable legacy_apac as default
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
2018-02-22 15:27:56 -06:00
Matija Čupić 291480f5e1
Properly CamelCase service name 2017-12-16 02:12:44 +01:00
Matija Čupić 957bedb1c3
Add Google Cloud client project billing info 2017-12-16 00:00:52 +01:00
Matija Čupić 596ea9e368
Add Google Cloud client project list 2017-12-15 19:39:15 +01:00
Matija Čupić 68b43f4d9c
Test usage of custom user agent in GCP Client 2017-12-04 02:19:02 +01:00
Matija Čupić 04c6d10261
Use RequestOptions in GCP Client user_agent_header 2017-12-04 01:59:29 +01:00
Matija Čupić 50c8bd6350
Generate user agent header for GCP Client 2017-12-04 00:53:04 +01:00
bikebilly fa8c3159da Change default cluster size to n1-standard-2 2017-11-06 15:04:15 +01:00
Kamil Trzcinski f9d490dbb9 Improve redirect uri state and fix all remaining tests 2017-10-06 16:14:14 +02:00
Shinya Maeda f293288589 Security fix: redirection in google_api/authorizations_controller 2017-10-06 21:28:40 +09:00
Shinya Maeda 638c616296 Use utc for time comparision 2017-10-06 18:23:53 +09:00
Shinya Maeda 31c8925882 spec/lib/google_api/auth_spec. spec/lib/google_api/cloud_platform/client_spec 2017-10-05 18:17:21 +09:00