Skip to content

Use NamespacePolicy as base namespace policy class

charlie ablett requested to merge 344422-cablett-namespace-policy-structure into master

What does this MR do and why?

This is a refactor MR to shuffle around our policy classes so we can prepare them for better namespace abstractions.

Use NamespacePolicy as base namespace policy class

  • subclass NamespacePolicy from BasePolicy
  • subclass UserNamespacePolicy from NamespacePolicy
  • subclass ProjectNamespacePolicy from NamespacePolicy
  • update ProjectNamespace specs to disallow everything

Policy contents remain in their respective classes and there should be no material changes.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #344422 (closed)

Edited by charlie ablett

Merge request reports

Loading