GitLab Bot
4203215d54
Add latest changes from gitlab-org/gitlab@master
2020-08-17 12:10:12 +00:00
GitLab Bot
a544d1da18
Add latest changes from gitlab-org/gitlab@master
2020-08-10 03:09:44 +00:00
GitLab Bot
ff430539d5
Add latest changes from gitlab-org/gitlab@master
2020-07-13 15:09:08 +00:00
GitLab Bot
833d57e60d
Add latest changes from gitlab-org/gitlab@master
2020-07-08 15:09:24 +00:00
GitLab Bot
dcdc526104
Add latest changes from gitlab-org/gitlab@master
2020-07-08 00:09:06 +00:00
GitLab Bot
139d707cfe
Add latest changes from gitlab-org/gitlab@master
2020-07-07 18:09:24 +00:00
GitLab Bot
4f5c8572e9
Add latest changes from gitlab-org/gitlab@master
2020-06-16 18:09:01 +00:00
GitLab Bot
de2fb5b82c
Add latest changes from gitlab-org/gitlab@master
2020-04-10 15:09:50 +00:00
GitLab Bot
dc003cd08b
Add latest changes from gitlab-org/gitlab@master
2020-03-26 18:08:03 +00:00
GitLab Bot
dc889678d1
Add latest changes from gitlab-org/gitlab@master
2020-03-12 15:09:39 +00:00
GitLab Bot
cefe554b7c
Add latest changes from gitlab-org/gitlab@master
2020-02-18 06:09:06 +00:00
GitLab Bot
427c549b63
Add latest changes from gitlab-org/gitlab@master
2020-01-14 00:08:14 +00:00
GitLab Bot
6653aab95d
Add latest changes from gitlab-org/gitlab@master
2019-10-22 15:06:06 +00:00
GitLab Bot
00050519d1
Add latest changes from gitlab-org/gitlab@master
2019-10-15 06:07:25 +00:00
GitLab Bot
8ac91ecfd1
Add latest changes from gitlab-org/gitlab@master
2019-09-20 09:06:17 +00:00
Alishan Ladhani
01f440e74b
Extract shared example from feature specs
...
For installing applications on a project/group/instance cluster
2019-09-05 23:33:04 -04:00
Jacques Erasmus
3c913df28e
Add changelog entry
...
Added a changelog entry for the feature
2019-05-27 08:23:17 +00:00
Mayra Cabrera
ab06d1eda2
Renames Cluster#managed? to provided_by_user?
...
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
2019-03-29 18:23:18 +00:00
Enrique Alcantara
ca13500a71
Hide/show ingress external ip help text
...
Use not_to instead of to__not
2019-03-21 11:25:10 -04:00
Mayra Cabrera
d9af3752fc
Addresses UX and BE comments:
...
- Changes help text on clusters form to make it more explicit.
- Removes unnecessary warnings on auto devops form
- Simplifies cluster methods logic
2019-02-06 21:51:48 -06:00
Mayra Cabrera
087af654bb
Addresses backend/db review comments
...
- 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)
2019-02-04 12:08:09 -06:00
Mayra Cabrera
8ff73614a1
Moves domain setting to Cluster setting
...
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
2019-02-04 11:43:34 -06:00