- 03 Mar, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- 31 Jan, 2017 1 commit
-
-
Kamil Trzcinski authored
- The pages are created when build artifacts for `pages` job are uploaded - Pages serve the content under: http://group.pages.domain.com/project - Pages can be used to serve the group page, special project named as host: group.pages.domain.com - User can provide own 403 and 404 error pages by creating 403.html and 404.html in group page project - Pages can be explicitly removed from the project by clicking Remove Pages in Project Settings - The size of pages is limited by Application Setting: max pages size, which limits the maximum size of unpacked archive (default: 100MB) - The public/ is extracted from artifacts and content is served as static pages - Pages asynchronous worker use `dd` to limit the unpacked tar size - Pages needs to be explicitly enabled and domain needs to be specified in gitlab.yml - Pages are part of backups - Pages notify the deployment status using Commit Status API - Pages use a new sidekiq queue: pages - Pages use a separate nginx config which needs to be explicitly added
-
- 09 Jan, 2017 1 commit
-
-
Adam Niedzielski authored
-
- 30 Nov, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
David Gerő authored
-
- 27 Oct, 2016 1 commit
-
-
tiagonbotelho authored
only.
-
- 24 Oct, 2016 1 commit
-
-
tiagonbotelho authored
-
- 11 Aug, 2016 1 commit
-
-
bogdanvlviv authored
Since version ruby-2.2.0, method `File::exists?` is deprecated.
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 01 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 30 Jun, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 23 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 16 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 30 Mar, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 22 Mar, 2016 1 commit
-
-
Drew Blessing authored
-
- 19 Nov, 2015 1 commit
-
-
Marin Jankovski authored
-
- 18 Nov, 2015 1 commit
-
-
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 2 commits
-
-
Jacob Vosmaer authored
Stop the 'uploads' part from actually running.
-
Jacob Vosmaer authored
-
- 03 Oct, 2015 1 commit
-
-
Guilherme Garnier authored
-
- 15 Sep, 2015 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 24 Jul, 2015 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
I hope this makes the backup tests more reliable.
-
- 10 Jul, 2015 1 commit
-
-
Jacob Vosmaer authored
-
- 09 Jul, 2015 1 commit
-
-
Jacob Vosmaer authored
-
- 08 Jul, 2015 1 commit
-
-
Jacob Vosmaer authored
-
- 07 Jul, 2015 1 commit
-
-
Jacob Vosmaer authored
-
- 23 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 22 Jun, 2015 3 commits
-
-
Robert Speicher authored
These fixes were performed automatically by Rubocop's `-a` flag.
-
Robert Speicher authored
Both work, but now we're consistent across the entire app.
-
Robert Speicher authored
-
- 02 Apr, 2015 2 commits
-
-
Stan Hu authored
If a filename happened to contain "db" and enough "rwx" characters before, then this test would previously fail. For example: ``` drwxr-xr-x gitlab-runner/gitlab-runner 0 2015-04-02 07:46 uploads/tmp/cassidy.stokes8477/gitlabhq/36d972fa55d6b44810fc6fd843473adb/ ``` Adding a space before the "db" match string tightens up the regexp and reduces the chance of unintended match.
-
Valery Sizov authored
-