Merge branch 'jej-pages-to-ce' into 'master'
Adding GitLab Pages to CE
Closes #14605, gitlab-com/infrastructure#1058, gitlab-ee#1333, and #323
See merge request !8463
Showing
GITLAB_PAGES_VERSION
0 → 100644
... | @@ -47,6 +47,9 @@ gem 'rqrcode-rails3', '~> 0.1.7' | ... | @@ -47,6 +47,9 @@ gem 'rqrcode-rails3', '~> 0.1.7' |
gem 'attr_encrypted', '~> 3.0.0' | gem 'attr_encrypted', '~> 3.0.0' | ||
gem 'u2f', '~> 0.2.1' | gem 'u2f', '~> 0.2.1' | ||
# GitLab Pages | |||
gem 'validates_hostname', '~> 1.0.6' | |||
# Browser detection | # Browser detection | ||
gem 'browser', '~> 2.2' | gem 'browser', '~> 2.2' | ||
... | ... |
app/controllers/projects/pages_controller.rb
0 → 100644
app/models/pages_domain.rb
0 → 100644
app/services/pages_service.rb
0 → 100644
app/validators/certificate_key_validator.rb
0 → 100644
app/validators/certificate_validator.rb
0 → 100644
app/views/projects/pages/_access.html.haml
0 → 100644
app/views/projects/pages/_destroy.haml
0 → 100644
app/views/projects/pages/_disabled.html.haml
0 → 100644
app/views/projects/pages/_list.html.haml
0 → 100644
app/views/projects/pages/_use.html.haml
0 → 100644
app/views/projects/pages/show.html.haml
0 → 100644
app/workers/pages_worker.rb
0 → 100644
doc/administration/pages/index.md
0 → 100644
This diff is collapsed.
Click to expand it.
doc/administration/pages/source.md
0 → 100644
This diff is collapsed.
Click to expand it.
doc/pages/README.md
0 → 100644
doc/pages/administration.md
0 → 100644
32.8 KB
85 KB
33.9 KB
62.2 KB
49.9 KB
doc/user/project/pages/img/pages_remove.png
0 → 100644
26.6 KB
101 KB
doc/user/project/pages/index.md
0 → 100644
This diff is collapsed.
Click to expand it.
features/project/pages.feature
0 → 100644
features/steps/project/pages.rb
0 → 100644
lib/backup/pages.rb
0 → 100644
lib/gitlab/pages_transfer.rb
0 → 100644
lib/gitlab/project_transfer.rb
0 → 100644
lib/support/init.d/gitlab.default.example
100755 → 100644
lib/support/nginx/gitlab-pages
0 → 100644
lib/support/nginx/gitlab-pages-ssl
0 → 100644
shared/pages/.gitkeep
0 → 100644
spec/factories/pages_domains.rb
0 → 100644
spec/features/projects/pages_spec.rb
0 → 100644
spec/fixtures/pages.tar.gz
0 → 100644
File added
spec/fixtures/pages.zip
0 → 100644
File added
spec/fixtures/pages.zip.meta
0 → 100644
File added
spec/fixtures/pages_empty.tar.gz
0 → 100644
File added
spec/fixtures/pages_empty.zip
0 → 100644
File added
spec/fixtures/pages_empty.zip.meta
0 → 100644
File added
spec/models/pages_domain_spec.rb
0 → 100644
spec/services/pages_service_spec.rb
0 → 100644