- 23.10.2018 7 коммитов
-
-
rpereira2 создал
Move some code asserting the values of the projects_with_prometheus_alerts metric to be after checking for the presence of the metric. Also, remove empty parentheses in the distinct_projects scope in the PrometheusAlert model.
-
rpereira2 создал
Move code for the projects_with_prometheus_alerts metric (in usage ping) to ee files since prometheus alerts are an ee feature.
-
rpereira2 создал
Add an entry to the changelog for the change to add a metric to track number of projects with at least one alert in the usage ping data.
-
rpereira2 создал
Add a test which checks that the projects_prometheus_alerts metric counts the number of projects with atleast one alert. A project with multiple alerts should increase the count by 1.
-
rpereira2 создал
-
Evan Read создал
Document setting changes that need to be in audit log See merge request gitlab-org/gitlab-ee!7983
-
Robert Speicher создал
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
-
- 22.10.2018 33 коммита
-
-
Robert Speicher создал
-
Kamil Trzciński создал
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 создал
EE: Move Project#rename_repo to a service class See merge request gitlab-org/gitlab-ee!8028
-
Yorick Peterse создал
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 создал
[QA] Move epic-related method to EE class See merge request gitlab-org/gitlab-ee!7988
-
Nick Thomas создал
[QA] Fix verbose? being renamed to debug? See merge request gitlab-org/gitlab-ee!8033
-
-
Mayra Cabrera создал
This model will be used to persist into database Kubernetes properties, such as namespace, service account name and service account token.
-
Marcia Ramos создал
Port from CE - update repo mirroring documentation See merge request gitlab-org/gitlab-ee!7790
-
Evan Read создал
-
Filipa Lacerda создал
-
-
-
Achilleas Pipinellis создал
docs-Update CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!22477
-
Rémy Coutable создал
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 создал
Update Guide for Microsoft Teams Notification Integration See merge request gitlab-org/gitlab-ce!22423
-
Abubakar Siddiq Ango создал
-
Nick Thomas создал
Fix review apps cleanup Closes #7657 and gitlab-ce#52112 See merge request gitlab-org/gitlab-ee!7772
-
Nick Thomas создал
Improve HelmClient and KubernetesClient See merge request gitlab-org/gitlab-ce!22375
-
-
Rémy Coutable создал
[CE backport] QA: Use strings for context descriptions See merge request gitlab-org/gitlab-ce!22469
-
Rémy Coutable создал
QA: Use strings for context descriptions Closes #8015 See merge request gitlab-org/gitlab-ee!7984
-
-
Nick Thomas создал
QA: Log page actions Closes gitlab-qa#142 See merge request gitlab-org/gitlab-ce!22084
-
Filipa Lacerda создал
Fixed source projects not filtering Closes #52728 See merge request gitlab-org/gitlab-ce!22515
-
Nick Thomas создал
-
Nick Thomas создал
-
Nick Thomas создал
-
Dmitriy Zaporozhets создал
Move shared examples into the only file where used (Clusters::CreateService spec) See merge request gitlab-org/gitlab-ce!22407
-
Nick Thomas создал
Add approve quick action Closes #1873 See merge request gitlab-org/gitlab-ee!7989
-
Achilleas Pipinellis создал
Update test-scala-application.md to use sbtVersion instead of sbt-version Closes #52957 See merge request gitlab-org/gitlab-ce!22514
-
Phil Hughes создал
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
-