summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/backup/manager_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Stub ENV in the backup task spec fileRémy Coutable2017-10-181-4/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Adds EE tag detection to remove_old in gitlab backup.Tiago Botelho2017-09-211-5/+11
|
* Tighten up remove_old regex from gitlab backup manager.32796-tighten-up-remove-old-while-backing-up-gitlabTiago Botelho2017-09-201-9/+37
|
* Merge branch '34319-remove-useless-type-definitions-from-specs' into 'master'Robert Speicher2017-07-271-1/+1
|\ | | | | | | | | | | | | Remove superfluous tags in RSpec examples. Closes #34319 See merge request !12754
| * Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | | | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Support custom directory in gitlab:backup:create taskMarkus Koller2017-07-271-0/+52
|/
* Fix testsAchilleas Pipinellis2017-05-231-14/+15
|
* Add tests for removing old backups with the new timestampAchilleas Pipinellis2017-05-231-6/+13
|
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Restore backup correctly when "BACKUP" environment variable is passedrestore-backup-when-env-variable-is-passedAdam Niedzielski2017-01-091-16/+98
|
* Fix Backup::Manager#remove_old25399-backup-task-is-not-working-on-8-15-preSean McGivern2016-12-071-0/+127