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
2017-01-09Restore backup correctly when "BACKUP" environment variable is passedAdam Niedzielski
2016-12-07Fix Backup::Manager#remove_oldSean McGivern
2016-11-30Add Human Readable Timestamp to backup tar fileDavid Gerő
2016-10-27Backups do not fail anymore when using tar on annex and custom_hookstiagonbotelho
2016-08-30lib/backup: fix broken permissions when creating repo dirDirk Hörner
2016-08-11Use `File::exist?` instead of `File::exists?`bogdanvlviv
2016-07-25Fix backup restoreStan Hu
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-10Only create the backup directory if it is localStan Hu
2016-06-03Replace colorize gem with rainbow.Connor Shea
2016-05-31Create the specified remote directory during backupRobert Speicher
2016-05-25Improve after reviewKamil Trzcinski
2016-05-23Fix backups if registry is disabledKamil Trzcinski
2016-05-17Added backup of container registryKamil Trzcinski
2016-02-08Make sure there is a connection before using ActiveRecordJeroen Nijhof
2015-11-19Backup LFS objects same as any upload.Marin Jankovski
2015-11-18USe reject.Marin Jankovski
2015-11-18Check which folders and archives should be packed before passing to tar command.Marin Jankovski
2015-11-10Implement Build ArtifactsKamil Trzcinski
2015-11-04Replace all usages of `git` command with configurable binary pathRobert Speicher
2015-11-02Explicitly require backup/filesRobert Speicher
2015-10-16Do no rely on basename of builds, uploadsJacob Vosmaer
2015-10-06Remove superfluous mkdir -pJacob Vosmaer
2015-10-06Remove unused variableJacob Vosmaer
2015-10-06Keep old path: db/database.sql.gzJacob Vosmaer
2015-10-06Remove old "files" tarball explicitlyJacob Vosmaer
2015-10-06Reduce disk IO during SQL backupJacob Vosmaer
2015-10-06Use tar for intermediate backup storageJacob Vosmaer
2015-09-25Add support for AWS S3 Server-Side Encryption supportPaul Beattie
2015-09-18add pg_schema to backup configValery Sizov
2015-09-16Fix backup testsKamil Trzcinski
2015-09-15Fix builds directory storeKamil Trzcinski
2015-09-15Cleanup CI backup => migrate with GitLabKamil Trzcinski
2015-08-21Do not delete the SQL dump too earlyJacob Vosmaer
2015-08-12Workaround the warnings emitted by MySQL 5.6 regarding password on theTed Strzalkowski
2015-08-03Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2015-07-30Stricter mkdir's in 'rake gitlab:backup:create'Jacob Vosmaer
2015-07-29Set internal backup directory modes on createJacob Vosmaer
2015-07-27Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into backup-archive-p...Jacob Vosmaer
2015-07-21Don't stop if database.sql.gz already existsJacob Vosmaer
2015-07-08Merge branch 'improve-postgres-restore-cleaning' into 'master' Dmitriy Zaporozhets
2015-07-07Use native Postgres database cleaning during backup restoreJacob Vosmaer
2015-07-06Allow custom backup archive permissionsJacob Vosmaer
2015-07-06Compress database backupKamil Trzcinski
2015-06-22Merge branch 'restore_uploads_fix' into 'master'Dmitriy Zaporozhets
2015-06-09use gitlab not gitlabciJeroen Nijhof
2015-06-09update fog to 1.25.0 and add multipart upload supportJeroen Nijhof
2015-04-02ability to skip some items in backupValery Sizov
2015-03-28Don't use chmod_R for backup tarsVinnie Okada
2015-03-25Change directory when removing old backupsVinnie Okada