summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-16 15:09:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-16 15:09:27 +0000
commit8d4aaa4dd07cd02383f7d09d74eb66ffe47a41c4 (patch)
tree684210b8b7c8b5664e8d7b529e59ffde6bcfaed4 /changelogs
parentcbfe03ae04a52d9825ff7cbeccdfe5d313adf6a2 (diff)
downloadgitlab-ce-8d4aaa4dd07cd02383f7d09d74eb66ffe47a41c4.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-enable-redis-key-compression.yml5
-rw-r--r--changelogs/unreleased/switch-ff-ci-dynamic-child-pipeline.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-enable-redis-key-compression.yml b/changelogs/unreleased/sh-enable-redis-key-compression.yml
new file mode 100644
index 00000000000..7ea56b0b0c3
--- /dev/null
+++ b/changelogs/unreleased/sh-enable-redis-key-compression.yml
@@ -0,0 +1,5 @@
+---
+title: Enable Redis cache key compression
+merge_request: 27254
+author:
+type: performance
diff --git a/changelogs/unreleased/switch-ff-ci-dynamic-child-pipeline.yml b/changelogs/unreleased/switch-ff-ci-dynamic-child-pipeline.yml
new file mode 100644
index 00000000000..84aac82fe1e
--- /dev/null
+++ b/changelogs/unreleased/switch-ff-ci-dynamic-child-pipeline.yml
@@ -0,0 +1,5 @@
+---
+title: Enable feature Dynamic Child Pipeline creation via artifact
+merge_request: 26648
+author:
+type: added