- Oct 16, 2018
-
-
Mayra Cabrera authored
- Modifies 'FinalizeCreationService' class to create KubernetesNamespace instance. - Adds CreateServicesAccountService to ensure gitlab and namespaced services account are created. - If cluster is using RBAC as authorization, also create a role binding and a cluster role binding account
-
Mayra Cabrera authored
- This model will save namespace and service account information (name and token) token) - Currently we have a 1-1 relationship between Clusters::Project and Clusters::KubernetesNamespace
-
- Move actual_namespace assignation into a service, this keeps the whole logic of which namespace to use in the service. - Call this service in 3 different scenarios: 1) when user creates a cluster, 2) when user adds a cluster, 3) when user changes namespace of cluster - We needed to add kubernetes columns into Clusters::Project model. - Add background migration to populate Clusters::Project#namespace
-
Have a service to create the namespace in Kubernetes, then persist the namespace in `cluster_projects`. Use a dedicated worker which can call the namespace service. We can then trigger the worker from the two different flows of creation (gcp) and addition (user) of cluster.
-
We start persisting in the DB as GitLab will start creating the namespace for a given project in the cluster as part of creating restricted service accounts.
-
Sean McGivern authored
Add IID headers to E-Mail notifications Closes #52477 See merge request gitlab-org/gitlab-ce!22263
-
Filipa Lacerda authored
Fixed file templates not clearing in Web IDE Closes #52487 See merge request gitlab-org/gitlab-ce!22357
-
Marcia Ramos authored
Document linguist overriding See merge request gitlab-org/gitlab-ce!22386
-
Filipa Lacerda authored
Fixes diff stats not being visible with performance bar See merge request gitlab-org/gitlab-ce!22390
-
Kamil Trzcińśki authored
Disable artifact validation for download action See merge request gitlab-org/gitlab-ce!22300
-
Matija Čupić authored
-
Rémy Coutable authored
Use grpc v1.15.x See merge request gitlab-org/gitlab-ce!22350
-
Lukas Eipert authored
These headers can be used to build URLs for API requests. Good examples would be Issues and Merge Requests
-
Rémy Coutable authored
Update git and install git-lfs QA docker image See merge request gitlab-org/gitlab-ce!22355
-
Grzegorz Bizon authored
Project::ClustersController spec improvement See merge request gitlab-org/gitlab-ce!22346
-
Phil Hughes authored
-
Zeger-Jan van de Weg authored
Users report that some languages aren't detected, or at least not reported. This is mostly due to the fact that these languages aren't programming languages, according to Linguist. Originally noted in: https://gitlab.com/gitlab-org/gitlab-ce/issues/50705#note_99600216 Related: https://gitlab.com/gitlab-org/gitlab-ce/issues/51995
-
Sean McGivern authored
Resolve "Prometheus not showing as installed, even though it is" Closes #51972 See merge request gitlab-org/gitlab-ce!22356
-
Kamil Trzcińśki authored
Make source param optional according to EE change See merge request gitlab-org/gitlab-ce!22283
-
Thong Kuah authored
It has been pointed out that `go` is used quite extensively so it's not an unknown idiam here at GitLab. And we have arguments with `go` which is a plus.
-
Sean McGivern authored
Use InvalidUTF8ErrorHandler only for rails 4 Closes #51908 See merge request gitlab-org/gitlab-ce!22340
-
Peter Leitzen authored
Before this commit updating Prometheus (e.g. adding alerts) made it "updated" therefore not installed.
-
Achilleas Pipinellis authored
Fix typo: 9.5.8 => 9.5.10 See merge request gitlab-org/gitlab-ce!22368
-
Achilleas Pipinellis authored
Fix link to 'when delayed' YAML configuration item See merge request gitlab-org/gitlab-ce!22349
-
-
Stan Hu authored
Does not allow a SSH URI when importing a project See merge request gitlab-org/gitlab-ce!22309
-
- Oct 15, 2018
-
-
Mike Greiling authored
Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'" See merge request gitlab-org/gitlab-ce!22315
-
Douglas Barbosa Alexandre authored
-
Achilleas Pipinellis authored
Docs: Fixes image shadow See merge request gitlab-org/gitlab-ce!22366
-
Mek Stittri authored
Define Stage labels in issue workflow See merge request gitlab-org/gitlab-ce!22313
-
Fabio authored
-
Douwe Maan authored
docs remove reference to push rules as not yet implemented for groups See merge request gitlab-org/gitlab-ce!22305
-
Clement Ho authored
Replace `<i>` in vue components with `<icon>` See merge request gitlab-org/gitlab-ce!20748
-
George Tsiolis authored
-
Alejandro Rodríguez authored
-
Douwe Maan authored
Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
-
Clement Ho authored
Allow Issue and Merge Request sidebar to be toggled from collapsed state Closes #52532 See merge request gitlab-org/gitlab-ce!22353
-
Stan Hu authored
Add a new QA::ElementWithPattern cop Closes #52516 See merge request gitlab-org/gitlab-ce!22298
-
Douwe Maan authored
Allow getting the merge base of multiple revisions Closes #52573 See merge request gitlab-org/gitlab-ce!22295
-
Douwe Maan authored
Add documentation how to assign a merge request for review See merge request gitlab-org/gitlab-ce!21327
-