devhub icon indicating copy to clipboard operation
devhub copied to clipboard

GitLab support

Open avelino opened this issue 6 years ago • 3 comments

Would be great, especially after the news of many projects migrating to gitlab this year (after purchasing from GitHub by Microsoft)

avelino avatar Dec 12 '18 17:12 avelino

And private GitLab support?

harobed avatar Dec 18 '18 13:12 harobed

And private GitLab support?

Same request in this comment: https://news.ycombinator.com/item?id=18677568

harobed avatar Dec 18 '18 13:12 harobed

Took a look at the GitLab docs, it seems they have an /events api to get user and repo activities: https://docs.gitlab.com/ee/api/events.html

I bit similar to GitHub, except it doesn't include as much details in the response, so no labels and other details, only the event author, the action (opened, closed, etc), and the title.

It doesn't seem they have a notifications api (https://gitlab.com/gitlab-org/gitlab-ce/issues/27794).

So it's possible to have a partial support for GitLab. Contributions welcome!

brunolemos avatar Mar 03 '19 15:03 brunolemos