summaryrefslogtreecommitdiff
path: root/lib/backup/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Gitaly restoretest-backup-restoreAhmad Hassan2018-04-281-50/+53
* 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
* Fix custom hooks restoreJacob Vosmaer2017-03-291-1/+3
* Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-2/+3
|\
| * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-2/+3
* | Remove remnants of git annexPawel Chojnacki2017-03-031-3/+2
|/
* Don’t exclude some file in lib from rubocopDouwe Maan2017-02-231-7/+8
* Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-1/+1
* Backups do not fail anymore when using tar on annex and custom_hookstiagonbotelho2016-10-271-16/+76
* lib/backup: fix broken permissions when creating repo dirDirk Hörner2016-08-301-1/+1
* Use `File::exist?` instead of `File::exists?`bogdanvlviv2016-08-111-4/+4
* Fix backup restorefix-backup-restoreStan Hu2016-07-251-2/+2
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-12/+14
* Replace colorize gem with rainbow.Connor Shea2016-06-031-13/+13
* Replace all usages of `git` command with configurable binary pathrs-git-bin-pathRobert Speicher2015-11-031-3/+3
* Stricter mkdir's in 'rake gitlab:backup:create'backup-directory-permissionsJacob Vosmaer2015-07-301-1/+4
* Set internal backup directory modes on createJacob Vosmaer2015-07-291-1/+1
* backup repo with tar instead of git bundleValery Sizov2015-03-191-2/+3
* Properly fix wiki restore.Achilleas Pipinellis2014-11-301-12/+14
* Proper wiki restore. Fixes #845Achilleas Pipinellis2014-11-291-8/+12
* Add CRON=1 backup setting for quiet backupsJacob Vosmaer2014-11-201-16/+25
* Correctly restore empty repositories.Dimitry Andric2014-11-131-1/+7
* Factor using Repository#path_to_repoCiro Santilli2014-11-051-1/+1
* Ask the wiki repo, not Gollum, if it's emptyJacob Vosmaer2014-10-201-1/+1
* Fail harder in the backup scriptJacob Vosmaer2014-10-011-6/+17
* Use create-hooks instead of rewrite-hooks.shJacob Vosmaer2014-09-081-1/+1
* Backup wiki repo even if the main repo is emptyJacob Vosmaer2014-05-081-6/+3
* Use ProjectWiki instead of GollumWiki in codeDmitriy Zaporozhets2014-04-091-2/+2
* Use gitlab_shell.path to invoke rewrite-hooks.shJacob Vosmaer2014-02-261-2/+1
* Remove Bourne shell from backup codeJacob Vosmaer2013-11-061-5/+9
* Revert "More escaping"Dmitriy Zaporozhets2013-11-051-5/+4
* More escapingNigel Kukard2013-11-041-4/+5
* Skip rather than fail empty wikis during backupJacob Vosmaer2013-10-101-1/+3
* fixes for gitlab restore with non-standard backup and repo dirsAngus MacArthur2013-05-301-1/+1