Skip to content

Feature flag out license compliance extension

- requested to merge feature-flag-license-compliance-extension into master

This MR adds a nested feature flag to single out License compliance MR widget from being included in the full MR widget extension rollout because it is not ready.

Implementation notes

  • Decoupled license compliance from the refactorMrWidgetsExtensions flag into it's own refactorLicenseComplianceExtension.
  • does not use nested feature flags. Each feature flag is independent now.
Flags Result
refactorLicenseComplianceExtension: true refactorMrWidgetsExtensions: false Screen_Shot_2022-04-09_at_1.43.12_AM
refactorLicenseComplianceExtension: true refactorMrWidgetsExtensions: true Screen_Shot_2022-04-09_at_1.43.12_AM
refactorLicenseComplianceExtension: false refactorMrWidgetsExtensions: false Screen_Shot_2022-04-09_at_1.45.36_AM
refactorLicenseComplianceExtension: false refactorMrWidgetsExtensions: true Screen_Shot_2022-04-09_at_1.45.36_AM
Edited by -

Merge request reports

Loading