Skip to content

Enable Releases feature toggle

Alishan Ladhani requested to merge ali/enable-releases-toggle into master

What does this MR do and why?

This MR enables the Releases feature toggle in project settings. The Releases feature toggle was implemented in !94413 (merged) and !96373 (merged) behind the split_operations_visibility_permissions flag. Since Operations doesn't control Releases, we decided to roll out this toggle on its own to unblock a feature that depends on it.

This MR also adds releases_access_level to the Projects API.

Related to #216485 (closed)

Screenshots or screen recordings

Releases feature toggle demo

How to set up and validate locally

See screen recording above. Attempting to visit the Releases index page or the detail page for a particular Release should result in a 404 when the feature is disabled.

MR acceptance checklist

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

Edited by Alishan Ladhani

Merge request reports