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-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-08Merge branch 'use-restore-custom-hooks-gitaly' into 'master'Douwe Maan
2018-06-07Use RestoreCustomHooks RPC in restore rake taskAhmad Hassan
2018-06-07Consistently use tar lookup functionJacob Vosmaer
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-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2018-01-16Merge branch 'print-list-of-available-backups' into 'master'Douwe Maan
2018-01-15Move conditional to a separate methodBalasankar "Balu" C
2018-01-15List available backups for restoreBalasankar "Balu" C
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-12-20Ignore "lost+found" folder during backup on a volumejulien MILLAU
2017-12-07Remove Rugged::Repository#empty?Zeger-Jan van de Weg
2017-12-03Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski
2017-11-15Fix dumping hashed storage based repositoryGabriel Mazetto
2017-10-22Decrease ABC threshold to 54.28Maxim Rydkin
2017-10-18Stub ENV in the backup task spec fileRémy Coutable
2017-09-30Ensure all refs are restored on a restore from backupStan Hu
2017-09-21Adds EE tag detection to remove_old in gitlab backup.Tiago Botelho
2017-09-20Tighten up remove_old regex from gitlab backup manager.Tiago Botelho
2017-08-22Refactor project and storage typesGabriel Mazetto
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
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