summaryrefslogtreecommitdiff
path: root/lib/backup/artifacts.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix backup creation and restore for specific Rake tasksStan Hu2018-05-241-1/+5
|
* Move existing dirs to a temp location while restoreBalasankar "Balu" C2018-03-301-4/+0
| | | | | | | Instead of renaming existing storage directories to a timestamped format, create a timestamped directory in a temporary location and move the individual files and folders inside storage directories to it. This helps us with nested storage directories.
* port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-1/+1
|
* Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski2017-12-031-1/+1
|
* Fix data inconsistency issue for old artifacts by moving them to a currently ↵Kamil Trzcinski2017-06-011-1/+1
| | | | used path
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+13
- Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile