Skip to content

Skeleton for segregation of GL com module

Aishwarya Subramanian requested to merge com-code-skeleton into master

What does this MR do?

Adds the skeleton files required for com code segregation.

  1. Loads the com module, if environment is GitLab.com (domain/subdomain is gitlab.com)
  2. Draw route now checks if the route is present in CE, EE or Com in that particular order. If the route is not found, it raises Route not found exception.

POC for this approach: !17564 (closed)

Closes customers-gitlab-com#722 (closed)

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
Edited by Aishwarya Subramanian

Merge request reports