summaryrefslogtreecommitdiff
path: root/spec/lib/backup
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-195-23/+175
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-203-3/+59
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-163-141/+313
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+10
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-9/+5
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-172-3/+19
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-194-15/+208
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eeGitLab Bot2020-11-031-0/+21
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-213-233/+309
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-197-2/+232
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-281-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-6/+82
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-204-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-161-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-061-7/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-9/+44
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-131-0/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-122-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-211-2/+34
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-201-2/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-24/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-031-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-1/+44
|
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-264-0/+8
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Replaced config accessDominic Renner2019-03-181-0/+18
| | | | Replaced Settings with Gitlab.config for uniformity
* Add SSE-C key configuration option for Amazon S3 remote backupsPepijn Van Eeckhoudt2019-01-091-0/+1
|
* Restore Object Pools when restoring an object poolZeger-Jan van de Weg2018-12-131-0/+13
| | | | | | | | | | | | | | | | Pool repositories are persisted in the database, and when the DB is restored, the data need to be restored on disk. This is done by resetting the state machine and rescheduling the object pool creation. This is not an exact replica of the state like at the time of the creation of the backup. However, the data is consistent again. Dumping isn't required as internally GitLab uses git bundles which bundle all refs and include all objects in the bundle that they require, reduplicating as more repositories get backed up. This does require more data to be stored. Fixes https://gitlab.com/gitlab-org/gitaly/issues/1355
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-292-8/+0
| | | | | | | | | | 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
* Remove feature flags from lib/backupZeger-Jan van de Weg2018-07-311-25/+15
| | | | | | | | | | | | | Moved to OPT_OUT in 7d14b725a0da41d1ae7c0a8496b5e66832023e3b, Now, by removing the feature gates, this is an mandatory feature. Related issues: - https://gitlab.com/gitlab-org/gitaly/issues/526 - https://gitlab.com/gitlab-org/gitaly/issues/1194 Closes https://gitlab.com/gitlab-org/gitaly/issues/749 Closes https://gitlab.com/gitlab-org/gitaly/issues/1212 Closes https://gitlab.com/gitlab-org/gitaly/issues/1195
* Find and mark more Git disk access locationsJacob Vosmaer (GitLab)2018-06-052-2/+6
|
* Fix Fog mockingKamil TrzciƄski2018-06-051-5/+2
|
* Use File.join in DeleteAllRepositories testJacob Vosmaer2018-06-011-1/+1
|
* Use Gitaly's DeleteAllRepositories RPC during backup restoreJacob Vosmaer (GitLab)2018-05-281-0/+34
|
* Merge branch 'migrate-restore-repo-to-gitaly' into 'master'Douwe Maan2018-05-241-26/+3
|\ | | | | | | | | | | | | Use gitaly repository_service.CreateRepositoryFromBundle to restore (rake task) Closes charts/gitlab#390 See merge request gitlab-org/gitlab-ce!18644
| * Fix failing specsAhmad Hassan2018-05-161-26/+3
| |
* | Fix backup creation and restore for specific Rake tasksStan Hu2018-05-242-6/+7
|/
* Bump Gitaly to 0.98.0Zeger-Jan van de Weg2018-05-071-2/+2
| | | | | | Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
* Describe workaround when restore fails because of `Errno::EBUSY`Bob Van Landuyt2018-04-232-0/+26
| | | | | | When `Errno::EBUSY` is raised during restore, this could indicate that the directory being restored into is a mountpoint. In this case we explain the user how to retry the restore.
* Add more testsBalasankar "Balu" C2018-03-301-3/+26
|
* Make rubocop happyBalasankar "Balu" C2018-03-301-2/+1
|
* Add basic testsBalasankar "Balu" C2018-03-302-0/+55
|
* Move existing dirs to a temp location while restoreBalasankar "Balu" C2018-03-301-0/+2
| | | | | | | 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 LFS direct_upload from EEac/lfs-direct-upload-ee-to-ceAlessio Caiazza2018-03-271-0/+4
|
* Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-1/+1
|
* Clean up backup/restore temporary directorysh-fix-backup-restore-cleanupStan Hu2018-03-021-2/+19
|
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-3/+15
|
* Check for both backup filesprint-list-of-available-backupsBalasankar "Balu" C2018-01-161-1/+1
|
* Imitate other specsBalasankar "Balu" C2018-01-161-1/+1
|