- Sep 13, 2019
-
-
GitLab Bot authored
-
- Sep 11, 2019
-
-
Enrique Alcántara authored
- Load EKS create cluster form as dynamic import dependency. - Include aws-sdk dependency in package.json
-
- Sep 09, 2019
-
-
Enrique Alcántara authored
- 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
-
- 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.
-
- Jun 07, 2019
-
-
- 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 16, 2019
-
-
Jose Ivan Vargas Lopez authored
Also push the frontend flag in the clusters controller
-
- 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
-
- Feb 26, 2019
-
-
Rémy Coutable authored
Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
-
- Feb 25, 2019
-
-
Michael Kozono authored
This reverts commit 9202bbd1, reversing changes made to 4b282e9c.
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 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
-
- 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
Show both the cluster(s) of the clusterable, and the cluster(s) of ancestor groups.
-
- Dec 10, 2018
-
-
Dylan Griffith authored
-
Thong Kuah authored
-
Thong Kuah authored
This enables #allow_user_defined_namespace? to work so that the form for a group cluster will now longer show the "Project namespace" field.
-
- Nov 08, 2018
-
-
Thong Kuah authored
Group clusters should not allow Project Namespace so don't show that field input too
-
- Nov 01, 2018
-
-
Thong Kuah authored
Use ClustersController as base while having Projects::ClustersController to inform what `clusterable` is. Thanks @ayufan for the great suggestion ! - View changes to work with new approach - Fix javascript for new approach - Fix feature specs for new approach - Fix QA
-
Thong Kuah authored
- Move show path for cluster to ClusterPresenter - Create ClusterablePresenter to encapsulate logic. Consolidates scattered methods from BaseController and ClustersHelper into an object.
-
Thong Kuah authored
To the extent possible swap out `project` with `clusterable` - Abstract paths for showing cluster or clusters. This will allow us to swap in alternative paths for group level cluster - Push :project_id and :namespace_id params from the URL to the POST body. - Create a nice helper for to generate links for the destroy action For some reason, spec :project_id and :namespace_id param are not going through `to_param` for a JSON format. Manually call `to_param` to fix specs. - Move :layout to BaseController
-
Thong Kuah authored
In preparation so that we can create both cluster attached to project and cluster attached to group. - Move ClustersController to top level - Move Clusters::ApplicationsController to top-level too - Creates a Clusters::BaseController to share common functions - Do not rely on @Project ivar. Anything could set the ivar. - Fix Vue page components due to new data-page value Because of the controller change we have gone from `projects:clusters:new` to `clusters:new`, so we need to update the file location of the page components. There is somewhere a function that will convert data-page to a file location. On that note, projects/clusters/gcp/new/, translate to Projects::Clusters::Gcp#new doesn't exist so replace that with clusters/create_gcp/ and clusters/create_user/
-
- Oct 14, 2018
-
-
Thong Kuah authored
This enables us to have other options in the future such as passing in `group:`. Also, remove project arg from UpdateService, as un-used. This will help group cluster controller to re-use this services.
-
- Sep 26, 2018
-
-
gfyoung authored
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
-
- Sep 14, 2018
-
-
Thong Kuah authored
This is similar to the option in the Add Existing cluster form
-
- Sep 06, 2018
-
-
Thong Kuah authored
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
- Jun 19, 2018
-
-
Dennis Tang authored
-
- Jun 06, 2018
-
-
Dennis Tang authored
-
- May 26, 2018
-
-
Dennis Tang authored
-
- May 25, 2018
-
-
Dennis Tang authored
-
Dennis Tang authored
-
Dennis Tang authored
-
Dennis Tang authored
# Conflicts: # app/controllers/projects/clusters/gcp_controller.rb # app/views/projects/clusters/gcp/_form.html.haml
-
- May 24, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Feb 22, 2018
-
-
Dylan Griffith authored
(#42643)
-
- Feb 20, 2018
-
-
Dylan Griffith authored
-
- Feb 06, 2018
-
-
Winnie Hellmann authored
-
- Dec 16, 2017
-
-
Matija Čupić authored
-