gitlab-org--gitlab-foss/lib/tasks/gitlab
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
..
backup.rake
bulk_add_permission.rake
check.rake
cleanup.rake
db.rake
dev.rake
git.rake
helpers.rake Move task helpers to a module 2016-11-30 12:20:21 +01:00
import.rake Add more storage statistics 2016-12-21 16:39:49 +01:00
import_export.rake
info.rake
ldap.rake Add LDAP task to rename a provider 2016-12-16 09:57:05 -06:00
list_repos.rake
setup.rake
shell.rake
sidekiq.rake
task_helpers.rb Move task helpers to a module 2016-11-30 12:20:21 +01:00
test.rake
track_deployment.rake
two_factor.rake
update_templates.rake
users.rake
web_hook.rake
workhorse.rake Don't allow to specify a repo or version when installing Workhorse 2016-12-01 19:22:46 +01:00