gitlab-ce/lib/tasks/gitlab
Toon Claes dabd91b2c8 Add rake task to clean orphan artifact files
This adds the rake task rake
gitlab:cleanup:orphan_job_artifact_files. This rake task cleans all
orphan job artifact files it can find on disk.

 It performs a search on the complete folder of all artifacts on
disk. Then it filters out all the job artifact ID for which it could
not find a record with matching ID in the database. For these, the
file is deleted from disk.
2019-06-28 10:02:18 +02:00
..
artifacts Run rubocop -a 2019-03-13 13:42:43 +00:00
lfs Run rubocop -a 2019-03-13 13:42:43 +00:00
uploads Rake task for removing exif from uploads 2019-04-02 07:48:35 +00:00
assets.rake Build visual_review_toolbar with webpack 2019-05-29 20:24:15 +00:00
backup.rake Silence backup warnings when CRON=1 in use 2019-06-25 06:30:51 -07:00
bulk_add_permission.rake Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
check.rake Extract system check rake task logic 2018-12-03 13:51:46 -08:00
cleanup.rake Add rake task to clean orphan artifact files 2019-06-28 10:02:18 +02:00
db.rake Fix attempting to drop views in PostgreSQL 2019-04-02 00:19:22 +00:00
dev.rake Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +00:00
exclusive_lease.rake Add rake task to cleanup any existing exclusive lease 2018-03-09 13:32:18 +00:00
features.rake delete feature flag when disabling Rugged 2019-05-13 08:57:10 +00:00
git.rake Remove git rake tasks 2018-07-31 14:31:50 +02:00
gitaly.rake Remove storage path dependency of gitaly install task 2018-08-12 18:52:44 -03:00
helpers.rake Eliminate the warnings from task helpers 2018-01-26 19:42:48 +08:00
import.rake Improve GitLab Import rake task to work with Hashed Storage and Subgroups 2017-11-07 19:11:42 +00:00
import_export.rake Backport the EE schema and migrations to CE 2019-06-17 17:09:05 +02:00
info.rake Backport EE changes to gitlab:env:info 2019-04-02 14:57:44 +02:00
ldap.rake Use gitlab_environment for ldap rake task 2018-10-25 13:56:39 -05:00
list_repos.rake Gitlab::Shell works on shard name, not path 2018-04-25 13:36:22 +02:00
pages.rake Add gitlab-pages admin ping rake task 2018-04-27 11:01:54 +00:00
seed.rake Provide a new gitlab:seed:issues task 2019-04-23 11:43:53 +02:00
setup.rake Move terminate_all_connections into setup Rake task 2019-02-11 21:30:57 -08:00
shell.rake Remove hook directory requirement from Shell 2019-05-30 20:04:08 +02:00
storage.rake Prevent storage migration and rollback running at the same time 2019-03-12 17:51:05 +01:00
tcp_check.rake Add a gitlab:tcp_check rake task 2017-12-13 15:53:32 +00:00
test.rake Clean up test.rake 2018-05-14 18:53:57 +11:00
traces.rake Run rubocop -a 2019-03-13 13:42:43 +00:00
track_deployment.rake
two_factor.rake Use gitlab_environment because we need: 2018-04-03 23:00:09 +08:00
update_templates.rake Forbid the use of `#reload` and prefer `#reset` 2019-04-15 13:05:14 +02:00
web_hook.rake Fix gitlab:web_hook tasks 2018-12-06 18:37:05 +00:00
workhorse.rake Eliminate the warnings from task helpers 2018-01-26 19:42:48 +08:00