This repository was archived by the owner on May 29, 2024. It is now read-only.
This repository was archived by the owner on May 29, 2024. It is now read-only.
Add "Branch" edit box to import card #938
Open
Description
It would be great to have a place to type the name of the Git branch below or next to the place where you can enter the URL. By default it would be master
, but you would be allowed to type any other name there. This value would then be passed to the /import/analyze
and /import/launch
endpoints as gitImportBranch
.
Extra points if we could make it a dropdown with the result from the /import/branches
endpoint (this only takes a gitImportUrl
value and returns a list of branch names). But I can imagine that's too much work for tomorrow (Friday 29th, the day we have to release).