Show available compliance frameworks list in the group general settings
requested to merge 287828-show-available-compliance-frameworks-in-the-group-general-settings into master
What does this MR do?
This MR adds a new list of compliance frameworks to the group level settings as a new General collapsable section. Further MR's will add the abilities to add, edit and delete these compliance frameworks.
Note: This work is behind the :ff_custom_compliance_frameworks
feature flag
Screenshots (strongly suggested)
For reference, the completed design looks like:
State | Desktop | Mobile | Dark-mode |
---|---|---|---|
Loading | |||
Error | |||
Empty | |||
List |
Does this MR meet the acceptance criteria?
Conformity
- [-] Changelog entry
- [-] Documentation (if required)
-
Code review guidelines -
Merge request performance guidelines -
Style guides - [-] Database guides
-
Separation of EE specific content
Availability and Testing
- Open
rails console
- Enable the feature flag:
Feature.enable(:ff_custom_compliance_frameworks)
- Make sure you are using an GitLab Ultimate license
- Test the loading and empty states
- Go to projects within this namespace and change the projects compliance framework under the projects general settings
- Reload the groups general settings and confirm you get a list of frameworks
-
Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process. -
Tested in all supported browsers - [-] Informed Infrastructure department of a default or new setting change, if applicable per definition of done
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 #287828 (closed)
Edited by Robert Hunt