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
thanks for reporting! i think gitlab support was an external contribution, implemented here - tilt-dev/go-get#13
my vague understanding is that MOST VCS providers need some custom handling, but i'm not sure what other tools (e.g., Golang, Terraform) do for gitlab subgroups
Thanks for pointing me in a direction I can dig deeper in to. I'll definitely give this a look at at some point, when it becomes a bit higher priority for us.
For reference, Gitlab URLs have a /-/ within their path to signal the split between "describing arbitrary nested subgroups" and "actual API path".
Describe the Feature You Want
Gitlab supports the ability to nest groups within other groups, for example:
It'd be awesome if Tilt could support such structures, e.g.
As a side note I'd be happy to look into implementing this myself, and I'll probably have a go at it sometime soon.
Current Behavior
Currently when using the above Starlark snippet, Tilt will try to perform the following command:
Which shows that Tilt is only caring about the first two parts of the URL's path (
company/devops
), snipping off everything after.Why Do You Want This?
We'd like to make use of custom extensions but we'd rather not break our current organisation of repositories just to get around a limitation in Tilt.
The text was updated successfully, but these errors were encountered: