Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable frozen string in lib/api and lib/backup | gfyoung | 2018-09-29 | 1 | -0/+2 |
| | | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190 | ||||
* | Fix backup creation and restore for specific Rake tasks | Stan Hu | 2018-05-24 | 1 | -1/+5 |
| | |||||
* | Move existing dirs to a temp location while restore | Balasankar "Balu" C | 2018-03-30 | 1 | -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. | ||||
* | Backup LFS objects same as any upload. | Marin Jankovski | 2015-11-19 | 1 | -0/+13 |