gitlab-org--gitlab-foss/spec/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 Remove legacy artifact related code 2019-05-31 10:49:17 +07:00
lfs [cherry-pick] '4862-verify-file-checksums' 2018-03-08 10:20:40 -05:00
uploads Enhance performance of counting local Uploads 2018-11-07 11:29:31 +01:00
backup_rake_spec.rb Replaced config access 2019-03-18 17:26:18 +00:00
check_rake_spec.rb Sanitize LDAP output in Rake tasks 2019-06-21 05:49:56 -05:00
cleanup_rake_spec.rb Add rake task to clean orphan artifact files 2019-06-28 10:02:18 +02:00
db_rake_spec.rb Fix the schema load test 2018-09-12 15:55:26 -07:00
git_rake_spec.rb Remove git rake tasks 2018-07-31 14:31:50 +02:00
gitaly_rake_spec.rb Remove storage path dependency of gitaly install task 2018-08-12 18:52:44 -03:00
info_rake_spec.rb
ldap_rake_spec.rb
mail_google_schema_whitelisting.rb
shell_rake_spec.rb Remove hook directory requirement from Shell 2019-05-30 20:04:08 +02:00
storage_rake_spec.rb Fix storage migration check for non-empty queues 2019-03-17 00:27:38 +01:00
task_helpers_spec.rb Eliminate the warnings from task helpers 2018-01-26 19:42:48 +08:00
traces_rake_spec.rb Add rake command to migrate archived traces from local storage to object storage 2018-08-16 14:28:47 +00:00
web_hook_rake_spec.rb Fix gitlab:web_hook tasks 2018-12-06 18:37:05 +00:00
workhorse_rake_spec.rb