Edit branch rule status check
What does this MR do and why?
Edit status check in the branch rules page. As of this MR, delete buttons are not functioning and will be addressed in #439401 (closed).
Resolves: #439396 (closed)
:edit_branch_rules
feature flag.
Implementation breakdown:
Description | Issue/MR |
---|---|
Add status checks drawer placeholder component | !160804 (merged) |
Add status check in drawer | !161380 (merged) |
Edit status check in drawer |
|
Update doc | #480250 (closed) |
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Screen_Recording_2024-08-21_at_3.59.38_PM
How to set up and validate locally
- Enable the
edit-branch-rules
feature flag - View details on an existing branch rule with existing status check
- Navigate to Project > Repository > Settings > Branch rules > View details
- Select edit button
- Update one or both fields
- A success toast should appears, drawer should close, table should be updated
Related to #439401 (closed)