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
2022-05-19Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot
2022-02-18Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot
2021-09-20Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot
2021-08-17Add latest changes from gitlab-org/gitlab@14-1-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-06Add frontend support for cluster health alertsAdriel Santiago
Adds a new query text input for metric alerts
2019-05-15Avoid passing not_found_or_authorized_proc aroundJames Edwards-Jones
Since this needs to be called on every find_routable!(Project, ... we can instead move it to a RoutableActions check.
2018-11-01Resolve controller sharing concernThong Kuah
Use ClustersController as base while having Projects::ClustersController to inform what `clusterable` is. Thanks @ayufan for the great suggestion ! - View changes to work with new approach - Fix javascript for new approach - Fix feature specs for new approach - Fix QA
2018-11-01Convert clusters to use a top-level controllerThong Kuah
In preparation so that we can create both cluster attached to project and cluster attached to group. - Move ClustersController to top level - Move Clusters::ApplicationsController to top-level too - Creates a Clusters::BaseController to share common functions - Do not rely on @project ivar. Anything could set the ivar. - Fix Vue page components due to new data-page value Because of the controller change we have gone from `projects:clusters:new` to `clusters:new`, so we need to update the file location of the page components. There is somewhere a function that will convert data-page to a file location. On that note, projects/clusters/gcp/new/, translate to Projects::Clusters::Gcp#new doesn't exist so replace that with clusters/create_gcp/ and clusters/create_user/
2018-10-15Pass in project as kwarg for CreateServiceThong Kuah
This enables us to have other options in the future such as passing in `group:`. Also, remove project arg from UpdateService, as un-used. This will help group cluster controller to re-use this services.
2018-09-26Enable even more frozen string in app/controllersgfyoung
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
2018-09-14Add FE option for users to choose to create a fully RBAC-enabled cluster or not.Thong Kuah
This is similar to the option in the Add Existing cluster form
2018-09-06Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-06-19consolidate back into one controllerDennis Tang
2018-06-06split into gcp and user controllers againDennis Tang
2018-05-31Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang
# Conflicts: # app/controllers/projects/clusters/gcp_controller.rb # app/views/projects/clusters/gcp/_form.html.haml # app/views/projects/clusters/gcp/login.html.haml
2018-05-26update view name for gke dropdown checkDennis Tang
2018-05-26fix case where token may expireDennis Tang
2018-05-26cleanupDennis Tang
2018-05-26revisionsDennis Tang
2018-05-26combine "create" and "existing" GKE cluster views into one new pageDennis Tang
# Conflicts: # app/controllers/projects/clusters/gcp_controller.rb # app/views/projects/clusters/gcp/_form.html.haml
2018-05-24Reduce CE/EE diff in app/controllers/projects/clusters_controller.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-23Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith
(#42643)
2018-02-20Schedule Ingress IP address fetch from K8s after clusters page load (#42643)Dylan Griffith
2018-02-06Replace "cluster" with "Kubernetes cluster"Winnie Hellmann
2017-12-16Allow environment_scope in cluster controllersMatija Čupić
2017-12-11Remove cluster scope from ClustersController#indexMatija Čupić
2017-12-05Use ClustersFinder for setting countsMatija Čupić
2017-12-05Merge remote-tracking branch 'origin/list-multiple-clusters' into ↵Kamil Trzcinski
cluster-page-with-list-clusters
2017-12-05Merge branch '35616-move-k8-to-cluster-page' into ↵Kamil Trzcinski
cluster-page-with-list-clusters
2017-12-05Use find instead of find_by!Shinya Maeda
2017-12-04Remove references of project.cluster from specsMatija Čupić
2017-12-04Optimize Projects::ClustersController#clusterShinya Maeda
2017-12-04Use status polling definitinoShinya Maeda
2017-12-04Merge remote-tracking branch 'origin/list-multiple-clusters' into ↵Kamil Trzcinski
cluster-page-with-list-clusters
2017-12-03Update specsKamil Trzcinski
2017-12-03First round of testsKamil Trzcinski
2017-12-03Filter update paramsKamil Trzcinski
2017-12-03Fix controllers and linksKamil Trzcinski
2017-12-03Expand update_params to accept platform_kubernetes_attributes(api_url, etc)Shinya Maeda
2017-12-03Extend controllers to support a new data structure for manual Kubernetes ↵Kamil Trzcinski
clusters
2017-12-01Refactor ClustersController pagination testMatija Čupić
2017-11-30Use strings for @scope in ClustersController#indexMatija Čupić
2017-11-29Default to :all scope for ClustersController#indexMatija Čupić
2017-11-28Move cluster sourcing from before_action to #indexMatija Čupić
2017-11-28Expose scope to view in ClustersController#indexMatija Čupić
2017-11-28Changes after Frontend and UX review:Filipa Lacerda
- Moves toggle button to a shared location - Adds tests for toggle button - Transforms Clusters class into function - Improves UX
2017-11-27Fix symbolization error in #clustersMatija Čupić