gitlab-org--gitlab-foss/app/policies
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
..
ci Fix build access policies when pipelines are public 2017-01-23 14:49:13 +01:00
base_policy.rb More improvements to presenters 2017-01-18 16:38:35 +01:00
commit_status_policy.rb port CommitStatus/Build 2016-08-30 11:39:22 -07:00
deployment_policy.rb add Deployment, Environment, and ExternalIssue policies 2016-08-30 11:39:22 -07:00
environment_policy.rb add Deployment, Environment, and ExternalIssue policies 2016-08-30 11:39:22 -07:00
external_issue_policy.rb add Deployment, Environment, and ExternalIssue policies 2016-08-30 11:39:22 -07:00
global_policy.rb line break after guard clause 2016-08-30 11:39:22 -07:00
group_label_policy.rb Use delegate! on group and project labels policies 2016-10-19 14:58:26 -02:00
group_member_policy.rb Backport hooks on group policies for the EE-specific implementation 2016-12-13 11:51:09 -02:00
group_policy.rb Include group parents into read access for project and group 2016-12-26 10:57:11 +02:00
issuable_policy.rb Added IssueCollection 2016-11-07 12:49:24 +01:00
issue_policy.rb Merge branch 'issue_23548_dev' into 'master' 2016-11-09 12:25:17 +01:00
merge_request_policy.rb add and use MergeRequestPolicy 2016-08-30 11:39:22 -07:00
namespace_policy.rb port runners, namespaces, group/project_members 2016-08-30 11:39:22 -07:00
note_policy.rb Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741 2016-12-16 21:37:22 +03:00
personal_snippet_policy.rb API: Endpoint to expose personal snippets as /snippets 2016-12-01 19:07:49 +01:00
project_label_policy.rb Use delegate! on group and project labels policies 2016-10-19 14:58:26 -02:00
project_member_policy.rb add personal snippets and project members 2016-08-30 11:39:22 -07:00
project_policy.rb Add GitLab Pages 2017-01-31 22:50:39 +00:00
project_snippet_policy.rb port notes and project snippets 2016-08-30 11:39:22 -07:00
user_policy.rb port UserPolicy 2016-08-30 11:39:22 -07:00