summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-23 12:09:47 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-23 12:09:47 +0000
commit8f9beefac3774b30e911fb00a68f4c7a5244cf27 (patch)
tree919c3a043f8c10bc3f78f3f6e029acfb6b972556 /changelogs
parente4bf776a8829e5186a0f63603c0be627b891d80e (diff)
downloadgitlab-ce-8f9beefac3774b30e911fb00a68f4c7a5244cf27.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/20444-limit-full-path-search.yml5
-rw-r--r--changelogs/unreleased/208174-create-merge-request.yml5
-rw-r--r--changelogs/unreleased/210596-fix_smartcard_config_initializer.yml5
-rw-r--r--changelogs/unreleased/35627-api-response-for-adding-a-note-returns-http-400-for-command-only-no.yml5
-rw-r--r--changelogs/unreleased/36628-create-a-rake-task-to-cleanup-unused-lfs-files.yml5
-rw-r--r--changelogs/unreleased/fj-reuse-default-snippet-name.yml5
-rw-r--r--changelogs/unreleased/ph-encodeUriComponentNewDirectoryPath.yml5
7 files changed, 35 insertions, 0 deletions
diff --git a/changelogs/unreleased/20444-limit-full-path-search.yml b/changelogs/unreleased/20444-limit-full-path-search.yml
new file mode 100644
index 00000000000..e4a4444118d
--- /dev/null
+++ b/changelogs/unreleased/20444-limit-full-path-search.yml
@@ -0,0 +1,5 @@
+---
+title: Only enable searching of projects by full path / name on certain dropdowns
+merge_request: 21910
+author:
+type: changed
diff --git a/changelogs/unreleased/208174-create-merge-request.yml b/changelogs/unreleased/208174-create-merge-request.yml
new file mode 100644
index 00000000000..a2007b46dbd
--- /dev/null
+++ b/changelogs/unreleased/208174-create-merge-request.yml
@@ -0,0 +1,5 @@
+---
+title: Start merge request for custom dashboard if new branch is provided
+merge_request: 27189
+author:
+type: added
diff --git a/changelogs/unreleased/210596-fix_smartcard_config_initializer.yml b/changelogs/unreleased/210596-fix_smartcard_config_initializer.yml
new file mode 100644
index 00000000000..f5c3d765495
--- /dev/null
+++ b/changelogs/unreleased/210596-fix_smartcard_config_initializer.yml
@@ -0,0 +1,5 @@
+---
+title: Fix smartcard config initialization
+merge_request: 27560
+author:
+type: fixed
diff --git a/changelogs/unreleased/35627-api-response-for-adding-a-note-returns-http-400-for-command-only-no.yml b/changelogs/unreleased/35627-api-response-for-adding-a-note-returns-http-400-for-command-only-no.yml
new file mode 100644
index 00000000000..359832986da
--- /dev/null
+++ b/changelogs/unreleased/35627-api-response-for-adding-a-note-returns-http-400-for-command-only-no.yml
@@ -0,0 +1,5 @@
+---
+title: Return 202 for command only notes in REST API
+merge_request: 19624
+author:
+type: fixed
diff --git a/changelogs/unreleased/36628-create-a-rake-task-to-cleanup-unused-lfs-files.yml b/changelogs/unreleased/36628-create-a-rake-task-to-cleanup-unused-lfs-files.yml
new file mode 100644
index 00000000000..c03bebfe40d
--- /dev/null
+++ b/changelogs/unreleased/36628-create-a-rake-task-to-cleanup-unused-lfs-files.yml
@@ -0,0 +1,5 @@
+---
+title: Create a rake task to cleanup unused LFS files
+merge_request: 21747
+author:
+type: added
diff --git a/changelogs/unreleased/fj-reuse-default-snippet-name.yml b/changelogs/unreleased/fj-reuse-default-snippet-name.yml
new file mode 100644
index 00000000000..554ad0809f9
--- /dev/null
+++ b/changelogs/unreleased/fj-reuse-default-snippet-name.yml
@@ -0,0 +1,5 @@
+---
+title: Reuse default generated snippet file name in repository
+merge_request: 27673
+author:
+type: fixed
diff --git a/changelogs/unreleased/ph-encodeUriComponentNewDirectoryPath.yml b/changelogs/unreleased/ph-encodeUriComponentNewDirectoryPath.yml
new file mode 100644
index 00000000000..27384e54e91
--- /dev/null
+++ b/changelogs/unreleased/ph-encodeUriComponentNewDirectoryPath.yml
@@ -0,0 +1,5 @@
+---
+title: Fix new file not being created in non-ascii character folders
+merge_request: 26165
+author:
+type: fixed