wandersoncferreira / code-review

Code Reviews in Emacs
https://wandersoncferreira.github.io/code-review/
GNU General Public License v3.0
462 stars 49 forks source link

Support for Bitbucket Server? #209

Open falloutphil opened 2 years ago

falloutphil commented 2 years ago

Hi,

Neat package! It looks from MELPA like you currently only support Bitbucket Cloud: code-review 20220328.108 available melpa Perform code review from Github, Gitlab, and Bitbucket Cloud

Any plans to support code-reviews on the Bitbucket Server product (the API is quite different, alas)?

There is a basic package here but doesn't cover the depth you have for Github and Cloud products! https://github.com/mihai-dinu/bitbucket-server.el

Thanks, Phil.

PalaceChan commented 1 year ago

does anyone know how hard this might be given there is already support for bitbucket cloud? might it be just changing a few path names for the server api?