meteorlxy / vssue

:mailbox: A Vue-powered Issue-based Comment Plugin
https://vssue.js.org
MIT License
770 stars 106 forks source link

GitLab API V4 issues track #58

Open meteorlxy opened 4 years ago

meteorlxy commented 4 years ago
YxxY commented 4 years ago

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

mohan43u commented 4 years ago

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.

xwtkdym commented 3 years ago

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

RichardQt commented 2 years ago

How to change the color of the comment font

zhengquan45 commented 2 years ago

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