Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-01-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-12-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-10-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-07-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-07-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-07-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-03-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-02-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-01-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-11-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-22Add frozen_string_literal to lib part 2Thong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-03-13Explicitly set master_auth for new GKE clustersThong Kuah
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.
2018-09-14Teach GoogleApi::CloudPlatform::Client#projects_zones_clusters_create about ↵Thong Kuah
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-05-11Remove redundant GoogleApi::CloudPlatform::Client methodsMatija Čupić
The methods removed are #projects_list #get_project_billing_info as well as #project_zones_list and #project_zone_machine_types_list
2018-03-16Add zones_list and machine_types_list to Google Cloud API clientMatija Čupić
2018-02-23Modify cluster creation API method to enable legacy_apac as defaultMayra Cabrera
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
2017-12-16Properly CamelCase service nameMatija Čupić
2017-12-16Add Google Cloud client project billing infoMatija Čupić
2017-12-15Add Google Cloud client project listMatija Čupić
2017-12-04Test usage of custom user agent in GCP ClientMatija Čupić
2017-12-04Use RequestOptions in GCP Client user_agent_headerMatija Čupić
2017-12-04Generate user agent header for GCP ClientMatija Čupić
2017-11-06Change default cluster size to n1-standard-2bikebilly
2017-10-06Improve redirect uri state and fix all remaining testsKamil Trzcinski
2017-10-06Security fix: redirection in google_api/authorizations_controllerShinya Maeda
2017-10-06Use utc for time comparisionShinya Maeda
2017-10-05spec/lib/google_api/auth_spec. spec/lib/google_api/cloud_platform/client_specShinya Maeda