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>2019-09-26 18:06:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-26 18:06:18 +0300
commit4e9f718e190a944c39fda2a178eb8b901e7e6ec7 (patch)
treefcdcdf846450ebad15da60375ab3805ff9b343e8 /changelogs
parent5707f305f4b961e24369fcdaecf0b8ce1c34bad8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/23400-fix-duplicate-replies.yml5
-rw-r--r--changelogs/unreleased/31329-hidden-nav-content.yml5
-rw-r--r--changelogs/unreleased/9801-epic-copy-link.yml5
-rw-r--r--changelogs/unreleased/ak-unhandled-exception-in-health-checks.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/23400-fix-duplicate-replies.yml b/changelogs/unreleased/23400-fix-duplicate-replies.yml
new file mode 100644
index 00000000000..26b24c66085
--- /dev/null
+++ b/changelogs/unreleased/23400-fix-duplicate-replies.yml
@@ -0,0 +1,5 @@
+---
+title: Fix new discussion replies sometimes showing up twice
+merge_request: 17255
+author:
+type: fixed
diff --git a/changelogs/unreleased/31329-hidden-nav-content.yml b/changelogs/unreleased/31329-hidden-nav-content.yml
new file mode 100644
index 00000000000..2c85c8df2e3
--- /dev/null
+++ b/changelogs/unreleased/31329-hidden-nav-content.yml
@@ -0,0 +1,5 @@
+---
+title: Update top nav bar to fit all content in at all screen sizes
+merge_request:
+author:
+type: fixed
diff --git a/changelogs/unreleased/9801-epic-copy-link.yml b/changelogs/unreleased/9801-epic-copy-link.yml
new file mode 100644
index 00000000000..c3d24010a59
--- /dev/null
+++ b/changelogs/unreleased/9801-epic-copy-link.yml
@@ -0,0 +1,5 @@
+---
+title: Added 'copy link' in epic comment dropdown.
+merge_request: 17224
+author:
+type: added
diff --git a/changelogs/unreleased/ak-unhandled-exception-in-health-checks.yml b/changelogs/unreleased/ak-unhandled-exception-in-health-checks.yml
new file mode 100644
index 00000000000..a738cbb0369
--- /dev/null
+++ b/changelogs/unreleased/ak-unhandled-exception-in-health-checks.yml
@@ -0,0 +1,5 @@
+---
+title: Catch unhandled exceptions in health checks
+merge_request: 17694
+author:
+type: fixed