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-04-01 00:08:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-01 00:08:05 +0300
commitabae8f34f377519946a91101ef7abf504454531c (patch)
tree359fab0082860b6850d4a0a492b8f12eb3d4eb0b /changelogs
parent580622bdb3c762a8e89facd8a3946881ee480442 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/jc-prevent-storage-update-deletion.yml5
-rw-r--r--changelogs/unreleased/jivanvl-change-copy-text-link-to-chart.yml5
-rw-r--r--changelogs/unreleased/sh-handle-no-latest-pipeline.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/jc-prevent-storage-update-deletion.yml b/changelogs/unreleased/jc-prevent-storage-update-deletion.yml
new file mode 100644
index 00000000000..21579d5c66f
--- /dev/null
+++ b/changelogs/unreleased/jc-prevent-storage-update-deletion.yml
@@ -0,0 +1,5 @@
+---
+title: Prevent ProjectUpdateRepositoryStorageWorker from moving to same filesystem
+merge_request: 28469
+author:
+type: fixed
diff --git a/changelogs/unreleased/jivanvl-change-copy-text-link-to-chart.yml b/changelogs/unreleased/jivanvl-change-copy-text-link-to-chart.yml
new file mode 100644
index 00000000000..b040821748d
--- /dev/null
+++ b/changelogs/unreleased/jivanvl-change-copy-text-link-to-chart.yml
@@ -0,0 +1,5 @@
+---
+title: Change the link to chart copy text
+merge_request: 28371
+author:
+type: other
diff --git a/changelogs/unreleased/sh-handle-no-latest-pipeline.yml b/changelogs/unreleased/sh-handle-no-latest-pipeline.yml
new file mode 100644
index 00000000000..e6c92d329d9
--- /dev/null
+++ b/changelogs/unreleased/sh-handle-no-latest-pipeline.yml
@@ -0,0 +1,5 @@
+---
+title: Gracefully handle missing latest CI pipeline
+merge_request: 28263
+author:
+type: fixed