Skip to content
GitLab
Next
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • GitLab FOSS GitLab FOSS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLab FOSSGitLab FOSS
  • Merge requests
  • !8463

Adding GitLab Pages to CE

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged James Edwards-Jones requested to merge jej-pages-to-ce into master Jan 05, 2017
  • Overview 32
  • Commits 185
  • Pipelines 12
  • Changes 95

What

Adds GitLab Pages to CE as promised in https://gitlab.com/gitlab-org/gitlab-ce/issues/14605 via We’re bringing GitLab Pages to the Community Edition

Todo

  • Add a changelog file
  • Fix rubocop errors
  • Migration must either have DOWNTIME=true for ApplicationSettings, or use add_column_with_default, as adding a column with a default value requires downtime
  • Check it works! Play around with on dev, using gitlab-runner with gdk with the pages daemon
  • Ensure this doesn't accidentally close CE issues where an EE issue was mentioned in the commit

To check

  • Test on a server, including nginx config examples work, etc.
  • Check through changed files and ensure that things like CHANGELOG entries are excluded
  • Ensure that migrations work, and doesn't mess with migrations on EE.
  • Check for security fixes and bug fixes which might only mention pages in comments, on dev.gitlab.org, etc and ensure they are picked.
  • Consider squashing some commits. Check if fewer commits would be preferred. Docs changes could be filtered out and done in a single commit, commits from each MR could be combined to remove WIP commits and version updates.

Todo after

  • Check documentation was updated to reflect inclusion in CE from 8.17. E.g. in doc/user/project/pages/index.md
  • Ensure that the CE->EE merge doesn't include changes from these commits
    • EE merge request: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1156
  • Move pages related issues and open MRs from EE project to CE project. Create %pages% label.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14605

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: jej-pages-to-ce