gitlab-org--gitlab-foss/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
check.rake
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
exclusive_lease.rake
features.rake delete feature flag when disabling Rugged 2019-05-13 08:57:10 +00:00
git.rake
gitaly.rake
helpers.rake
import.rake
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
list_repos.rake
pages.rake
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
test.rake
traces.rake Run rubocop -a 2019-03-13 13:42:43 +00:00
track_deployment.rake
two_factor.rake
update_templates.rake Forbid the use of `#reload` and prefer `#reset` 2019-04-15 13:05:14 +02:00
web_hook.rake
workhorse.rake