summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2019-03-30 00:50:02 +0100
committerBastian Blank <waldi@debian.org>2019-04-03 21:02:11 +0200
commit5725be9508df7922c77cfab4a6c5501548e5e3ca (patch)
tree252c1c9c362ff9a913cf0c8824660cea962c7a3e /changelogs
parentee72dc1b34d893662fe0cb7793a1a960312b1f48 (diff)
downloadgitlab-ce-5725be9508df7922c77cfab4a6c5501548e5e3ca.tar.gz
Display maximum artifact size from runtime config
The maximum artifact size was moved into runtime config some time ago. Update the instance configuration code to read this value.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/instance-configuration-artifact-size.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/instance-configuration-artifact-size.yml b/changelogs/unreleased/instance-configuration-artifact-size.yml
new file mode 100644
index 00000000000..077f8631af5
--- /dev/null
+++ b/changelogs/unreleased/instance-configuration-artifact-size.yml
@@ -0,0 +1,5 @@
+---
+title: Display maximum artifact size from runtime config
+merge_request: 26784
+author: Bastian Blank
+type: fixed