Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d23c32e0
Commit
d23c32e0
authored
Jun 11, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove commit count from storage
parent
04a55c8f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
ee/app/assets/javascripts/storage_counter/components/project.vue
...assets/javascripts/storage_counter/components/project.vue
+1
-1
ee/changelogs/unreleased/12059-remove-commit-counter.yml
ee/changelogs/unreleased/12059-remove-commit-counter.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+0
-3
No files found.
ee/app/assets/javascripts/storage_counter/components/project.vue
View file @
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
'
),
...
...
ee/changelogs/unreleased/12059-remove-commit-counter.yml
0 → 100644
View file @
d23c32e0
---
title
:
Remove commit count from storage quotass
merge_request
:
author
:
type
:
other
locale/gitlab.pot
View file @
d23c32e0
...
...
@@ -14388,9 +14388,6 @@ msgstr ""
msgid "UsageQuota|Buy additional minutes"
msgstr ""
msgid "UsageQuota|Commit count"
msgstr ""
msgid "UsageQuota|Current period usage"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment