Hacker News new | ask | show | jobs
by r0maia 2356 days ago
This is something I have searched for before, but never found what I was looking for: gitlab support. Any plans to support that?

I didn't look at the code, but do you think it's something that's easy to add or would that require major refactoring?

1 comments

I think as long as gitlab has a diff API and a file list API it would be pretty simple. Unfamiliar with their APIs though.
Just wanted to chime in and add following links from our documentation:

Get the diff of a commit - https://docs.gitlab.com/ee/api/commits.html#get-the-diff-of-...

List repository tree - https://docs.gitlab.com/ee/api/repositories.html#list-reposi...

Repository files API - https://docs.gitlab.com/ee/api/repository_files.html