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
2018-10-08Enable even more frozen string in lib/**/*.rbgfyoung
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.
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-03-13Fix provider server URL used when listing repos to importRubén Dávila
Also use Gitlab::Auth::OAuth::Provider.config_for to access OmniAuth config
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
2018-01-11Add missing user agent header to GCP clientMatija Čupić
2018-01-10Fix billing checkingKamil Trzciński
2017-12-16Inluce projects namespace when checking billingMatija Čupić
2017-12-16Add Google Cloud client project billing infoMatija Čupić
2017-12-15Add Google Cloud client project listMatija Čupić
2017-12-04Refactor GCP Client#user_agent_header to use #tapMatija Č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-10-31specs for featureShinya Maeda
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
2017-10-04Add google_api to TOP_LEVEL_ROUTES. Import/Export model failure fix. Fix ↵Shinya Maeda
static analysys.
2017-10-03Implement Policy. Use show instead of edit. Chnage db column. fix comments. ↵Shinya Maeda
dry up workers
2017-10-02PollingInterval, rename to gke_clusters, has_one :clusterShinya Maeda
2017-10-02Use expires_in for access_token validationShinya Maeda
2017-10-01Revert KubernetesService. Introduce FetchKubernetesTokenService.Shinya Maeda
2017-09-30Replace reactive_cache by multipel sidekiq workersShinya Maeda
2017-09-28Databse foreing key, index, encrypt password. Use short path. Improve error ↵Shinya Maeda
handling. Polish.
2017-09-28Multithreading cluster creation is done with `reactive_cache`Shinya Maeda
2017-09-27Add login root. Remove ceration type.Shinya Maeda
2017-09-27Remove sensitive literal dataShinya Maeda
2017-09-26Improve ClustersControllerShinya Maeda
2017-09-26Create clusterShinya Maeda
2017-09-26Tie KubernetesServiceShinya Maeda
2017-09-25okShinya Maeda
2017-09-25Create Kubernetes cluster on GKE from k8s serviceShinya Maeda