gitlab-org--gitlab-foss/lib/tasks
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 We don't need them 2016-09-01 02:21:16 +08:00
gitlab Add GitLab Pages 2017-01-31 22:50:39 +00:00
migrate Add AddLowerPathIndexToRoutes to setup_postgresql.rake 2016-12-13 14:48:02 +02:00
brakeman.rake Reduce progress bar noise during brakeman run 2016-03-04 22:12:25 +00:00
cache.rake Stop clearing the database cache on rake cache:clear 2016-10-22 12:42:19 +01:00
dev.rake Remove rerun since it's not used anymore 2017-01-16 15:53:42 -05:00
downtime_check.rake Always compare with FETCH_HEAD in downtime_check 2016-08-02 11:57:14 +02:00
ee_compat_check.rake Change the approach to check if patches apply cleanly 2016-10-21 19:16:56 +02:00
eslint.rake add Rake tasks eslint and lint:javascript 2016-10-26 10:00:55 +02:00
flay.rake Set higher flay value to avoid unnecessary refactoring for now 2015-11-17 11:18:01 +01:00
gemojione.rake Upgrade Gemojione from 2.6.1 to 3.0.1. 2016-07-18 10:40:16 -06:00
grape.rake Add grape routing print 2015-11-12 16:26:23 +01:00
haml-lint.rake Improve .haml-lint.yml, simplify the haml_lint task and remove CHANGELOG entry 2016-09-13 18:56:00 +02:00
lint.rake add Rake tasks eslint and lint:javascript 2016-10-26 10:00:55 +02:00
rubocop.rake Add rubocop-rspec 2016-05-23 15:59:32 -04:00
scss-lint.rake Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add documentation for SCSS Style Guide. 2016-03-14 20:33:54 -06:00
services.rake Added service API endpoint to retrieve service parameters 2015-09-10 18:22:57 +02:00
setup.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
sidekiq.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
spec.rake Removed benchmark suite and its documentation 2016-03-10 11:15:43 +01:00
spinach.rake Use `File::exist?` instead of `File::exists?` 2016-08-11 13:54:45 +03:00
teaspoon.rake Ignore teaspoon tasks in production environment 2016-10-29 13:22:32 +02:00
test.rake Remove unused coveralls 2016-07-21 12:46:49 +02:00