Skip to content

Add support for namespaces to Pages internal API

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

This MR is port of gitlab-foss!32945 (closed) from gitlob-foss, it was already approved by reviewer (@vshushlin) and DB maintainer. Moving it here so it's ready to be merged once approved by backend maintainer.

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 #28781 (closed)

Edited by Kamil Trzciński

Merge request reports