git-req icon indicating copy to clipboard operation
git-req copied to clipboard

Add BitBucket support

Open arusahni opened this issue 8 years ago • 7 comments

People use this service. Bitbucket has cloud and hosted offerings (much like GitLab). For now, let's target the cloud offering.

What this entails:

  • Adding a new remote

arusahni avatar Jun 13 '16 02:06 arusahni

So this would just entail adding a new remote for bitbucket?

shorsher avatar Oct 03 '19 15:10 shorsher

Yup, including being able to interface with the Bitbucket API.

arusahni avatar Oct 03 '19 17:10 arusahni

OK I'm happy to give it a shot. This seems like a nice project for learning more about rust. Sorry ahead of time if I bug with you any questions :D

shorsher avatar Oct 03 '19 17:10 shorsher

No worries! Best of luck :-)

arusahni avatar Oct 04 '19 00:10 arusahni

Do you have a preference for support for bitbucket cloud vs server first? Regular (public) bitbucket.com does not require authentication at all. Bitbucket server uses personal access tokens, while Bitbucket cloud uses "app passwords"[0].

0: https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html

Just wanted your input.

shorsher avatar Oct 08 '19 15:10 shorsher

Interesting... let's go with Bitbucket Cloud for now - it seems to be the more popular option, and hopefully future versions can be generalized (much as git-req does with GitLab). Thanks for checking in!

arusahni avatar Oct 08 '19 22:10 arusahni

Hi @shorsher - since it's been a while, I'm going to unassign the issue. Feel free to ask for it to be assigned back if you think it's something you're going to pick back up.

arusahni avatar Aug 24 '20 11:08 arusahni