An error occurred fetching the project authors.
- 16 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 14 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 02 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 23 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 07 Aug, 2019 1 commit
-
-
Tiger Watson authored
Kubernetes deployments on new clusters will now have a separate namespace per project environment, instead of sharing a single namespace for the project. Behaviour of existing clusters is unchanged. All new functionality is controlled by the :kubernetes_namespace_per_environment feature flag, which is safe to enable/disable at any time.
-
- 26 Jul, 2019 1 commit
-
-
Thong Kuah authored
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
- 18 Jul, 2019 1 commit
-
-
Thong Kuah authored
Also means we don't have to resort to an update statement to set parent for child groups who also have clusters. This is much shorter than ``` create(:cluster, :provided_by_gcp, :group, groups: [group]) ```
-
- 02 Jul, 2019 1 commit
-
-
Dylan Griffith authored
-
- 03 May, 2019 1 commit
-
-
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
-
- 02 Apr, 2019 1 commit
-
-
Mayra Cabrera authored
Adds boolean field 'managed' to clusters table. This new column will be used to distinguish those clusters that are automatically managed by gitlab. Needed for https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
-
- 20 Mar, 2019 1 commit
-
-
Tiger authored
Only create an associated project or group if there were none already specified.
-
- 22 Jan, 2019 1 commit
-
-
Mayra Cabrera authored
This is the 1st step for moving Auto DevOps domain into cluster settings, whether is project or group. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
-
- 04 Jan, 2019 1 commit
-
-
Chris Baumbauer authored
-
- 29 Oct, 2018 1 commit
-
-
Thong Kuah authored
Even though we currently only should have one group for a cluster, we allow the flexibility to associate to other groups in the future. This also matches the runner <=> groups association. - Adds Cluster#first_group, aliased to Cluster#group. For the conceivable future, a cluster will have at most one group. - Prevent mixing of group and project clusters. If project type clusters, it should only have projects assigned. Similarly with groups. - Default cluster_type to :project_type. As it's very small table we can set default and null: false in one release.
-
- 07 Aug, 2018 1 commit
-
-
Mayra Cabrera authored
-
- 31 Jul, 2018 1 commit
-
-
Mayra Cabrera authored
This reverts merge request !20801
-
- 30 Jul, 2018 1 commit
-
-
Dylan Griffith authored
-
- 13 May, 2018 1 commit
-
-
Matija Čupić authored
-
- 22 Mar, 2018 1 commit
-
-
Mayra Cabrera authored
- Change find_cluster_platform_kubernetes to ignore environment argument - Fix broken specs CE Port of: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5047/
-
- 14 Dec, 2017 1 commit
-
-
Rémy Coutable authored
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 05 Dec, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 03 Dec, 2017 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 01 Dec, 2017 1 commit
-
-
Matija Čupić authored
-
- 06 Nov, 2017 1 commit
-
-
Shinya Maeda authored
-
- 02 Nov, 2017 1 commit
-
-
Shinya Maeda authored
-
- 31 Oct, 2017 1 commit
-
-
Shinya Maeda authored
-
- 30 Oct, 2017 1 commit
-
-
Shinya Maeda authored
-
- 29 Oct, 2017 1 commit
-
-
Shinya Maeda authored
-