Skip to content

Add `edit` endpoint for Release page

Etienne Baqué requested to merge 26016-edit-release-be into master

What does this MR do?

This MR provides the BE that's necessary to access the Release Edit page. A new route will be added in order to access this page. Here's an example of what it'll be:

http://localhost:3000/<namespace>/<project>/-/releases/<release-tag>/edit

Feature Flag

This feature is built behind release_edit_page feature flag.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Related: #26016 (closed)

Edited by Nathan Friend

Merge request reports