- 11 Aug, 2016 1 commit
-
-
bogdanvlviv authored
Since version ruby-2.2.0, method `File::exists?` is deprecated.
-
- 10 Jun, 2016 1 commit
-
-
Stan Hu authored
Closes #12710
-
- 03 Jun, 2016 3 commits
-
-
Connor Shea authored
Colorize is a gem licensed under the GPLv2, so we can’t use it in GitLab without relicensing GitLab under the terms of the GPL. Rainbow is licensed under the MIT license and does the exact same thing as Colorize, so Rainbow was added in place of Colorize. The syntax is slightly different for Rainbow vs. Colorize, and was updated in accordance. The gem is still a dependency of Spinach, so it’s included in the development/test environments, but won’t be packaged with the actual product, and therefore doesn’t require we relicense the product. An attempt at relicensing Colorize was made, but didn’t succeed as the library owner never responded. Rainbow library: https://github.com/sickill/rainbow Relevant issue regarding licensing in GitLab's gems: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3775
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 31 May, 2016 1 commit
-
-
Robert Speicher authored
This is idempotent, so there's no harm calling it if the directory already exists. Closes #12710
-
- 25 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 23 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 16 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 08 Feb, 2016 1 commit
-
-
Jeroen Nijhof authored
-
- 19 Nov, 2015 1 commit
-
-
Marin Jankovski authored
-
- 18 Nov, 2015 2 commits
-
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 10 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
- Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
-
- 06 Oct, 2015 3 commits
-
-
Jacob Vosmaer authored
Documentation elsewhere refers to this internal path, let's keep it.
-
Jacob Vosmaer authored
By using light gzip compression we can save a lot of disk IO during the backup.
-
Jacob Vosmaer authored
During the backup we create an intermediate copy of two directories: builds and uploads. Instead of creating many small files with 'cp -r', we now use tar (and fast gzip) to create single intermediate files. This saves on disk IO and disk space while creating a backup.
-
- 25 Sep, 2015 1 commit
-
-
Paul Beattie authored
This adds support for AWS S3 SSE with S3 managed keys, this means the data is encrypted at rest and the encryption is handled transparently to the end user as well as in the AWS Console. This is optional and not required to make S3 uploads work.
-
- 15 Sep, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 29 Jul, 2015 1 commit
-
-
Jacob Vosmaer authored
This sidesteps problems with running 'chmod' on some CIFS mounts.
-
- 06 Jul, 2015 1 commit
-
-
Jacob Vosmaer authored
This change helps system administrators who want to replicate GitLab backup files without needing root permissions.
-
- 09 Jun, 2015 2 commits
-
-
Jeroen Nijhof authored
-
Jeroen Nijhof authored
-
- 02 Apr, 2015 1 commit
-
-
Valery Sizov authored
-
- 28 Mar, 2015 1 commit
-
-
Vinnie Okada authored
When creating backup tar files, only change permissions on the `db`, `uploads`, and `repositories` directories, not their contents.
-
- 25 Mar, 2015 1 commit
-
-
Vinnie Okada authored
-
- 20 Mar, 2015 1 commit
-
-
Vinnie Okada authored
-
- 18 Mar, 2015 1 commit
-
-
Vinnie Okada authored
Use more restrictive permissions for backup tar files and for the db, uploads, and repositories directories inside the tar files.
-
- 17 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
This reverts commit c42262b4, reversing changes made to c6586b12.
-
- 15 Mar, 2015 1 commit
-
-
Vinnie Okada authored
Use more restrictive permissions for backup tar files and for the db, uploads, and repositories directories inside the tar files.
-
- 19 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
This reverts commit 7d5f86f6.
-
- 16 Feb, 2015 1 commit
-
-
Hannes Rosenögger authored
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.
-
- 20 Nov, 2014 1 commit
-
-
Jacob Vosmaer authored
-
- 01 Oct, 2014 1 commit
-
-
Jacob Vosmaer authored
This change also shows the output of failed Git commands during the backup.
-
- 29 Sep, 2014 1 commit
-
-
Jacob Vosmaer authored
-
- 08 May, 2014 1 commit
-
-
Jacob Vosmaer authored
Fixes a bug with non-UTF8 locales introduced by 2b816075.
-
- 03 Mar, 2014 1 commit
-
-
Jacob Vosmaer authored
-
- 27 Feb, 2014 1 commit
-
-
Jacob Vosmaer authored
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.
-
- 06 Nov, 2013 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-