gitlab-org--gitlab-foss/lib/gitlab/cleanup
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
..
orphan_job_artifact_files.rb Add rake task to clean orphan artifact files 2019-06-28 10:02:18 +02:00
orphan_job_artifact_files_batch.rb Add rake task to clean orphan artifact files 2019-06-28 10:02:18 +02:00
project_upload_file_finder.rb
project_uploads.rb
remote_uploads.rb