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 Fix: Backup restore doesn't clear cache 2016-10-20 17:33:12 +03:00
bulk_add_permission.rake Fix Rename `add_users_into_project` and `projects_ids` 2016-08-04 08:55:50 -03:00
check.rake Introduce better credential and error checking to `rake gitlab:ldap:check` 2016-11-08 15:46:10 -06:00
cleanup.rake Fix faulty deployment refs 2016-11-18 15:47:20 +01:00
db.rake Disable MySQL foreign key checks before dropping all tables 2016-07-25 21:16:54 -05:00
dev.rake Use the public CE repo URL instead of the one used in the runner 2016-11-17 18:39:55 +01:00
git.rake Replace colorize gem with rainbow. 2016-06-03 10:37:09 -06:00
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 added nice to have - rake task and some changes to docs 2016-06-21 19:23:21 +02:00
info.rake Rename `run` task helper method to prevent conflict with StateMachine 2016-08-09 18:31:51 -05:00
ldap.rake Add LDAP task to rename a provider 2016-12-16 09:57:05 -06:00
list_repos.rake Refactor repository paths handling to allow multiple git mount points 2016-06-29 22:30:31 -04:00
setup.rake Fix missed colorize methods. 2016-06-06 15:32:36 -06:00
shell.rake New `gitlab:workhorse:install` rake task 2016-11-30 10:34:59 +01:00
sidekiq.rake Add rake task to drop a project's PostReceive jobs 2014-08-21 16:02:04 +02:00
task_helpers.rb Move task helpers to a module 2016-11-30 12:20:21 +01:00
test.rake use teaspoon instead of jasmine for testing javascript 2015-07-08 17:46:51 +02:00
track_deployment.rake Added Rake task for tracking deployments 2016-07-19 13:21:09 +02:00
two_factor.rake Replace colorize gem with rainbow. 2016-06-03 10:37:09 -06:00
update_templates.rake fixup! override content method 2016-06-20 14:48:28 -05:00
users.rake Add a new gitlab:users:clear_all_authentication_tokens task 2016-10-11 10:21:18 +02:00
web_hook.rake Fix Rename `add_users_into_project` and `projects_ids` 2016-08-04 08:55:50 -03:00
workhorse.rake Don't allow to specify a repo or version when installing Workhorse 2016-12-01 19:22:46 +01:00