gitlab-org--gitlab-foss/config/routes
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
..
admin.rb Merged the 'groups' and 'projects' tabs when viewing user profiles 2016-12-29 22:42:16 +00:00
api.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
ci.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
dashboard.rb
development.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
explore.rb
git_http.rb Add nested groups support to the routing 2016-11-23 14:08:36 +02:00
group.rb Fix 500 error for Group#web_url method if nested group 2017-01-24 17:44:21 +02:00
help.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
import.rb Rename Gogs to Gitea, DRY the controller and improve views 2016-12-19 17:35:51 +01:00
profile.rb Create relation between chat user and GitLab user and allow to authorize them [ci skip] 2016-11-16 13:42:35 +01:00
project.rb Add GitLab Pages 2017-01-31 22:50:39 +00:00
repository.rb Add nested groups support to the routing 2016-11-23 14:08:36 +02:00
sherlock.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
sidekiq.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
snippets.rb Added 'Download' button to snippet view 2016-10-11 15:36:59 -04:00
uploads.rb
user.rb Add nested groups support to the routing 2016-11-23 14:08:36 +02:00
wiki.rb Add nested groups support to the routing 2016-11-23 14:08:36 +02:00