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 (Expand)Author
2017-11-27Use current_user in ClustersController#clustersMatija Čupić
2017-11-27Add cluster pagination to ClustersController#indexMatija Čupić
2017-11-27Use ClustersFinder in ClustersController#clustersMatija Čupić
2017-11-27Add cluster counts to ClustersController#indexMatija Čupić
2017-11-25Handle toggle button with API requestFilipa Lacerda
2017-11-24Adds JS to toggle buttons [ci skip]Filipa Lacerda
2017-11-16Move cluster loading to ClustersController#indexMatija Čupić
2017-11-16List multiple clusters on ClustersController#indexMatija Čupić
2017-11-16Find cluster by id in ClustersController#clusterMatija Čupić
2017-11-03Merge branch '35616-move-gke-form-1st-iteration' into move-kubernetes-from-se...Shinya Maeda
2017-11-02Fix some testsShinya Maeda
2017-11-02Fix out of sync with KubernetesService. Remove namespace pramas from controll...Shinya Maeda
2017-11-01Fix pipeline. Fix routing when validation failed.Shinya Maeda
2017-11-01Revert back FetchKubernetesTokenServiceKamil Trzcinski
2017-11-01Fix paths to the first pageKamil Trzcinski
2017-10-31specs for featureShinya Maeda
2017-10-31specs for controller. Improved validationShinya Maeda
2017-10-27Adds buttons to the first page.Filipa Lacerda
2017-10-23This worksShinya Maeda
2017-10-23Refactor Clusters to be consisted from GcpProvider and KubernetesPlatformKamil Trzcinski
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-05Fix almost all unresolved comments from Docs and UX reviewKamil Trzcinski
2017-10-05Add ClusterPresenter. Fix Static Analysys.Shinya Maeda
2017-10-05Change `/google_api/authorizations/` to `/google_api/auth/`.Kamil Trzcinski
2017-10-05Split create_params and update_params and fix small redirect bug in controllerKamil Trzcinski
2017-10-04Fix Rubocop failuresKamil Trzcinski
2017-10-04Updated messages and noticesKamil Trzcinski
2017-10-04Add warning messagesFilipa Lacerda
2017-10-04Add google_api to TOP_LEVEL_ROUTES. Import/Export model failure fix. Fix stat...Shinya Maeda
2017-10-04Introduce serializer for ClusterEntityKamil Trzcinski
2017-10-03Implement Policy. Use show instead of edit. Chnage db column. fix comments. d...Shinya Maeda
2017-10-02PollingInterval, rename to gke_clusters, has_one :clusterShinya Maeda
2017-10-02Use expires_in for access_token validationShinya Maeda
2017-10-01authorize in controller. validation in model.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 h...Shinya Maeda
2017-09-28Multithreading cluster creation is done with `reactive_cache`Shinya Maeda
2017-09-27Delete/Update basic implementationShinya Maeda
2017-09-27Fetch k8s token from k8s username/passwordShinya Maeda
2017-09-27Add login root. Remove ceration type.Shinya 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