Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
2018-07-31Remove feature flags from lib/backupZeger-Jan van de Weg
2018-06-25Move repo backup RPC's to opt-outJacob Vosmaer
2018-06-21Restore custom hooks for wikiAhmad Hassan
2018-06-20Move backup custom hooks up a levelAhmad Hassan
2018-06-19Output done for wiki and repoAhmad Hassan
2018-06-15Migrate repo backup to gitalyAhmad Hassan
2018-06-07Use RestoreCustomHooks RPC in restore rake taskAhmad Hassan
2018-06-05Find and mark more Git disk access locationsJacob Vosmaer (GitLab)
2018-05-28Use Gitaly's DeleteAllRepositories RPC during backup restoreJacob Vosmaer (GitLab)
2018-05-24Merge branch 'migrate-restore-repo-to-gitaly' into 'master'Douwe Maan
2018-05-24Fix backup creation and restore for specific Rake tasksStan Hu
2018-05-24Remove unneeded gitaly_migrate functionAhmad Hassan
2018-05-23Take restoring custom hooks and the skip flag out of scopeAhmad Hassan
2018-05-21Remove gitaly_migrate blocks and replace by early returnAhmad Hassan
2018-05-18Move restore_custom_hooks to its seperate functionAhmad Hassan
2018-05-17Return from prepare directory if gitaly skip is enabledAhmad Hassan
2018-05-17Call path_to_repo only when using gitalyAhmad Hassan
2018-05-16Link to upstream gitaly issues for the missing restore pathsDJ Mountney
2018-05-15Fix the paths for wiki restoreDJ Mountney
2018-05-15Output project name before restoring each project repoDJ Mountney
2018-05-15Remove hooks restore that is no longer necessaryDJ Mountney
2018-05-15Add back some of the non-gitaly restore functionality behind gatesDJ Mountney
2018-05-15Wrap create_from_bundle in a begin rescue blockAhmad Hassan
2018-05-15Better repo restore progress loggingAhmad Hassan
2018-05-15Remove useless print lineAhmad Hassan
2018-05-15Use gitaly repository_service.CreateFromBundle to restoreAhmad Hassan
2018-04-23Describe workaround when restore fails because of `Errno::EBUSY`Bob Van Landuyt
2018-03-30Move existing dirs to a temp location while restoreBalasankar "Balu" C
2018-03-21Route path lookups through legacy_disk_pathJacob Vosmaer
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-12-07Remove Rugged::Repository#empty?Zeger-Jan van de Weg
2017-11-15Fix dumping hashed storage based repositoryGabriel Mazetto
2017-09-30Ensure all refs are restored on a restore from backupStan Hu
2017-08-22Refactor project and storage typesGabriel Mazetto
2017-08-01Rename ensure_dir_exist -> ensure_storage_path_existGabriel Mazetto
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-08-01Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-07-29Protect backups from stale cache for repo existsMichael Kozono
2017-06-07fix typoJames Lopez
2017-06-07fix wikiJames Lopez
2017-06-07refactor code and specJames Lopez
2017-06-07fix backup task to ignore errors per projectJames Lopez
2017-03-29Fix custom hooks restoreJacob Vosmaer
2017-03-07Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern
2017-03-03Remove remnants of git annexPawel Chojnacki
2017-03-03Update storage settings to allow extra values per shardAlejandro Rodríguez
2017-02-23Don’t exclude some file in lib from rubocopDouwe Maan
2017-02-14Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets