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
2020-09-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-27Add changelog entryJacques Erasmus
Added a changelog entry for the feature
2019-05-06Instance level kubernetes clusters adminJames Fargher
Instance level clusters were already mostly supported, this change adds admin area controllers for cluster CRUD
2019-03-29Renames Cluster#managed? to provided_by_user?Mayra Cabrera
This will allow to user the term managed? on https://gitlab.com/gitlab-org/gitlab-ce/issues/56557. Managed? will be used to distinct clusters that are automatically managed by GitLab
2018-12-16Move code to presenterThong Kuah
Part of the code such as #show_path is already present on the presenter. Also avoid having code in two places (helper and presenter) Sanitize and assert html_safe. Additional layer of defense - on top of GitLab already requiring group names to be composed of small set of chars A-Z, - and spaces. Only link to cluster if user can read cluster Make clear that arg is a GroupClusterablePresenter Add more specs for completeness
2018-12-13Move description of cluster type to presenterThong Kuah
2018-11-08Consolidate how we allow user defined namespaceThong Kuah
Use model method as single source of truth instead of splitting between presenter and Kubernetes model
2018-11-08Only project clusters has Project Namespace fieldThong Kuah
Group clusters should not allow Project Namespace so don't show that field input too
2018-11-08Extend clusters_controller for group type clustersThong Kuah
- Add pages javascripts to intialize clusters for group pages - Move specs asserting gcp specific validations from controller into UpdateService spec - Also teach Clusters::ApplicationController about groups
2018-11-01Move view and path concerns to presentersThong Kuah
- Move show path for cluster to ClusterPresenter - Create ClusterablePresenter to encapsulate logic. Consolidates scattered methods from BaseController and ClustersHelper into an object.
2018-07-24Enable frozen string in presenters and policiesgfyoung
Enable frozen string in: * app/presenters * app/policies Partially addresses #47424.
2017-12-05Move can_toggle_cluster? from helper to presenterMatija Čupić
2017-10-23This worksShinya Maeda