summaryrefslogtreecommitdiff
path: root/app/models/project_statistics.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove nils from project_statistics.packages_sizeac-namespaces-stats-no-coalesceAlessio Caiazza2019-05-301-1/+1
* Add wiki size to project statisticsPeter Marko2019-05-291-3/+13
* Add packages_size to ProjectStatisticsAlessio Caiazza2019-05-021-2/+7
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable2018-08-021-0/+2
|\
| * Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* | Update total storage size when changing size of artifactsPeter Marko2018-07-271-3/+20
|/
* Update ProjectStatistics#build_artifacts_size synchronously without summing (...Dylan Griffith2018-04-191-9/+11
* Fix a bug calculating artifact size for project statisticsNick Thomas2018-01-181-1/+1
* Revert "Rename `job_archive|metadata` to `artifacts_archive|metadata`"Kamil Trzcinski2017-12-031-3/+0
* Rename `job_archive|metadata` to `artifacts_archive|metadata`Kamil Trzcinski2017-12-031-0/+3
* Fix most test failuresZeger-Jan van de Weg2017-12-031-2/+1
* Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-031-1/+4
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-1/+1
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Fix Project#update_repository_size to convert MB to Bytes properly26773-fix-project-statistics-repository-sizeOswaldo Ferreira2017-01-171-1/+2
* Add more storage statisticsMarkus Koller2016-12-211-0/+43