- 04 Dec, 2018 40 commits
-
-
Thong Kuah authored
With this MR, group clusters is now functional, so default to enabled. Have a single setting on the root ancestor group to enabled or disable group clusters feature as a whole
-
Thong Kuah authored
- Rename ordered_group_clusters_for_project -> ancestor_clusters_for_clusterable - Improve name of order option. It makes much more sense to have `hierarchy_order: :asc` and `hierarchy_order: :desc` - Allow ancestor_clusters_for_clusterable for group - Re-use code already present in Project
-
Thong Kuah authored
AFAIK the only relevant place is Projects::CreateService, this gets called when user creates a new project, forks a new project and does those things via the api. Also create k8s namespace for new group hierarchy when transferring project between groups Uses new Refresh service to create k8s namespaces - Ensure we use Cluster#cluster_project If a project has multiple clusters (EE), using Project#cluster_project is not guaranteed to return the cluster_project for this cluster. So switch to using Cluster#cluster_project - at this stage a cluster can only have 1 cluster_project. Also, remove rescue so that sidekiq can retry
-
Thong Kuah authored
For project level, it's the project directly associated. For group level, it's the projects under that group.
-
Thong Kuah authored
This returns a union of the project level clusters and group level clusters associated with this project.
-
Thong Kuah authored
kubernetes_namespaces is not needed for project import/export as it tracks internal state of kubernetes integration
-
Thong Kuah authored
-
Thong Kuah authored
Look for matching clusters starting from the closest ancestor, then go up the ancestor tree. Then use Ruby to get clusters for each group in order. Not that efficient, considering we will doing up to `NUMBER_OF_ANCESTORS_ALLOWED` number of queries, but it's a finite number Explicitly order query by depth This allows us to control ordering explicitly and also to reverse the order which is useful to allow us to be consistent with Clusters::Cluster.on_environment (EE) which does reverse ordering. Puts querying group clusters behind Feature Flag. Just in case we have issues with performance, we can easily disable this
-
Thong Kuah authored
If the service fails mid-point, then we should be able to re-run this service. So, detect presence of any previously created Kubernetes resource and update or create accordingly. Fix specs accordingly. In the case of finalize_creation_service_spec.rb, I decided to stub out the async worker rather than maintaining individual stubs for various kubeclient calls for that worker.
-
Thong Kuah authored
We remove configure_project_service_account and replace ClusterPlatformConfigureWorker as they perform exactly the same piece of work. This also makes GKE cluster creation to be the same as Adding existing cluster - they both now use another worker to execute CreateOrUpdateNamespaceService.
-
Jason Colyer authored
-
George Tsiolis authored
-
Shinya Maeda authored
Currently, if a job does not have only/except policies, the policy is considered as an unspecified state, and therefore the job is executed regardless of how it's executed and which branch/tags are targetted. Ideally, this should be specified as only: ['branches', 'tags'], as it indicates that unspecified policy jobs are meant to run on any git references.
-
Yorick Peterse authored
It appears that for some jobs (https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/129705025 for example) we process a range of commits far greater than necessary, which can lead to commits getting reverted that were merged a long time ago. [ci skip]
-
Dmitriy Zaporozhets authored
EE: set kubeconfig nil when token nil See merge request gitlab-org/gitlab-ee!8655
-
Douwe Maan authored
-
Steve Azzopardi authored
CE upstream - 2018-12-04 15:22 UTC See merge request gitlab-org/gitlab-ee!8699
-
Sean McGivern authored
Update elasticsearch system check to check for new supported versions Closes #8652 See merge request gitlab-org/gitlab-ee!8683
-
Phil Hughes authored
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53600
-
Nick Thomas authored
Encrypt runners tokens / EE See merge request gitlab-org/gitlab-ee!8638
-
Grzegorz Bizon authored
-
Douglas Barbosa Alexandre authored
Add file and line numbers to vulnerabilities issues Closes #8157 See merge request gitlab-org/gitlab-ee!8578
-
Sean McGivern authored
Users can unlink Group SAML from accounts page Closes #5016 See merge request gitlab-org/gitlab-ee!8682
-
Francisco Javier López authored
-
Rémy Coutable authored
EE: Automatically merge CE master into EE master See merge request gitlab-org/gitlab-ee!8657
-
Francisco Javier López authored
-
Dylan Griffith authored
-
GitLab Bot authored
# Conflicts: # spec/models/ci/pipeline_spec.rb [ci skip]
-
Mario de la Ossa authored
-
Steve Azzopardi authored
CE upstream - 2018-12-04 12:21 UTC See merge request gitlab-org/gitlab-ee!8693
-
Douwe Maan authored
CE port of Add new service to create the web ide terminal See merge request gitlab-org/gitlab-ce!23514
-
Douwe Maan authored
Add new service to create the web ide terminal See merge request gitlab-org/gitlab-ee!8549
-
Francisco Javier López authored
-
Francisco Javier López authored
-
Sean McGivern authored
[CE backport]Add sort direction button with sort dropdown for epics See merge request gitlab-org/gitlab-ce!23506
-
Rémy Coutable authored
Added a Hebrew proofreader See merge request gitlab-org/gitlab-ce!21863
-
Fatih Acet authored
Fix multiple commits shade overlapping vertical discussion line See merge request gitlab-org/gitlab-ce!23515
-
Annabel Dunstone Gray authored
-
Rémy Coutable authored
Fixes a typo that prevented assets from being properly compiled Closes #54825 See merge request gitlab-org/gitlab-ce!23528
-