Skip to content

Fix deploy key overflow issue in drawer

Chaoyue Zhao requested to merge long-deploy-key-in-drawer into master

What does this MR do and why?

while verifying !165124 (merged), i noticed i missed a spot

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.

Before After
Screenshot_2024-09-06_at_9.35.20_AM Screenshot_2024-09-06_at_9.47.05_AM

How to set up and validate locally

  1. Add a deploy key with read-write permission for that project. To test this MR, make the name extra long
  2. Go to *Project / Settings / Repository / Protected branches and set the deploy key in Allowed to push and merge dropdown.
  3. Scroll up to Project / Settings / Repository / Branch rules and click View details for a branch you protected with the key.
  4. When on Branch rule details page, you can see your deploy key in the Allowed to push and merge section.
  5. Click edit to open the drawer, UI should not overflow on small screens

Merge request reports