- 23 Oct, 2018 6 commits
-
-
Thong Kuah authored
This removes the ability to pass in a different version. We can instead create a new entry in the SUPPORTED_API_GROUPS hash for a different version if need be.
-
Thong Kuah authored
Build using `define_method` directly from the constant, saves us writing api_groups strings twice.
-
Thong Kuah authored
Essentially make #build_kubeclient do less. Should be much clearer now
-
Thong Kuah authored
KubeClient no longer needs the list of api_groups to be passed in - all groups will be supported. As the default for `#get_deployments` will be `v1beta1` (see KubeClient#extensions_client), we can rely entirely on #kubeclient instead of calling #build_kube_client!
-
Thong Kuah authored
Find and replace everywhere we pass in `api_groups` to KubeClient, as no longer needed
-
Thong Kuah authored
We should have access to #core_client, #rbac_client, and #extensions_client without having to pass in an awkward array. Also change api_version to default_api_version, which allows us to use a different version for an individual client. Special case for apis/extensions which only goes up to v1beta1. Makes #hashed_client private Removes the #clients and #discover! methods which are un-used
-
- 22 Oct, 2018 34 commits
-
-
Robert Speicher authored
CE upstream - 2018-10-22 13:22 UTC Closes gitlab-ce#52690, #7996, gitlab-ce#52559, gitlab-ce#52728, and gitlab-qa#142 See merge request gitlab-org/gitlab-ee!8029
-
Robert Speicher authored
-
Kamil Trzciński authored
EE Port for Add Clusters::KubernetesNamespace model - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22404 See merge request gitlab-org/gitlab-ee!8012
-
Robert Speicher authored
This reverts commit c3c22cb2.
-
Robert Speicher authored
EE: Move Project#rename_repo to a service class See merge request gitlab-org/gitlab-ee!8028
-
Yorick Peterse authored
This moves the logic of Project#rename_repo and all methods _only_ used by this method into a new service class: Projects::AfterRenameService. By moving this code into a separate service class we can more easily refactor it, and we also get rid of some RuboCop "disable" statements automatically. During the refactoring of this code, I removed most of the explicit logging using Gitlab::AppLogger. The data that was logged would not be useful when debugging renaming issues, as it does not add any value on top of data provided by users. I also removed a variety of comments that either mentioned something the code does in literal form, or contained various grammatical errors. Instead we now resort to more clearly named methods, removing the need for code comments. This method was chosen based on analysis in https://gitlab.com/gitlab-org/release/framework/issues/28. In this issue we determined this method has seen a total of 293 lines being changed in it. We also noticed that RuboCop determined the ABC size (https://www.softwarerenovation.com/ABCMetric.pdf) was too great.
-
Douglas Barbosa Alexandre authored
[QA] Move epic-related method to EE class See merge request gitlab-org/gitlab-ee!7988
-
Nick Thomas authored
[QA] Fix verbose? being renamed to debug? See merge request gitlab-org/gitlab-ee!8033
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mayra Cabrera authored
This model will be used to persist into database Kubernetes properties, such as namespace, service account name and service account token.
-
Marcia Ramos authored
Port from CE - update repo mirroring documentation See merge request gitlab-org/gitlab-ee!7790
-
Evan Read authored
-
Filipa Lacerda authored
-
GitLab Bot authored
# Conflicts: # locale/gitlab.pot [ci skip]
-
Achilleas Pipinellis authored
docs-Update index.md See merge request gitlab-org/gitlab-ce!22478
-
Achilleas Pipinellis authored
docs-Update CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!22477
-
Rémy Coutable authored
CE upstream - 2018-10-20 00:21 UTC Closes gitlab-ce#52916, gitlab-ce#52918, gitlab-runner#3642 et #8062 See merge request gitlab-org/gitlab-ee!8022
-
Achilleas Pipinellis authored
Update Guide for Microsoft Teams Notification Integration See merge request gitlab-org/gitlab-ce!22423
-
Abubakar Siddiq Ango authored
-
Nick Thomas authored
Fix review apps cleanup Closes #7657 and gitlab-ce#52112 See merge request gitlab-org/gitlab-ee!7772
-
Nick Thomas authored
Improve HelmClient and KubernetesClient See merge request gitlab-org/gitlab-ce!22375
-
Rémy Coutable authored
Fixed link in README.md See merge request gitlab-org/gitlab-ee!8020
-
Rémy Coutable authored
[CE backport] QA: Use strings for context descriptions See merge request gitlab-org/gitlab-ce!22469
-
Rémy Coutable authored
QA: Use strings for context descriptions Closes #8015 See merge request gitlab-org/gitlab-ee!7984
-
Nick Thomas authored
[EE] QA: Log page actions See merge request gitlab-org/gitlab-ee!7803
-
Nick Thomas authored
QA: Log page actions Closes gitlab-qa#142 See merge request gitlab-org/gitlab-ce!22084
-
Filipa Lacerda authored
Fixed source projects not filtering Closes #52728 See merge request gitlab-org/gitlab-ce!22515
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Dmitriy Zaporozhets authored
Move shared examples into the only file where used (Clusters::CreateService spec) See merge request gitlab-org/gitlab-ce!22407
-
Nick Thomas authored
Add approve quick action Closes #1873 See merge request gitlab-org/gitlab-ee!7989
-
Achilleas Pipinellis authored
Update test-scala-application.md to use sbtVersion instead of sbt-version Closes #52957 See merge request gitlab-org/gitlab-ce!22514
-
Phil Hughes authored
Filtering source projects in the merge request creation form would show a flash error because it is trying to filter remotely to an undefined URL. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52728
-