Bruno Meneguele
Bruno Meneguele
I think that for a default behavior it's not a good idea, since most of the times we want to use `lab mr list` and filter them by labels, and...
Ok, the idea is worth considering, but we can't implement it yet... go-gitlab folks warned me that the "AND" feature isn't officially present in gitlab's API doc, so they can't...
@spidey Is it still a problem? I can use `lab` normally via PowerShell. Are there any use cases you can point out for reproducing the issue?
Ok, my bad... it's an Git Bash for Windows specific issue (read the issue title 🤦♂️) But still, I wasn't able to reproduce the issue. Things seems to run as...
I personally think that instructing lab users to add lab as alias is better than install `lab` as `git-lab`. When I see something using `git-*` as name I tend to...
Oh! Ok, that's interesting, I didn't notice nor saw any changelog on gitlab side about this change. I'll check it. Thanls for te report!
That's new to me too! Interesting finding... I'm going to dig on that and try to come up with a fix. Thanks for the report @mrbrownt and for referencing it...
Ok, after some time I came back to this and just now I realized that an URL can only be used as remote for `git push`, while I can't add...
I don't think it's a problem to us today: we don't use any of the `CI_BUILD_*` variables. We're already using vars with the up-to-date name, i.e. `CI_JOB_TOKEN`.
That's interesting. The doc was updated, but the code behaves like that for quite some time already. > Since upgrade from 0.17.2 to 0.23.0. It seems the issue is the...