summaryrefslogtreecommitdiff
path: root/app/services/repository_archive_clean_up_service.rb
Commit message (Collapse)AuthorAgeFilesLines
* using shared path for project import uploads and refactored gitlab remove ↵James Lopez2016-08-041-2/+2
| | | | export worker
* Use find instead Ruby to remove files due to performance reasonsDouglas Barbosa Alexandre2016-07-211-13/+4
|
* Add service to clean up repository archive cacheDouglas Barbosa Alexandre2016-07-211-0/+42
Replace invocation of `find` with Ruby code that matches old cached files in a better, and safe way to avoid data-integrity issues.