vssue icon indicating copy to clipboard operation
vssue copied to clipboard

GitLab API V4 issues track

Open meteorlxy opened this issue 5 years ago • 5 comments

mark, it has been quiet a while since this opened, let me know if the gitlab fix the issue of redirect uri for oauth,

YxxY avatar Jul 02 '20 13:07 YxxY

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.

mohan43u avatar Jul 03 '20 18:07 mohan43u

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 辛苦看一下这块

xwtkdym avatar Nov 15 '20 03:11 xwtkdym

How to change the color of the comment font

RichardQt avatar Sep 19 '21 07:09 RichardQt

GitLab 当项目建立在分组/子分组下的时候 owner、repo 的配置不兼容,可否加一个 repoId 的配置适配 GitLab最新的 api

zhengquan45 avatar Feb 09 '22 12:02 zhengquan45