summaryrefslogtreecommitdiff
path: root/spec/tasks/gitlab/backup_rake_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Stub ENV in the backup task spec fileRémy Coutable2017-10-181-145/+70
* Gitaly namespace service enabled for GitLabZeger-Jan van de Weg2017-10-051-7/+10
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-2/+2
* Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-011-3/+3
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-10/+10
* Stop using deprecated `path` field on Gitaly messagesAlejandro Rodríguez2017-06-141-0/+4
* Don't reuse gRPC channelsJacob Vosmaer2017-05-151-1/+0
* Relax rake backup regex to handle CE and EE RCssh-relax-backup-rake-specStan Hu2017-05-121-1/+1
* Fix failing backup filename spec for RCssh-fix-failing-rc1-backup-specStan Hu2017-05-111-1/+1
* Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker2017-04-281-2/+4
* Fix failing specgl-version-backup-fileAchilleas Pipinellis2017-04-261-1/+1
* Merge branch 'rs-empty-project-misc' into 'master' Rémy Coutable2017-03-301-3/+3
|\
| * Use Project `:repository` trait where necessary in task specsRobert Speicher2017-03-271-3/+3
* | Allow backup tests to run locallyauthor Jacob Vosmaer jacob@gitlab.com 1490710538 +02002017-03-291-3/+7
* | Expand relative paths in storagesJacob Vosmaer2017-03-291-2/+2
|/
* Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-2/+2
|\
| * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-2/+2
* | Remove remnants of git annexPawel Chojnacki2017-03-031-20/+1
|/
* Add GitLab PagesKamil Trzcinski2017-01-311-5/+9
* Restore backup correctly when "BACKUP" environment variable is passedrestore-backup-when-env-variable-is-passedAdam Niedzielski2017-01-091-1/+1
* Merge branch '23718/backup-rake-task-human-readable' into 'master' Douwe Maan2016-12-011-0/+31
|\
| * Add Human Readable Timestamp to backup tar fileDavid Gerő2016-11-301-0/+31
* | Move task helpers to a module22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-to-gitlab-shell-installRémy Coutable2016-11-301-1/+1
|/
* Backups do not fail anymore when using tar on annex and custom_hookstiagonbotelho2016-10-271-1/+73
* fixes build with cache:clear issuetiagonbotelho2016-10-241-0/+1
* Use `File::exist?` instead of `File::exists?`bogdanvlviv2016-08-111-1/+1
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-7/+7
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-45/+85
* Fix backups if registry is disabledKamil Trzcinski2016-05-231-0/+18
* Added backup of container registryKamil Trzcinski2016-05-161-5/+9
* Ensure uploads dir exists when running backup specstests/isolate-carrierwave-uploadsGrzegorz Bizon2016-03-301-0/+4
* Reload the schema before restoring a database backupDrew Blessing2016-03-211-18/+22
* Add lfs to backup specs.lfs_default_and_backupMarin Jankovski2015-11-191-5/+9
* Specs that failed before the fix.Marin Jankovski2015-11-181-1/+2
* Implement Build ArtifactsKamil Trzcinski2015-11-101-5/+9
* One more backup spec fixJacob Vosmaer2015-10-061-0/+1
* Spec fixes for new backup contentsJacob Vosmaer2015-10-061-7/+7
* Fix rubocop warnings in spec/lib and spec/tasksGuilherme Garnier2015-10-031-1/+1
* Fix backup testsKamil Trzcinski2015-09-161-2/+2
* Fix: tasks/gitlab/backup_rake_spec.rbKamil Trzcinski2015-09-151-3/+3
* Cleanup CI backup => migrate with GitLabKamil Trzcinski2015-09-151-0/+4
* Use a separate backup test directory and nuke its contentsJacob Vosmaer2015-07-241-6/+4
* Create more backups during backup testsJacob Vosmaer2015-07-241-13/+11
* Use a loop when enabling subtasksJacob Vosmaer2015-07-101-3/+3
* Remove rake task re-enabling into a methodJacob Vosmaer2015-07-091-6/+8
* More hacks to get the specs working againJacob Vosmaer2015-07-081-0/+3
* Add tests for custom backup archive file permissionsJacob Vosmaer2015-07-071-4/+27
* Fix rubocop issues after merge of recent masterDmitriy Zaporozhets2015-06-231-2/+2
* Change `to_not` calls to `not_to`Robert Speicher2015-06-221-1/+1