summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-18 12:10:16 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-18 12:10:16 +0000
commitf10eb9ebaefb0d6ff4ee7552dbf127dc70aaf27d (patch)
treeddf0000b12ccb57f3926785976c4ccd6eaf3aac3 /changelogs
parent89eff770d213e684b5fa4df121cb51a059e8d263 (diff)
downloadgitlab-ce-f10eb9ebaefb0d6ff4ee7552dbf127dc70aaf27d.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/210550-conan-missing-files.yml5
-rw-r--r--changelogs/unreleased/237864-fj-return-snippet-binary-blob-content.yml5
-rw-r--r--changelogs/unreleased/29564-showing-horizontal-scroll-bar-in-private-profile.yml5
-rw-r--r--changelogs/unreleased/ph-235529-replyExpandsCollapsedDiscussion.yml5
-rw-r--r--changelogs/unreleased/rails-save-bang-11.yml5
-rw-r--r--changelogs/unreleased/sy-move-alert-embeds-to-core.yml5
6 files changed, 30 insertions, 0 deletions
diff --git a/changelogs/unreleased/210550-conan-missing-files.yml b/changelogs/unreleased/210550-conan-missing-files.yml
new file mode 100644
index 00000000000..f5d8d13e4a7
--- /dev/null
+++ b/changelogs/unreleased/210550-conan-missing-files.yml
@@ -0,0 +1,5 @@
+---
+title: Conan packages allow for conan_sources.tgz and conan_export.tgz files
+merge_request: 39559
+author:
+type: fixed
diff --git a/changelogs/unreleased/237864-fj-return-snippet-binary-blob-content.yml b/changelogs/unreleased/237864-fj-return-snippet-binary-blob-content.yml
new file mode 100644
index 00000000000..4ca5683a7f6
--- /dev/null
+++ b/changelogs/unreleased/237864-fj-return-snippet-binary-blob-content.yml
@@ -0,0 +1,5 @@
+---
+title: Return snippet binary blob content in GraphQL
+merge_request: 39583
+author:
+type: changed
diff --git a/changelogs/unreleased/29564-showing-horizontal-scroll-bar-in-private-profile.yml b/changelogs/unreleased/29564-showing-horizontal-scroll-bar-in-private-profile.yml
new file mode 100644
index 00000000000..c0907170fb6
--- /dev/null
+++ b/changelogs/unreleased/29564-showing-horizontal-scroll-bar-in-private-profile.yml
@@ -0,0 +1,5 @@
+---
+title: Fix horizontal scrolling on blocked/private profile pages
+merge_request: 39568
+author:
+type: fixed
diff --git a/changelogs/unreleased/ph-235529-replyExpandsCollapsedDiscussion.yml b/changelogs/unreleased/ph-235529-replyExpandsCollapsedDiscussion.yml
new file mode 100644
index 00000000000..f43c77d68ca
--- /dev/null
+++ b/changelogs/unreleased/ph-235529-replyExpandsCollapsedDiscussion.yml
@@ -0,0 +1,5 @@
+---
+title: Fixed discussion not expanding when replying to a collapsed discussion
+merge_request: 39571
+author:
+type: fixed
diff --git a/changelogs/unreleased/rails-save-bang-11.yml b/changelogs/unreleased/rails-save-bang-11.yml
new file mode 100644
index 00000000000..8e270df08cd
--- /dev/null
+++ b/changelogs/unreleased/rails-save-bang-11.yml
@@ -0,0 +1,5 @@
+---
+title: Refactor spec/views/* and ee/spec/views/* to fix Rails/SaveBang Cop
+merge_request: 38981
+author: Rajendra Kadam
+type: fixed
diff --git a/changelogs/unreleased/sy-move-alert-embeds-to-core.yml b/changelogs/unreleased/sy-move-alert-embeds-to-core.yml
new file mode 100644
index 00000000000..be17f7ae68b
--- /dev/null
+++ b/changelogs/unreleased/sy-move-alert-embeds-to-core.yml
@@ -0,0 +1,5 @@
+---
+title: Move gitlab-managed alerts embeds to core as documented
+merge_request: 39509
+author:
+type: fixed