summaryrefslogtreecommitdiff
path: root/spec/features/clusters
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-162-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-101-3/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-28/+48
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-122-5/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-3/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-221-0/+31
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-6/+22
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-201-25/+19
|
* Extract shared example from feature specsinstance-group-level-knativeAlishan Ladhani2019-09-051-0/+228
| | | | For installing applications on a project/group/instance cluster
* Add changelog entryJacques Erasmus2019-05-271-0/+3
| | | | Added a changelog entry for the feature
* Renames Cluster#managed? to provided_by_user?Mayra Cabrera2019-03-291-0/+80
| | | | | | 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
* Hide/show ingress external ip help textEnrique Alcantara2019-03-211-2/+4
| | | | Use not_to instead of to__not
* Addresses UX and BE comments:52363-ui-changes-to-cluster-and-ado-pagesMayra Cabrera2019-02-061-1/+1
| | | | | | - Changes help text on clusters form to make it more explicit. - Removes unnecessary warnings on auto devops form - Simplifies cluster methods logic
* Addresses backend/db review commentsMayra Cabrera2019-02-041-1/+1
| | | | | | | | | - Fixes multiple typos on AutoDevops script - Add an alias to Clusters::Cluster#domain as base_domain, so it's more descriptive - Removes unnecessary memoization on qa specs - Changes migration to a post migration to deal better with traffic on big instances (like gitlab.com)
* Moves domain setting to Cluster settingMayra Cabrera2019-02-041-0/+69
Changes domain field to be on the Cluster page show, removing it from Auto DevOps setting. Also injects the new environment variable KUBE_INGRESS_BASE_DOMAIN into kubernetes#predefined_variables. Migration to move the information from ProjectAutoDevops#domain to Clusters::Cluster#domain. As well as necessary modifications to qa selectors Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52363