You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
@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.
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 asgitImportBranch
.Extra points if we could make it a dropdown with the result from the
/import/branches
endpoint (this only takes agitImportUrl
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).The text was updated successfully, but these errors were encountered: