Commit Graph

18 Commits

Author SHA1 Message Date
GitLab Bot 39e7e7beda Add latest changes from gitlab-org/gitlab@master 2022-08-19 09:11:29 +00:00
GitLab Bot 30f9120ba6 Add latest changes from gitlab-org/gitlab@master 2022-08-11 12:09:19 +00:00
GitLab Bot 2d096b1a9b Add latest changes from gitlab-org/gitlab@master 2022-07-28 00:09:28 +00:00
GitLab Bot e6f10cb4b3 Add latest changes from gitlab-org/gitlab@master 2022-06-30 06:09:06 +00:00
GitLab Bot ab593c8ded Add latest changes from gitlab-org/gitlab@master 2022-06-29 21:09:23 +00:00
GitLab Bot e18e22ce4c Add latest changes from gitlab-org/gitlab@master 2022-06-08 15:08:15 +00:00
GitLab Bot 6d82b3a0c5 Add latest changes from gitlab-org/gitlab@master 2022-04-27 15:10:01 +00:00
GitLab Bot e105f6b881 Add latest changes from gitlab-org/gitlab@master 2022-03-11 12:07:56 +00:00
GitLab Bot 1760f824bb Add latest changes from gitlab-org/gitlab@master 2022-02-15 21:12:52 +00:00
GitLab Bot efcaec8a14 Add latest changes from gitlab-org/gitlab@master 2021-11-09 18:13:13 +00:00
GitLab Bot 71c85847eb Add latest changes from gitlab-org/gitlab@master 2020-11-19 18:09:13 +00:00
GitLab Bot 1e254d9f5a Add latest changes from gitlab-org/gitlab@master 2020-06-30 12:08:57 +00:00
Nick Kipling 476f095548 Implemented frontend suggestions
Converted storage details into a small partial
Reworded the storage details summary as suggested
Updated pot file
2019-07-09 13:43:53 +00:00
Peter Marko 40490cc492 Add wiki size to project statistics 2019-05-29 16:08:25 +02:00
Rémy Coutable ec07641435
Fix an error in projects admin when statistics are missing
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-05-16 14:59:21 +02:00
Alessio Caiazza d9b383cc36 Add packages_size to ProjectStatistics
This new field will allow to keep track of the storage used by the
packages features, it provides also aggregation at namespace level.
2019-05-02 16:04:15 +00:00
gfyoung 1993a4449a Enable frozen string for app/helpers/**/*.rb
Partially addresses #47424.
2018-09-06 17:33:46 -07:00
Markus Koller 3ef4f74b1a
Add more storage statistics
This adds counters for build artifacts and LFS objects, and moves
the preexisting repository_size and commit_count from the projects
table into a new project_statistics table.

The counters are displayed in the administration area for projects
and groups, and also available through the API for admins (on */all)
and normal users (on */owned)

The statistics are updated through ProjectCacheWorker, which can now
do more granular updates with the new :statistics argument.
2016-12-21 16:39:49 +01:00