devhub
devhub copied to clipboard
GitLab support
Would be great, especially after the news of many projects migrating to gitlab this year (after purchasing from GitHub by Microsoft)
And private GitLab support?
And private GitLab support?
Same request in this comment: https://news.ycombinator.com/item?id=18677568
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!