summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2019-06-10 15:44:50 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-06-10 15:44:50 +0000
commitc699c6fe3ce0a0dffecfa380377fa44a6866a148 (patch)
tree079289e2a8c8ba98241ccb90674495eccecd01c5 /changelogs
parentde4e63b3fcec455549f69d604424c70205694e55 (diff)
downloadgitlab-ce-c699c6fe3ce0a0dffecfa380377fa44a6866a148.tar.gz
Fix nil coercion updating storage size on project statistics
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/ac-63020-typeerror-nil-can-t-be-coerced-into-integer.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/ac-63020-typeerror-nil-can-t-be-coerced-into-integer.yml b/changelogs/unreleased/ac-63020-typeerror-nil-can-t-be-coerced-into-integer.yml
new file mode 100644
index 00000000000..51ac2358fba
--- /dev/null
+++ b/changelogs/unreleased/ac-63020-typeerror-nil-can-t-be-coerced-into-integer.yml
@@ -0,0 +1,5 @@
+---
+title: Fix nil coercion updating storage size on project statistics
+merge_request: 29425
+author:
+type: fixed