summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-19 15:10:40 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-19 15:10:40 +0000
commita6508d0028191c42620414994b2fe4ce62467a73 (patch)
tree34461b887babb2778a286bb3c988bd9b3af8a3a1 /changelogs
parentf304336f5e0a200137bd87a3895f1bf20a61b1fb (diff)
downloadgitlab-ce-a6508d0028191c42620414994b2fe4ce62467a73.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/feature-gb-add-pending-builds-table.yml5
-rw-r--r--changelogs/unreleased/qmnguyen0711-compress-background-job-payloads.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/unreleased/feature-gb-add-pending-builds-table.yml b/changelogs/unreleased/feature-gb-add-pending-builds-table.yml
new file mode 100644
index 00000000000..37dd8cab5d2
--- /dev/null
+++ b/changelogs/unreleased/feature-gb-add-pending-builds-table.yml
@@ -0,0 +1,5 @@
+---
+title: Accelerate builds queuing using a denormalized accelerated table
+merge_request: 61581
+author:
+type: performance
diff --git a/changelogs/unreleased/qmnguyen0711-compress-background-job-payloads.yml b/changelogs/unreleased/qmnguyen0711-compress-background-job-payloads.yml
new file mode 100644
index 00000000000..b0a5fba8013
--- /dev/null
+++ b/changelogs/unreleased/qmnguyen0711-compress-background-job-payloads.yml
@@ -0,0 +1,5 @@
+---
+title: Compress oversized Sidekiq job payload before dispatching into Redis
+merge_request: 61667
+author:
+type: added