TheHipbot / hermes

Code Repository Manager
Apache License 2.0
4 stars 1 forks source link

Add Gitlab Support #15

Closed TheHipbot closed 5 years ago

TheHipbot commented 5 years ago

Add support for gitlab remotes by creating a new driver for gitlab. The gitlab API is very similar to that of GitHub so there are pieces of that code (currently in remote/github.go) that should be reusable. Namely the getHelperRepo function and the parseLinkHeader function. This may also require some refactoring for the creators signature, since gitlab not only has the public gitlab site, but also gitlab can be self hosted at different domains.

TheHipbot commented 5 years ago

Resolved by #20