Skip to content

Fix relationship between project and compliance framework

What does this MR do?

The relationship between compliance_management_framework, project_compliance_framework_setting, group and project can be represented as:

framework-group-project

This MR fixes the relationship between project and compliance_management_framework from has_many to has_one relationship.

As project has_one compliance_framework_setting, it consequently has_one compliance_management_framework through compliance_framework_setting

It also adds the delegation to pipeline_configuration_full_path required for !52629 (merged)

Note: Since complianceFrameworks is an existing GraphQL attribute in the Project entity, I have let it be in plural form.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability 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