summaryrefslogtreecommitdiff
path: root/lib/backup/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-131-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-8/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-141-1/+0
* Add convenience methods for creating project and Wiki repositoriesStan Hu2019-02-051-1/+1
* Send project name with Gitaly repository requestsStan Hu2019-02-051-1/+1
* Restore Object Pools when restoring an object poolZeger-Jan van de Weg2018-12-131-1/+15
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Remove feature flags from lib/backupZeger-Jan van de Weg2018-07-311-150/+21
* Move repo backup RPC's to opt-outgitaly-backup-opt-outJacob Vosmaer2018-06-251-4/+4
* Restore custom hooks for wikirestore-custom-hooks-wikiAhmad Hassan2018-06-211-0/+2
* Move backup custom hooks up a leveluse-backup-custom-hooks-gitalyAhmad Hassan2018-06-201-4/+2
* Output done for wiki and repoAhmad Hassan2018-06-191-14/+3
* Migrate repo backup to gitalyAhmad Hassan2018-06-151-43/+80
* Use RestoreCustomHooks RPC in restore rake taskAhmad Hassan2018-06-071-10/+23
* Find and mark more Git disk access locationsJacob Vosmaer (GitLab)2018-06-051-3/+10
* Use Gitaly's DeleteAllRepositories RPC during backup restoreJacob Vosmaer (GitLab)2018-05-281-20/+36
* Merge branch 'migrate-restore-repo-to-gitaly' into 'master'Douwe Maan2018-05-241-45/+43
|\
| * Remove unneeded gitaly_migrate functionmigrate-restore-repo-to-gitalyAhmad Hassan2018-05-241-8/+0
| * Take restoring custom hooks and the skip flag out of scopeAhmad Hassan2018-05-231-4/+2
| * Remove gitaly_migrate blocks and replace by early returnAhmad Hassan2018-05-211-33/+26
| * Move restore_custom_hooks to its seperate functionAhmad Hassan2018-05-181-16/+20
| * Return from prepare directory if gitaly skip is enabledAhmad Hassan2018-05-171-0/+2
| * Call path_to_repo only when using gitalyAhmad Hassan2018-05-171-1/+1
| * Link to upstream gitaly issues for the missing restore pathsDJ Mountney2018-05-161-6/+8
| * Fix the paths for wiki restoreDJ Mountney2018-05-151-7/+8
| * Output project name before restoring each project repoDJ Mountney2018-05-151-0/+1
| * Remove hooks restore that is no longer necessaryDJ Mountney2018-05-151-7/+0
| * Add back some of the non-gitaly restore functionality behind gatesDJ Mountney2018-05-151-20/+66
| * Wrap create_from_bundle in a begin rescue blockAhmad Hassan2018-05-151-5/+19
| * Better repo restore progress loggingAhmad Hassan2018-05-151-1/+5
| * Remove useless print lineAhmad Hassan2018-05-151-1/+0
| * Use gitaly repository_service.CreateFromBundle to restoreAhmad Hassan2018-05-151-53/+2
* | Fix backup creation and restore for specific Rake tasksStan Hu2018-05-241-4/+6
|/
* Describe workaround when restore fails because of `Errno::EBUSY`Bob Van Landuyt2018-04-231-0/+2
* Move existing dirs to a temp location while restoreBalasankar "Balu" C2018-03-301-6/+18
* Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-2/+2
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Remove Rugged::Repository#empty?Zeger-Jan van de Weg2017-12-071-6/+3
* Fix dumping hashed storage based repositoryGabriel Mazetto2017-11-151-8/+16
* Ensure all refs are restored on a restore from backupsh-restore-all-refs-backupStan Hu2017-09-291-1/+1
* Refactor project and storage typesGabriel Mazetto2017-08-221-1/+1
* Rename ensure_dir_exist -> ensure_storage_path_existGabriel Mazetto2017-08-011-1/+1
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-3/+3
* Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-011-2/+2
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-3/+3
* Protect backups from stale cache for repo existsMichael Kozono2017-07-281-0/+1
* fix typofix/backup-restore-resumeJames Lopez2017-06-071-1/+1
* fix wikiJames Lopez2017-06-071-1/+1
* refactor code and specJames Lopez2017-06-071-25/+21
* fix backup task to ignore errors per projectJames Lopez2017-06-071-26/+29