mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-09 07:12:11 -05:00
Does it support bitbucket server? #155
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ouxch on GitHub (Jun 4, 2021).
I have my own bitbucket server, and i get the following error when i try to log in on the git-touch app.
I have noticed the tip about App Password. I did not find this feature in Bitbucket Server. But I found a setting item for Personal access tokens. I created a token for git touch app, and entered the token, finally i got this format error.
So, it doesn't support Bitbucket Server ? Or just a bug?
@shreyas1599 commented on GitHub (Jun 8, 2021):
@Aouchinx it's not supported yet. Bitbucket Cloud and Server API calls are different. The app only supports Cloud API calls.
@pd4d10 commented on GitHub (Jun 8, 2021):
Yeah, just as @shreyas1599 says, the recommended way of BitBucket API seems to be the app passwords.
Looks like the case is a self-hosted BitBucket. Is there any API documentation for it?
@shreyas1599 commented on GitHub (Jun 8, 2021):
@pd4d10 yeah there is. Its maintained separately and has a different version also.
https://developer.atlassian.com/server/bitbucket/how-tos/command-line-rest/
This talks about how they're different
@pd4d10 commented on GitHub (Jun 8, 2021):
OK. I guess we can support it, but we may need a server for testing
@ouxch commented on GitHub (Jun 8, 2021):
@pd4d10 @shreyas1599
Okay, I already understand. Thank you both for letting me know the difference. 🤝