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 12:06:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-26 12:06:04 +0300
commit759cd6c2985088d187ed519f2a881c2c690b34ec (patch)
tree183e291c0404bf9b3ac7638be6fa1fe94b7d2d14 /changelogs
parent9735395f94088df7e6470e3e8a2638385ede36b6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/13426-add-user-and-timestamps-to-design-management-version.yml5
-rw-r--r--changelogs/unreleased/29284-video-preview-not-working.yml5
-rw-r--r--changelogs/unreleased/31118-do-not-use-blob-for-file-path.yml5
-rw-r--r--changelogs/unreleased/5582-add-missing-actions-and-data-to-environments-and-deployments-apis.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/13426-add-user-and-timestamps-to-design-management-version.yml b/changelogs/unreleased/13426-add-user-and-timestamps-to-design-management-version.yml
new file mode 100644
index 00000000000..2f56de32b2d
--- /dev/null
+++ b/changelogs/unreleased/13426-add-user-and-timestamps-to-design-management-version.yml
@@ -0,0 +1,5 @@
+---
+title: Add user_id and created_at columns to design_management_versions table
+merge_request: 17316
+author:
+type: added
diff --git a/changelogs/unreleased/29284-video-preview-not-working.yml b/changelogs/unreleased/29284-video-preview-not-working.yml
new file mode 100644
index 00000000000..304700dea30
--- /dev/null
+++ b/changelogs/unreleased/29284-video-preview-not-working.yml
@@ -0,0 +1,5 @@
+---
+title: Fix inline rendering of videos for uploads with uppercase file extensions
+merge_request: 17581
+author:
+type: fixed
diff --git a/changelogs/unreleased/31118-do-not-use-blob-for-file-path.yml b/changelogs/unreleased/31118-do-not-use-blob-for-file-path.yml
new file mode 100644
index 00000000000..454ad15ee46
--- /dev/null
+++ b/changelogs/unreleased/31118-do-not-use-blob-for-file-path.yml
@@ -0,0 +1,5 @@
+---
+title: Reduce Gitaly calls when viewing a commit
+merge_request: 17095
+author:
+type: performance
diff --git a/changelogs/unreleased/5582-add-missing-actions-and-data-to-environments-and-deployments-apis.yml b/changelogs/unreleased/5582-add-missing-actions-and-data-to-environments-and-deployments-apis.yml
new file mode 100644
index 00000000000..7c90834385f
--- /dev/null
+++ b/changelogs/unreleased/5582-add-missing-actions-and-data-to-environments-and-deployments-apis.yml
@@ -0,0 +1,5 @@
+---
+title: Add status to deployments and state to environments in API responses
+merge_request: 16242
+author:
+type: changed