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-08-11Use `File::exist?` instead of `File::exists?`bogdanvlviv
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-10-06Keep old path: db/database.sql.gzJacob 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-16Fix backup testsKamil Trzcinski
2015-08-03Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2015-07-29Set internal backup directory modes on createJacob Vosmaer
2015-07-06Allow custom backup archive permissionsJacob Vosmaer
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
2015-03-20Call chdir() with a blockVinnie Okada
2015-03-18Change permissions on backup filesVinnie Okada
2015-03-17Revert "Merge branch 'backup-permissions' into 'master'"Dmitriy Zaporozhets
2015-03-15Change permissions on backup filesVinnie Okada
2015-02-19Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets
2015-02-16Fix broken access control and refactor avatar uploadHannes Rosenögger
2014-11-20Add CRON=1 backup setting for quiet backupsJacob Vosmaer
2014-10-01Fail harder in the backup scriptJacob Vosmaer
2014-09-29Add backup upload support to the rake taskJacob Vosmaer
2014-05-08Apply the locale encoding to `tar --version`Jacob Vosmaer
2014-03-03Replace backticks with Gitlab::PopenJacob Vosmaer
2014-02-27Use Gitlab::VERSION to version backupsJacob Vosmaer
2013-11-06Remove duplication in Backup::ManagerJacob Vosmaer
2013-11-06Remove Bourne shell from backup codeJacob Vosmaer
2013-08-05move backup logic to lib. Fixed removing outdated backupsDmitriy Zaporozhets