Results 45 comments of prarit

Hi @doronbehar . My apologies for not getting to this sooner. I finally found some time to investigate this issue. I did `LAB_CORE_TOKEN=" lab mr list` and do not see...

@doronbehar is there any chance you could try to reproduce using latest lab top-of-tree? I did ``` cp ~/.config/lab/lab.toml /tmp/lab.toml.hold # edited ~/.config/lab/lab.toml to remove the token entry LAB_CORE_TOKEN="" lab...

This is a significant issue for Fedora and ELN kernel-ark builds. We have ~8000 modules that are examined for requires and provides. On an atypically large system (-j100, lots of...

@pmatilai @dvlasenk we certainly could do that an maintain it in the kernel, however, my concern is about the interface used to make this work. @pmatilai can you confirm that...

@fmuellner thanks for finding this. I think I know what's wrong -- client-go commit 1cae3bc6f855 ("Update definitions in ListGroupIssuesOptions") changed some values from *AssigneeIDValue to *int, and a few other...

https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2234

@fmuellner are you only using 'lab issue list'? If so, I can just disable the Assignee lookup for now until the MR I posted upstream gets resolved.

https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2234

> fwiw, SearchPages function at line 1166 is missing a `return nil` in it.. Fixed in new push > Also, I think searchResult needs a `nextPageToken` field, in case you...