GitLab Bot
adc17b84d1
Add latest changes from gitlab-org/gitlab@master
2023-08-01 06:07:01 +00:00
GitLab Bot
9498dc9573
Add latest changes from gitlab-org/gitlab@master
2023-06-07 15:09:14 +00:00
GitLab Bot
c0b9c14ebd
Add latest changes from gitlab-org/gitlab@master
2023-05-13 03:06:53 +00:00
GitLab Bot
2017bc90a6
Add latest changes from gitlab-org/gitlab@master
2023-04-19 12:15:59 +00:00
GitLab Bot
4747b1ebc4
Add latest changes from gitlab-org/gitlab@master
2023-03-31 18:17:06 +00:00
GitLab Bot
4f8983ade8
Add latest changes from gitlab-org/gitlab@master
2023-02-17 12:11:17 +00:00
GitLab Bot
f8edcff7e9
Add latest changes from gitlab-org/gitlab@master
2022-12-22 03:09:39 +00:00
GitLab Bot
026a5e9101
Add latest changes from gitlab-org/gitlab@master
2022-05-26 09:08:11 +00:00
GitLab Bot
3c86701bc8
Add latest changes from gitlab-org/gitlab@master
2022-05-05 12:08:03 +00:00
GitLab Bot
fbf2955cfc
Add latest changes from gitlab-org/gitlab@master
2022-03-14 18:07:46 +00:00
GitLab Bot
14184b159d
Add latest changes from gitlab-org/gitlab@master
2022-03-07 15:22:51 +00:00
GitLab Bot
2896c7471a
Add latest changes from gitlab-org/gitlab@master
2022-02-14 12:14:02 +00:00
GitLab Bot
3235221bc4
Add latest changes from gitlab-org/gitlab@master
2022-01-28 00:14:06 +00:00
GitLab Bot
418a39f6c2
Add latest changes from gitlab-org/gitlab@master
2021-04-07 00:09:26 +00:00
GitLab Bot
72c331ebf5
Add latest changes from gitlab-org/gitlab@master
2021-03-09 18:09:41 +00:00
GitLab Bot
1bdf79827c
Add latest changes from gitlab-org/gitlab@master
2020-12-02 15:09:37 +00:00
GitLab Bot
5c2377d195
Add latest changes from gitlab-org/gitlab@master
2020-09-29 18:09:52 +00:00
GitLab Bot
8e35232810
Add latest changes from gitlab-org/gitlab@master
2020-09-02 15:10:54 +00:00
GitLab Bot
ff430539d5
Add latest changes from gitlab-org/gitlab@master
2020-07-13 15:09:08 +00:00
GitLab Bot
cceb99c072
Add latest changes from gitlab-org/gitlab@master
2020-07-07 06:09:06 +00:00
GitLab Bot
640e72ca92
Add latest changes from gitlab-org/gitlab@master
2020-06-04 03:08:05 +00:00
GitLab Bot
4d5ee2b814
Add latest changes from gitlab-org/gitlab@master
2020-05-27 15:08:11 +00:00
GitLab Bot
3aeda4e614
Add latest changes from gitlab-org/gitlab@master
2020-04-30 21:09:47 +00:00
GitLab Bot
abae8f34f3
Add latest changes from gitlab-org/gitlab@master
2020-03-31 21:08:05 +00:00
GitLab Bot
d87918510a
Add latest changes from gitlab-org/gitlab@master
2020-02-06 09:09:06 +00:00
GitLab Bot
2e3cbf7d89
Add latest changes from gitlab-org/gitlab@master
2019-12-12 00:07:43 +00:00
GitLab Bot
bd8a202da6
Add latest changes from gitlab-org/gitlab@master
2019-11-27 00:06:23 +00:00
GitLab Bot
23d237110e
Add latest changes from gitlab-org/gitlab@master
2019-11-26 09:08:36 +00:00
GitLab Bot
213ce78058
Add latest changes from gitlab-org/gitlab@master
2019-11-13 06:06:38 +00:00
GitLab Bot
1ef4b65f55
Add latest changes from gitlab-org/gitlab@master
2019-11-08 06:06:24 +00:00
GitLab Bot
587794b4b8
Add latest changes from gitlab-org/gitlab@master
2019-10-02 00:06:26 +00:00
Enrique Alcántara
90e3a4919f
Create new feature flagged UI for cloud providers
...
- Create HAML UI select a cloud provider to create a cluster.
- Add query param to :new cluster view to display a specific cluster
provider form depending on the value of the provider query param.
- Update unit tests and e2e tests to reflect these changes
2019-09-09 20:27:51 +00:00
Thong Kuah
3f759e1674
Remove group_clusters feature flag
...
Now we have terminals for instance and group clusters we can remove the
FF now. Deploying to group clusters has been working without complaints
too.
2019-06-28 00:28:03 +12:00
Tiger
5aa9b710be
Allow switching clusters between managed/unmanaged
...
Any resources created while the cluster was managed
will be untouched, allowing users to set/unset this
flag as they please.
2019-06-18 09:09:11 +10:00
Mayra Cabrera
89132bbdd6
Add gitlab-managed option to clusters form
...
When this option is enabled, GitLab will create namespaces and service
accounts as usual. When disabled, GitLab wont create any project
specific kubernetes resources
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
2019-05-03 01:05:53 +00:00
Thong Kuah
4ec16912b8
Autocorrect with RSpec/ExampleWording cop
...
- rewords examples starting with 'should'
- rewords examples starting with 'it'
Note: I had to manually fixup "onlies" to "only"
2019-04-05 08:43:27 +00:00
Dylan Griffith
3016a2a360
Remove TLD validation from Cluster#domain
2019-02-14 16:25:41 -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
blackst0ne
b44a2c801a
Update specs to rails5 format
...
Updates specs to use new rails5 format.
The old format:
`get :show, { some: params }, { some: headers }`
The new format:
`get :show, params: { some: params }, headers: { some: headers }`
2018-12-19 10:04:31 +11:00
Mike Greiling
603c748ca3
Remove trailing commas to satisfy rubocop
2018-11-08 23:28:30 +13:00
Thong Kuah
5a042ef2fb
Only project clusters has Project Namespace field
...
Group clusters should not allow Project Namespace so don't show that
field input too
2018-11-08 23:28:30 +13:00
Thong Kuah
5303718402
Minor updates to spec for readability
...
Based on BE reviewer feedback
2018-11-08 23:26:04 +13:00
Mayra Cabrera
675bfd50a9
Adds feature flag for Group Clusters
...
As the frontend is still in progress and other related backend is still
in prgress we need a feature flag to turn off Group Clusters.
2018-11-08 23:26:04 +13:00
Thong Kuah
54e8ff0f21
Extend clusters_controller for group type clusters
...
- 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-08 23:14:06 +13:00