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
uploads
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
git_rake_spec.rb
gitaly_rake_spec.rb
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
traces_rake_spec.rb
web_hook_rake_spec.rb Fix gitlab:web_hook tasks 2018-12-06 18:37:05 +00:00
workhorse_rake_spec.rb