pronto icon indicating copy to clipboard operation
pronto copied to clipboard

Comment for Bitbucket stopped working

Open Mathiou04 opened this issue 5 years ago • 6 comments

Apparently pronto still uses bitbucket v1.0 API for reading and posting comments. This API has just been removed (it now returns http error code 410).

We need to update to v2.0 API to keep this behaviour.

Mathiou04 avatar Jun 12 '19 10:06 Mathiou04

This bug could be closed after this pull request #352 is merged.

starchow avatar Jul 22 '19 08:07 starchow

Is there any prediction on when the version with bitbucket API v2 support will be released?

flaprano avatar Sep 03 '19 13:09 flaprano

The PR has been merged. I would like to get a few others merged in before cutting a new release.

Is it possible for you to point to GH for now?

doomspork avatar Sep 19 '19 19:09 doomspork

Unfortunately not. All my projects are stored on Bitbucket. I totally understand the the wait time for other merges. I will try to make a fork and solo release to use on my projects. Thanks 😁

flaprano avatar Sep 19 '19 22:09 flaprano

@doomspork I pointed the pronto gem to use the master branch and there still appears to be error around comments. Now though it's an error with #parse_comments.

I'm very unfamiliar with the bitbucket api, but I'm wondering if how the responses are parsed needs to get updated as well.

grantmcd avatar Oct 25 '19 18:10 grantmcd

See this PR, it should fix it #354

I had issues too

bradrees avatar Oct 27 '19 15:10 bradrees