summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorRubén Dávila <ruben@gitlab.com>2018-08-01 09:47:14 -0500
committerRubén Dávila <ruben@gitlab.com>2018-09-07 12:27:35 -0500
commit007b81b8e298269bfdc5cac61bc11ae21b3825a5 (patch)
tree385debb0ca13ae715590388d5584cdf2ea0866c1 /changelogs
parent9083fc04f1add6f7e4628cdb10fef69c6b815ef5 (diff)
downloadgitlab-ce-007b81b8e298269bfdc5cac61bc11ae21b3825a5.tar.gz
Add receive_max_input_size setting to Application settings
If user has configure the setting then it will be passed to gitlab-shell and gitlab-workhorse
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/rd-26044-new-option-to-prevent-too-big-git-pushes.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/rd-26044-new-option-to-prevent-too-big-git-pushes.yml b/changelogs/unreleased/rd-26044-new-option-to-prevent-too-big-git-pushes.yml
new file mode 100644
index 00000000000..f464b6dda5b
--- /dev/null
+++ b/changelogs/unreleased/rd-26044-new-option-to-prevent-too-big-git-pushes.yml
@@ -0,0 +1,5 @@
+---
+title: Allow admins to configure the maximum Git push size
+merge_request: 20758
+author:
+type: added