Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-21 00:10:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-21 00:10:31 +0300
commit83fcbb041750ca86b52e09a22b224c44bd691be7 (patch)
tree94a38b6e9eaf6428afd290d882ea3f25f54a6cf3 /changelogs
parent1cb90c3b4f04d42fa30f7903b10b32721c5fadac (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/321670-remove-deprecated-instance-statistics-route.yml5
-rw-r--r--changelogs/unreleased/330722-nomethoderror-undefined-method-username-for-nil-nilclass.yml5
-rw-r--r--changelogs/unreleased/migrate-prometheus-application-status-to-integration-enabled.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/321670-remove-deprecated-instance-statistics-route.yml b/changelogs/unreleased/321670-remove-deprecated-instance-statistics-route.yml
new file mode 100644
index 00000000000..aa0831296d3
--- /dev/null
+++ b/changelogs/unreleased/321670-remove-deprecated-instance-statistics-route.yml
@@ -0,0 +1,5 @@
+---
+title: Remove old redirect rule for the usage trends feature
+merge_request: 60485
+author:
+type: changed
diff --git a/changelogs/unreleased/330722-nomethoderror-undefined-method-username-for-nil-nilclass.yml b/changelogs/unreleased/330722-nomethoderror-undefined-method-username-for-nil-nilclass.yml
new file mode 100644
index 00000000000..9ed605b3f90
--- /dev/null
+++ b/changelogs/unreleased/330722-nomethoderror-undefined-method-username-for-nil-nilclass.yml
@@ -0,0 +1,5 @@
+---
+title: Execute member hooks only if an associated user is present
+merge_request: 62175
+author:
+type: fixed
diff --git a/changelogs/unreleased/migrate-prometheus-application-status-to-integration-enabled.yml b/changelogs/unreleased/migrate-prometheus-application-status-to-integration-enabled.yml
new file mode 100644
index 00000000000..233457c081b
--- /dev/null
+++ b/changelogs/unreleased/migrate-prometheus-application-status-to-integration-enabled.yml
@@ -0,0 +1,5 @@
+---
+title: Backfill clusters_integration_prometheus.enabled
+merge_request: 61502
+author:
+type: changed