Commit a37596e1 authored by Phil Hughes's avatar Phil Hughes

Merge branch '12059-remove-commit-counter' into 'master'

Remove commit count from storage

Closes #12059

See merge request gitlab-org/gitlab-ee!14062
parents 6425e410 d23c32e0
......@@ -49,6 +49,7 @@ export default {
delete statisticsCopy.storageSize;
// eslint-disable-next-line no-underscore-dangle
delete statisticsCopy.__typename;
delete statisticsCopy.commitCount;
return statisticsCopy;
},
......@@ -72,7 +73,6 @@ export default {
},
},
i18nStatisticsMap: {
commitCount: s__('UsageQuota|Commit count'),
repositorySize: s__('UsageQuota|Repository'),
lfsObjectsSize: s__('UsageQuota|LFS Storage'),
buildArtifactsSize: s__('UsageQuota|Artifacts'),
......
---
title: Remove commit count from storage quotass
merge_request:
author:
type: other
......@@ -14388,9 +14388,6 @@ msgstr ""
msgid "UsageQuota|Buy additional minutes"
msgstr ""
msgid "UsageQuota|Commit count"
msgstr ""
msgid "UsageQuota|Current period usage"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment