vssue
vssue copied to clipboard
GitLab API V4 issues track
mark, it has been quiet a while since this opened, let me know if the gitlab fix the issue of redirect uri for oauth,
I have provided fix for gitlab redirect_uri issue here https://github.com/meteorlxy/vssue/pull/101. It will be helpful if we can review.
gitlab的apiv4现在用推荐用项目:id来访问
所以下面这个访问会出现404错误
https://gitlab.example.com/api/v4/projects/${owner}/${repo}/issues/8/notes?per_page=3&page=2
官方推荐用这个
https://gitlab.example.com/api/v4/projects/${project_id}/issues/8/notes?per_page=3&page=2
@meteorlxy 辛苦看一下这块
How to change the color of the comment font
GitLab 当项目建立在分组/子分组下的时候 owner、repo 的配置不兼容,可否加一个 repoId 的配置适配 GitLab最新的 api