-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with Bitbucket Server (formerly Atlassian Stash) #140
Comments
@tubbo does Bitbucket server requires a separate integration or can just the bitbucket |
I've been looking it over the last few days and it seems like the Stash API is just different enough from the Bitbucket API to make this not work. Tried running it with my own username and password but couldn't get it to post any comments. |
Definitely interested in this; @tubbo, were you able to get it working in your branch? |
I wasn't able to just yet, but I think I'm having some local access issues. Will report back when I get it tested correctly. |
interested in bitbucket server working as well against pull requests. I believe this code will prevent it due to base setting... https://github.com/mmozuras/pronto/blob/master/lib/pronto/clients/bitbucket_client.rb#L26 |
There are different APIs for cloud and server versions https://developer.atlassian.com/bitbucket/api/2/reference/resource/ |
I added pr with formatter #216 |
Resolved with #216, will be released in the coming weeks with next version - |
Released v0.9.0 with |
I noticed that there's an integration for cloud-hosted Bitbucket, but what about Bitbucket Server (formerly Stash)? My company uses Stash, and it seems like if we can get things working this tool will be very helpful for our code review process. Has there been any work done on this prior to now so I can take a look? I have a branch going on my fork that is a good start to getting Bitbucket Server integrated with Pronto, but also wondering if anyone else might need this?
The text was updated successfully, but these errors were encountered: