Skip to content

Add username in Web IDE new branch suggestion

Paul Slaughter requested to merge ps-web-ide-username-in-branch into master

What does this MR do and why?

This MR passes gon.current_username into the Web IDE. This affects the auto generated branch name when committing to a new branch. See also:

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2023-09-17_at_11.20.21_PM Screenshot_2023-09-17_at_11.21.55_PM

How to set up and validate locally

  1. Open Web IDE in local GDK.
  2. Make a change to enable committing from the source control tab.
  3. Click the secondary button next to Commit to 'main' to Commit to new branch.
  4. Notice the auto generated branch name includes the current username.

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 Paul Slaughter

Merge request reports