gitlab-org--gitlab-foss/app/views/admin
Kamil Trzcinski 120f9abaa1 Add GitLab Pages
- 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
2017-01-31 22:50:39 +00:00
..
abuse_reports Remove admin.scss 2016-12-05 12:22:11 -06:00
appearances Change show-gl-field-errors to gl-show-field-errors 2016-11-02 11:35:21 +01:00
application_settings Add GitLab Pages 2017-01-31 22:50:39 +00:00
applications HAMLLint: Fix SpaceInsideHashAttributes offences 2016-12-31 11:58:36 +05:30
background_jobs HAMLLint: Fix SpaceInsideHashAttributes offences 2016-12-31 11:58:36 +05:30
broadcast_messages HAMLLint: Fix UnnecessaryInterpolation and UnnecessaryStringOutput offences correctly 2017-01-24 10:29:54 -08:00
builds Fix misaligned buttons on admin builds page 2016-11-17 12:59:12 +02:00
dashboard Add support for nested groups to admin routing 2016-12-11 10:30:10 +02:00
deploy_keys Adds CSS to match the mockups and makes table responsive 2016-12-12 16:00:50 +00:00
groups HAMLLint: Fix SpaceInsideHashAttributes offences 2016-12-31 11:58:36 +05:30
health_check Remove unnecessary parens 2016-06-30 16:01:26 +03:00
hooks HAMLLint: Fix SpaceBeforeScript offences 2016-12-31 11:43:08 +05:30
identities HAMLLint: Fix UnnecessaryStringOutput offences 2017-01-24 10:09:28 -08:00
keys
labels HAMLLint: Fix SpaceInsideHashAttributes offences 2016-12-31 11:58:36 +05:30
logs Remove white space between nav items 2016-12-14 10:32:14 -05:00
projects Add more storage statistics 2016-12-21 16:39:49 +01:00
requests_profiles Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
runners HAMLLint: Fix UnnecessaryInterpolation offences 2017-01-24 10:09:28 -08:00
services Pass @service using subject 2016-11-21 13:43:37 +01:00
spam_logs Allow Issue to be submitted as spam 2016-08-15 13:18:15 -05:00
system_info HAMLLint: Fix UnnecessaryStringOutput offences 2017-01-24 10:09:28 -08:00
users HAMLLint: Fix UnnecessaryInterpolation offences 2017-01-24 10:09:28 -08:00