Skip to content

Add support for namespaces to Pages internal API

Krasimir Angelov requested to merge 61927-pages-namespaces-virtual-domain into master

What does this MR do?

This is another extraction from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30787 in order break the later in smaller chunks.

It's building on top of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32735 to add support for namespaces too.

Introduce new project_pages_metadata table, insert new record on project creation. Update its depoyed flag when pages are deployed/removed.

Include only these projects from the namespace that have pages marked as deployed. On-demand and mass data migration will handled in subsequent MRs.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to https://gitlab.com/gitlab-org/gitlab-ee/issues/28781.

Edited by Krasimir Angelov

Merge request reports