Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show Longer Branch Name in Web UI's "More ..." View #309

Merged
merged 3 commits into from
Jan 4, 2024

Conversation

isc-vgao
Copy link
Contributor

@isc-vgao isc-vgao commented Jan 3, 2024

Testing Steps:

  1. In git-source-control repo, checkout longBranchName branch
git checkout longBranchName
  1. Load git-source-control into the current namespace
zpm "load <path to local git-source-control repo>"
  1. Create a new branch with a long name
git branch feature_chg0172358_abcdefghijkl123456789123
git push -u origin feature_chg0172358_abcdefghijkl123456789123

(enter passcode for deploy key if prompted)
4. In Management Portal Favorites section, open git-source-control UI
5. Under Remote Branches of left side navigation bar, click More ...
6. Verify that popup is wide enough to fully display the longest branch name.
7. Delete the branch you created in step 3

git push origin -d feature_chg0172358_abcdefghijkl123456789123

(enter passcode for deploy key if prompted)

git branch -d feature_chg0172358_abcdefghijkl123456789123

@isc-vgao isc-vgao self-assigned this Jan 3, 2024
@isc-tleavitt isc-tleavitt merged commit 3d000b3 into main Jan 4, 2024
2 checks passed
@isc-tleavitt isc-tleavitt deleted the longBranchName branch January 4, 2024 13:45
@isc-tleavitt
Copy link
Collaborator

This fixes #294

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants