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>2020-01-28 21:08:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-28 21:08:35 +0300
commit6315ed9630fb1c6ade3114beb762cd1568d79219 (patch)
tree2a5d31936d09c14420c8f4c8bd752e268f0eb19f /changelogs
parentfedf978f9aa1909ed7bb3fad767ad120a1c6bd7b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/21801-migrate-epic-and-epic-notes-mentions-to-epic-user-mentions-table.yml5
-rw-r--r--changelogs/unreleased/custom-dashboard-validation.yml5
-rw-r--r--changelogs/unreleased/id-upload-lsif-dump.yml5
-rw-r--r--changelogs/unreleased/ops-ff-iid.yml5
-rw-r--r--changelogs/unreleased/sh-fix-empty-namespace-git-access.yml5
5 files changed, 25 insertions, 0 deletions
diff --git a/changelogs/unreleased/21801-migrate-epic-and-epic-notes-mentions-to-epic-user-mentions-table.yml b/changelogs/unreleased/21801-migrate-epic-and-epic-notes-mentions-to-epic-user-mentions-table.yml
new file mode 100644
index 00000000000..168a8c7ac12
--- /dev/null
+++ b/changelogs/unreleased/21801-migrate-epic-and-epic-notes-mentions-to-epic-user-mentions-table.yml
@@ -0,0 +1,5 @@
+---
+title: Migrate epic, epic notes mentions to respective DB table
+merge_request: 22333
+author:
+type: changed
diff --git a/changelogs/unreleased/custom-dashboard-validation.yml b/changelogs/unreleased/custom-dashboard-validation.yml
new file mode 100644
index 00000000000..cd425e6dcf7
--- /dev/null
+++ b/changelogs/unreleased/custom-dashboard-validation.yml
@@ -0,0 +1,5 @@
+---
+title: Add validation for custom PrometheusDashboard
+merge_request: 22893
+author:
+type: added
diff --git a/changelogs/unreleased/id-upload-lsif-dump.yml b/changelogs/unreleased/id-upload-lsif-dump.yml
new file mode 100644
index 00000000000..62ba8f650ca
--- /dev/null
+++ b/changelogs/unreleased/id-upload-lsif-dump.yml
@@ -0,0 +1,5 @@
+---
+title: Add support for lsif artifact report
+merge_request: 23672
+author:
+type: added
diff --git a/changelogs/unreleased/ops-ff-iid.yml b/changelogs/unreleased/ops-ff-iid.yml
new file mode 100644
index 00000000000..8c17eb23520
--- /dev/null
+++ b/changelogs/unreleased/ops-ff-iid.yml
@@ -0,0 +1,5 @@
+---
+title: Add iid to operations_feature_flags and backfill
+merge_request: 22175
+author:
+type: added
diff --git a/changelogs/unreleased/sh-fix-empty-namespace-git-access.yml b/changelogs/unreleased/sh-fix-empty-namespace-git-access.yml
new file mode 100644
index 00000000000..a44a7d36e7f
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-empty-namespace-git-access.yml
@@ -0,0 +1,5 @@
+---
+title: Eliminate statement timeouts when namespace is blank
+merge_request: 23839
+author:
+type: fixed