Commit d23c32e0 authored by Filipa Lacerda's avatar Filipa Lacerda

Remove commit count from storage

parent 04a55c8f
...@@ -49,6 +49,7 @@ export default { ...@@ -49,6 +49,7 @@ export default {
delete statisticsCopy.storageSize; delete statisticsCopy.storageSize;
// eslint-disable-next-line no-underscore-dangle // eslint-disable-next-line no-underscore-dangle
delete statisticsCopy.__typename; delete statisticsCopy.__typename;
delete statisticsCopy.commitCount;
return statisticsCopy; return statisticsCopy;
}, },
...@@ -72,7 +73,6 @@ export default { ...@@ -72,7 +73,6 @@ export default {
}, },
}, },
i18nStatisticsMap: { i18nStatisticsMap: {
commitCount: s__('UsageQuota|Commit count'),
repositorySize: s__('UsageQuota|Repository'), repositorySize: s__('UsageQuota|Repository'),
lfsObjectsSize: s__('UsageQuota|LFS Storage'), lfsObjectsSize: s__('UsageQuota|LFS Storage'),
buildArtifactsSize: s__('UsageQuota|Artifacts'), buildArtifactsSize: s__('UsageQuota|Artifacts'),
......
---
title: Remove commit count from storage quotass
merge_request:
author:
type: other
...@@ -14388,9 +14388,6 @@ msgstr "" ...@@ -14388,9 +14388,6 @@ msgstr ""
msgid "UsageQuota|Buy additional minutes" msgid "UsageQuota|Buy additional minutes"
msgstr "" msgstr ""
msgid "UsageQuota|Commit count"
msgstr ""
msgid "UsageQuota|Current period usage" msgid "UsageQuota|Current period usage"
msgstr "" 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