summaryrefslogtreecommitdiff
path: root/lib/backup/manager.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-144/+195
* Add latest changes from gitlab-org/gitlab@14-9-stable-eeGitLab Bot2022-03-231-2/+1
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-111/+146
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-7/+151
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-5/+10
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-9/+27
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+12
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-5/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-20/+33
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-211-5/+23
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-3/+3
* Avoid calling freeze on already frozen strings in libDinesh Panda2019-09-101-1/+1
* Merge branch 'master' into incremental-backupsFrederic Van Espen2019-03-071-1/+2
|\
| * Add SSE-C key configuration option for Amazon S3 remote backupsPepijn Van Eeckhoudt2019-01-091-0/+1
| * Avoid extra storage bucket perm and querymk/avoid-extra-storage-perm-and-queryMichael Kozono2018-12-211-1/+1
* | fix code styleFrederic Van Espen2018-12-271-5/+5
* | Allow to override part of the backup filenameFrederic Van Espen2018-12-261-1/+5
|/
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-1/+1
* Add installation type to backup information fileBalasankar "Balu" C2018-10-051-0/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Find and mark more Git disk access locationsJacob Vosmaer (GitLab)2018-06-051-3/+3
* Fix backup creation and restore for specific Rake tasksStan Hu2018-05-241-24/+31
* Move conditional to a separate methodBalasankar "Balu" C2018-01-151-3/+5
* List available backups for restoreBalasankar "Balu" C2018-01-151-1/+6
* Decrease ABC threshold to 54.28Maxim Rydkin2017-10-221-4/+6
* Stub ENV in the backup task spec fileRémy Coutable2017-10-181-39/+39
* Adds EE tag detection to remove_old in gitlab backup.Tiago Botelho2017-09-211-1/+1
* Tighten up remove_old regex from gitlab backup manager.32796-tighten-up-remove-old-while-backing-up-gitlabTiago Botelho2017-09-201-1/+1
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-2/+2
* Support custom directory in gitlab:backup:create taskMarkus Koller2017-07-271-14/+28
* Fix rubocopfix-backup-raketaskAchilleas Pipinellis2017-05-231-1/+0
* Add missing regex to backup managerAchilleas Pipinellis2017-05-231-1/+6
* Merge branch 'gl-version-backup-file' into 'master' Rémy Coutable2017-04-261-1/+1
|\
| * Expose GitLab version in backup fileAchilleas Pipinellis2017-04-251-1/+1
* | Decrease ABC threshold to 57.08Maxim Rydkin2017-04-261-16/+19
|/
* Add storage class configuration option for Amazon S3 remote backupsJon Keys2017-02-281-1/+2
* Don’t exclude some file in lib from rubocopDouwe Maan2017-02-231-13/+13
* Fix specsKamil Trzcinski2017-01-311-1/+1
* Restore backup correctly when "BACKUP" environment variable is passedrestore-backup-when-env-variable-is-passedAdam Niedzielski2017-01-091-17/+27
* Fix Backup::Manager#remove_old25399-backup-task-is-not-working-on-8-15-preSean McGivern2016-12-071-9/+10
* Add Human Readable Timestamp to backup tar fileDavid Gerő2016-11-301-7/+11
* Use `File::exist?` instead of `File::exists?`bogdanvlviv2016-08-111-1/+1
* Only create the backup directory if it is localStan Hu2016-06-101-3/+18
* Replace colorize gem with rainbow.Connor Shea2016-06-031-15/+15
* Create the specified remote directory during backuprs-create-remote-backup-folderRobert Speicher2016-05-311-1/+1
* Improve after reviewfix-registry-backupsKamil Trzcinski2016-05-241-5/+5
* Fix backups if registry is disabledKamil Trzcinski2016-05-231-2/+11