Files
gitlab.nvim/cmd/app/list_discussions_test.go
Jakub F. Bortlík 129b83bef4 feat: implement pagination for MR discussions
This uses the gitlab.Scan function to iterate over all discussions and
handle errors after the iterator is exhausted. The test for non-200s is
no longer needed as the Scan function transforms such responses to
standard errors.
2026-02-17 18:31:05 +01:00

5.9 KiB