RSC-Labs / backstage-highlights-plugin

Backstage Highlights Plugin is configurable and customizable plugin for viewing the most important information about your entity.
Mozilla Public License 2.0
5 stars 1 forks source link

support clone via ssh #7

Open nia-potato opened 3 months ago

nia-potato commented 3 months ago

hi @radoslaw-sz

I was pushing this out internally, and i realize that we also have quite alot of users cloning via ssh ie:

git@gitlab.domain.com:owner/repo.git

I believe github has this as well, can we add this as an option too when the user hits the clone button? On the UI level, i imagine it would just be instead of the current one row of URL it will be two rows of URL (one ssh, one HTTPS)

radoslaw-sz commented 3 months ago

hi @nia-potato - interesting feature! As usual I am open for PR - such enhancements are unfortunately very low priority for me at these times, so I cannot promise anything in this topic.

nia-potato commented 2 months ago

hi @radoslaw-sz can you take a look at the PR that resolves this? thanks!