gitlab-org--gitlab-foss/app/controllers/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_controller.rb Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage' 2016-05-18 12:48:23 -05:00
appearances_controller.rb Fix admin appearance settings preview 2016-06-20 13:18:18 +03:00
application_controller.rb Fix issue with impersonation 2016-04-22 23:21:56 +02:00
application_settings_controller.rb Add GitLab Pages 2017-01-31 22:50:39 +00:00
applications_controller.rb Implement minor changes from @dbalexandre's review. 2016-12-16 16:29:31 +05:30
background_jobs_controller.rb
broadcast_messages_controller.rb Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
builds_controller.rb Add Pending Tab to Admin Builds 2016-07-18 10:23:32 +02:00
dashboard_controller.rb
deploy_keys_controller.rb Allow admin to set keys with write access, and 2016-11-22 17:31:27 +08:00
groups_controller.rb Refactor authorized params in Admin::GroupsController 2017-01-11 16:52:30 -05:00
health_check_controller.rb Add Changelog entry 2016-05-12 09:04:04 -07:00
hooks_controller.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
identities_controller.rb
impersonations_controller.rb Fix incorrect "stopped impersonation" log message 2016-08-23 01:09:16 -07:00
keys_controller.rb
labels_controller.rb Use the configured Kaminari "per page" default 2016-03-19 17:37:54 -04:00
logs_controller.rb
projects_controller.rb Add more storage statistics 2016-12-21 16:39:49 +01:00
requests_profiles_controller.rb Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
runner_projects_controller.rb Allow admins to assign locked runners: 2016-06-28 19:55:12 +08:00
runners_controller.rb Minor runner-related code refactorings 2016-05-19 22:01:53 +02:00
services_controller.rb Simplify the code 2016-09-01 02:15:43 +08:00
spam_logs_controller.rb Further refactor and syntax fixes. 2016-08-15 17:20:57 -05:00
system_info_controller.rb Handle unavailable system info 2016-08-25 08:28:35 +01:00
users_controller.rb Refactor authorized params in Admin::UsersController 2017-01-11 16:52:30 -05:00