Commit d23c32e0 authored by Filipa Lacerda's avatar Filipa Lacerda

Remove commit count from storage

parent 04a55c8f
......@@ -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