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 (Collapse)Author
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
This sidesteps problems with running 'chmod' on some CIFS mounts.
2015-07-06Allow custom backup archive permissionsJacob Vosmaer
This change helps system administrators who want to replicate GitLab backup files without needing root permissions.
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
When creating backup tar files, only change permissions on the `db`, `uploads`, and `repositories` directories, not their contents.
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
Use more restrictive permissions for backup tar files and for the db, uploads, and repositories directories inside the tar files.
2015-03-17Revert "Merge branch 'backup-permissions' into 'master'"Dmitriy Zaporozhets
This reverts commit c42262b43b009af990e5769840391862d64a1c2d, reversing changes made to c6586b1283a94c8f08bc669f4d8a9384b263073e.
2015-03-15Change permissions on backup filesVinnie Okada
Use more restrictive permissions for backup tar files and for the db, uploads, and repositories directories inside the tar files.
2015-02-19Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets
This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
2015-02-16Fix broken access control and refactor avatar uploadHannes Rosenögger
This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
2014-11-20Add CRON=1 backup setting for quiet backupsJacob Vosmaer
2014-10-01Fail harder in the backup scriptJacob Vosmaer
This change also shows the output of failed Git commands during the backup.
2014-09-29Add backup upload support to the rake taskJacob Vosmaer
2014-05-08Apply the locale encoding to `tar --version`Jacob Vosmaer
Fixes a bug with non-UTF8 locales introduced by 2b816075dc71dfe8f6f9e5349fdff7f03ad9dad0.
2014-03-03Replace backticks with Gitlab::PopenJacob Vosmaer
2014-02-27Use Gitlab::VERSION to version backupsJacob Vosmaer
Previous to this commit, backups were tied to the git revision (SHA1) of the app at the time the backup:create command was invoked. If the SHA1 at the time of restore was different, the script would refuse to restore the backup. This commit loosens this tie so that the backup script only complains if the value of the Gitlab::VERSION constant is different between the time of backup and the time of restore.
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