launcher-application
launcher-application copied to clipboard
Add "Branch" edit box to import card
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).
Right: or "ref", which can be any valid ref like a tag or SHA. Exactly.
(Consider it part of "not the train we just did") - continuous pushing new features is fine!
@ALRubinger yeah, they're really called refs, but I took the name from the option that's being used in the git clone command itself: it uses --branch and then says in the docs that it also allows tag names.
Taking usability hints from the git command-line client HAHAHAHAHAHA thanks there buddy I needed a laugh.