- 31 Jan, 2017 3 commits
-
-
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
-
Ritave authored
Fixes #24021
-
Padilla, Gerald authored
-
- 30 Jan, 2017 2 commits
-
-
Luke "Jared" Bennett authored
Fixed delete labels not working Review changes
-
Z.J. van de Weg authored
-
- 27 Jan, 2017 4 commits
-
-
Oswaldo Ferreira authored
-
Sean McGivern authored
When there was no project, no search, and no current user or author param, the AutocompleteController would call `#uniq!` on a relation instead of an array. This performed the less-efficient `SELECT DISTINCT` when it wasn't even needed (because the query wouldn't return duplicates anyway - duplicates were only added by putting a user on top of the list).
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 26 Jan, 2017 2 commits
-
-
Felipe Artur authored
-
-
- 25 Jan, 2017 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 24 Jan, 2017 3 commits
-
-
Z.J. van de Weg authored
-
YarNayar authored
See !8028 and #24833
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 23 Jan, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 20 Jan, 2017 2 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- 19 Jan, 2017 1 commit
-
-
Takuya Noguchi authored
-
- 18 Jan, 2017 6 commits
-
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 17 Jan, 2017 6 commits
-
-
Phil Hughes authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 16 Jan, 2017 4 commits
-
-
Martin Cabrera authored
-
Martin Cabrera authored
-
Adam Niedzielski authored
It improves performance in dashboard milestone index page by passing a hint to "IssuesFinder". "IssuesFinder" generates a more performant query when it is limited to authorized projects for user. In the dashboard we already limit the projects to these authorized for user (see "Dashboard::ApplicationController#projects"), so we can safely pass this option to "IssuesFinder".
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 15 Jan, 2017 3 commits
-
-
sandish chen authored
Change validity checking for UpdateService. Add return value for project update service. Return 302(redirect_to) when successfully updated. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Martin Cabrera authored
-
Martin Cabrera authored
-
- 13 Jan, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 12 Jan, 2017 1 commit
-
-
Robert Speicher authored
Use ReactiveCaching to update external CI status asynchronously See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2055
-