-
Notifications
You must be signed in to change notification settings - Fork 66
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
Bitbucket Support #65
Comments
Depends, is there demand for it? I don't know how different BitBucket pull requests are to GitHub's, but if I see there might be enough interested people, it is something I would consider. Or even better would be if someone who has a bit of knowledge of how people use BitBucket vs GitHub did it. |
I am also using BitBucket. if possible please add support for bitbucket too. Thanks |
👍 for bitbucket support |
It's starting to look like Bitbucket might be the second source server we'll support. |
Definitely bitbucket and GitLab in the list |
Bitbucket support would be great. |
+1 |
1 similar comment
+1 |
Okay, work on this has started. I'd appreciate if you all could write a couple of sentences about how you use the BitBucket PR workflow, how you'd compare it with GitHub's (if you've used both) and which features are the most important ones for you. I haven't personally used BB's PRs yet, so I'm learning as I go. I'm investigating the API at the moment, but work in #185 is pretty much finished, so check out the branch hd/bitbucket if you're curious about the progress. |
Okay, from initial research I have a couple of more unknowns and findings:
I looked at the API and most things should be easy to implement. Everything has been abstracted away so we only need to implement the communication with the API and all the syncing logic will be reused from the code managing GitHub projects. If any of you have any comments/answers to the questions I have above, I'd be grateful for any help. At this stage I'll spend much more time on the research than on the implementation (that will be easy thanks to #185 and should open up the path to more server types that use PRs, like GitLab etc.). |
Progress tracked in #217, for those who want to try an early build, let me know. I'll create a very early alpha for you manually. Everything seems to be working nicely, it's mostly just testing now and final polish. |
Fixed by #217. |
All you BitBucket people, the first beta is out here: https://github.com/czechboy0/Buildasaur/releases/tag/v1.0.0-b1 Also, you won't need to manually install new versions anymore, because Buildasaur will be able to autoupdate from now on. |
Is there any merit in adding support for BitBucket pull requests into Buildasaur?
The text was updated successfully, but these errors were encountered: