- Sep 04, 2019
-
-
Jacques Erasmus authored
Added the ability to see project deployments using a group cluster
-
- Sep 02, 2019
-
-
Thong Kuah authored
The current default is too small for a user to see what they have pasted in.
-
- Aug 02, 2019
-
-
Mike Greiling authored
Only display the details of the cluster page when the cluster exists. If it is in "creating" state, show a message and a spinner
-
- Jul 25, 2019
-
-
Jacques Erasmus authored
Added the ability to update the namespace label text for gitlab-managed
-
- Jul 02, 2019
-
-
Filipa Lacerda authored
-
- Jun 18, 2019
-
-
Hordur Freyr Yngvason authored
-
- Jun 17, 2019
-
-
Tiger Watson authored
Any resources created while the cluster was managed will be untouched, allowing users to set/unset this flag as they please.
-
- May 27, 2019
-
-
Jacques Erasmus authored
Added a changelog entry for the feature
-
- May 16, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- May 06, 2019
-
-
Tweak cluster helper and refactor its specs.
-
- May 03, 2019
-
-
Mayra Cabrera authored
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
-
- Apr 29, 2019
-
-
Peter Leitzen authored
Stop using `Rails.env.test?` in views.
-
- Apr 17, 2019
-
-
Enrique Alcántara authored
-
- Apr 10, 2019
-
-
Reuben Pereira authored
-
- Apr 03, 2019
-
-
Enrique Alcántara authored
-
Enrique Alcántara authored
-
Enrique Alcántara authored
In the new cluster forms, display form error messages below form fields instead of a summary banner on top of the form. Include client side validation in order to display user friendly error messages. Also remove unnecessary placeholders.
-
- Mar 29, 2019
-
-
Mayra Cabrera authored
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
-
- Mar 25, 2019
-
-
Mayra Cabrera authored
Displays Knative domain field automatically after Helm is successfully installed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56954
-
- Mar 21, 2019
-
-
Enrique Alcántara authored
When ingress application is installed, the cluster domain help text is updated to indicate that ingress external ip can be used as the cluster domain
-
Enrique Alcántara authored
Use not_to instead of to__not
-
- Mar 20, 2019
-
-
Mike Greiling authored
-
- Mar 19, 2019
-
-
Filipa Lacerda authored
-
- Mar 18, 2019
-
-
Filipa Lacerda authored
-
- Mar 07, 2019
-
-
walkafwalka authored
-
- Mar 05, 2019
-
-
- extends presenters to include update endpoint path - sends path to the client on clusters clusters show view.
-
- Feb 15, 2019
-
-
Dylan Griffith authored
The domain name setting was not doing anything (as far as I could tell). Now we set the input and save the form. This was a regression introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24580/diffs
-
- Feb 07, 2019
-
-
Mayra Cabrera authored
- Changes help text on clusters form to make it more explicit. - Removes unnecessary warnings on auto devops form - Simplifies cluster methods logic
-
- Feb 04, 2019
-
-
Mayra Cabrera authored
- 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)
-
Mayra Cabrera authored
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
-
- Jan 29, 2019
-
-
George Tsiolis authored
-
- Jan 28, 2019
-
-
Mayra Cabrera authored
gcp/show and user/show partial contain basically the same html elements causing duplication. The difference between the partials is that one of them has html elements disabled if the cluster is managed. This MR aims to remove that duplication by having just a single show partial for both types
-
- Jan 15, 2019
-
-
Mayra Cabrera authored
Modifies clusters form to display a disabled text field for environment scope. This changes is needed for https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
-
- Jan 04, 2019
-
-
Chris Baumbauer authored
-
- Jan 03, 2019
-
- Dec 24, 2018
-
-
Mayra Cabrera authored
Include a new policy in Clusterables (projects and groups), which checks if another cluster can be added clusterable_has_cluster? and multiple_clusters_available private methods will be overriden in EE Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/34758
-
- Dec 16, 2018
-
-
Thong Kuah authored
Given the note is about how to interpret ancestor clusters, use the finder which actually knows if there are any ancestor clusters to find out if the note should be shown, rather than passing the same info via a view to a helper Added note about Kaminari.paginate_array Link to followup issue too
-
Thong Kuah authored
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
-
- Use sprite_icon instead of hardcoded html - Use a more descriptive method name - Changes specs to use html_safe matcher
-
- Moves logic into ClustersHelp - Add CSS to ensure compatibility with EE view.
-