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-02-28 18:09:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-28 18:09:13 +0300
commit736d36d8597d0d1ec1b47644e6d091c3f4a78f45 (patch)
treea38f6fef2b7147416b31f8294a9389b3bb472c87 /changelogs
parent5426ca9908085087d465fa52800335f408eb965a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/198604-monaco-snippets.yml5
-rw-r--r--changelogs/unreleased/25838-include-full-upload-url-in-api-response.yml5
-rw-r--r--changelogs/unreleased/deploy-mr-once-take-2.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/198604-monaco-snippets.yml b/changelogs/unreleased/198604-monaco-snippets.yml
new file mode 100644
index 00000000000..79f9584ec56
--- /dev/null
+++ b/changelogs/unreleased/198604-monaco-snippets.yml
@@ -0,0 +1,5 @@
+---
+title: Replaced ACE with Monaco editor for Snippets
+merge_request: 25465
+author:
+type: added
diff --git a/changelogs/unreleased/25838-include-full-upload-url-in-api-response.yml b/changelogs/unreleased/25838-include-full-upload-url-in-api-response.yml
new file mode 100644
index 00000000000..879273efefa
--- /dev/null
+++ b/changelogs/unreleased/25838-include-full-upload-url-in-api-response.yml
@@ -0,0 +1,5 @@
+---
+title: Include full path to an upload in api response
+merge_request: 23500
+author: briankabiro
+type: other
diff --git a/changelogs/unreleased/deploy-mr-once-take-2.yml b/changelogs/unreleased/deploy-mr-once-take-2.yml
new file mode 100644
index 00000000000..59b612def4a
--- /dev/null
+++ b/changelogs/unreleased/deploy-mr-once-take-2.yml
@@ -0,0 +1,5 @@
+---
+title: Don't track MR deployment multiple times
+merge_request: 25537
+author:
+type: fixed