summaryrefslogtreecommitdiff
path: root/lib/google_api
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-151-4/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-101-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-22/+30
|
* Avoid calling freeze on already frozen strings in libDinesh Panda2019-09-101-2/+2
|
* Explicitly set master_auth for new GKE clustersThong Kuah2019-03-131-0/+7
| | | | | | 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.
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
|
* Enable even more frozen string in lib/**/*.rbgfyoung2018-10-082-0/+4
| | | | | | | | | | | | | | | | | | | | Enables frozen string for the following files: * lib/generators/**/*.rb * lib/gitaly/**/*.rb * lib/google_api/**/*.rb * lib/haml_lint/**/*.rb * lib/json_web_token/**/*.rb * lib/mattermost/**/*.rb * lib/microsoft_teams/**/*.rb * lib/object_storage/**/*.rb * lib/omni_auth/**/*.rb * lib/peek/**/*.rb * lib/rouge/**/*.rb * lib/rspec_flaky/**/*.rb * lib/system_check/**/*.rb Partially addresses #47424.
* Teach GoogleApi::CloudPlatform::Client#projects_zones_clusters_create about ↵Thong Kuah2018-09-141-2/+2
| | | | | | | | | 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-34/+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/+19
|
* Fix provider server URL used when listing repos to importrd-fix-github-url-when-listing-repositories-at-importingRubén Dávila2018-03-121-1/+1
| | | | Also use Gitlab::Auth::OAuth::Provider.config_for to access OmniAuth config
* Modify cluster creation API method to enable legacy_apac as defaultMayra Cabrera2018-02-221-1/+5
| | | | | | | | | | 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
* Add missing user agent header to GCP clientMatija Čupić2018-01-111-2/+2
|
* Fix billing checkingKamil Trzciński2018-01-101-2/+2
|
* Inluce projects namespace when checking billingMatija Čupić2017-12-161-1/+1
|
* Add Google Cloud client project billing infoMatija Čupić2017-12-161-0/+8
|
* Add Google Cloud client project listMatija Čupić2017-12-151-0/+10
|
* Refactor GCP Client#user_agent_header to use #tapMatija Čupić2017-12-041-3/+3
|
* Test usage of custom user agent in GCP ClientMatija Čupić2017-12-041-3/+3
|
* Use RequestOptions in GCP Client user_agent_headerMatija Čupić2017-12-041-1/+3
|
* Generate user agent header for GCP ClientMatija Čupić2017-12-041-0/+4
|
* specs for featureShinya Maeda2017-11-011-1/+0
|
* Improve redirect uri state and fix all remaining testsKamil Trzcinski2017-10-061-3/+8
|
* Security fix: redirection in google_api/authorizations_controllerShinya Maeda2017-10-061-0/+5
|
* Use utc for time comparisionShinya Maeda2017-10-061-3/+8
|
* spec/lib/google_api/auth_spec. spec/lib/google_api/cloud_platform/client_specShinya Maeda2017-10-051-1/+2
|
* Add google_api to TOP_LEVEL_ROUTES. Import/Export model failure fix. Fix ↵Shinya Maeda2017-10-042-9/+8
| | | | static analysys.
* Implement Policy. Use show instead of edit. Chnage db column. fix comments. ↵Shinya Maeda2017-10-031-26/+6
| | | | dry up workers
* PollingInterval, rename to gke_clusters, has_one :clusterShinya Maeda2017-10-021-1/+1
|
* Use expires_in for access_token validationShinya Maeda2017-10-022-1/+18
|
* Revert KubernetesService. Introduce FetchKubernetesTokenService.Shinya Maeda2017-10-011-3/+6
|
* Replace reactive_cache by multipel sidekiq workersShinya Maeda2017-10-012-19/+11
|
* Databse foreing key, index, encrypt password. Use short path. Improve error ↵Shinya Maeda2017-09-291-4/+20
| | | | handling. Polish.
* Multithreading cluster creation is done with `reactive_cache`Shinya Maeda2017-09-281-13/+5
|
* Add login root. Remove ceration type.Shinya Maeda2017-09-271-16/+18
|
* Remove sensitive literal dataShinya Maeda2017-09-271-1/+0
|
* Improve ClustersControllerShinya Maeda2017-09-261-10/+35
|
* Create clusterShinya Maeda2017-09-261-19/+30
|
* Tie KubernetesServiceShinya Maeda2017-09-261-1/+1
|
* okShinya Maeda2017-09-261-2/+17
|
* Create Kubernetes cluster on GKE from k8s serviceShinya Maeda2017-09-252-0/+75