ejoffe / spr

Stacked Pull Requests on GitHub
MIT License
796 stars 68 forks source link

Gitlab support #295

Closed hansbogert closed 1 year ago

hansbogert commented 1 year ago

Will SPR be a Github only tool? Or, in the current developers' opinions, is SPR well suited to be extended for other code forges, like Gitlab?

ejoffe commented 1 year ago

Currently spr only works with the GitHub api. It looks like GitLab also has a graphql api, the api interface is mocked out in the code, so it should be possible to add a GitLab implementation without needed to change the core application. Someone using GitLab would have to implement this interface in order to add support for GitLab.

hansbogert commented 1 year ago

Just what I wanted to know! Thanks.