Skip to content
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 deprecated its API v1.0: update all endpoints to API v2.0 #354

Merged
merged 19 commits into from
Jan 2, 2020

Conversation

bradrees
Copy link
Contributor

@bradrees bradrees commented Aug 5, 2019

Merging of 3 pull requests #347, #348 and #352, plus my changes to update the endpoints.

The only significant change here is to use the commit endpoint instead of the removed changeset endpoint. This appears to be working for me, and I'm getting the comments on my commit as per before the v2.0 change.

@doomspork, @starchow please take a look, thanks!

https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/commit/%7Bnode%7D/comments#post

@starchow
Copy link
Contributor

starchow commented Aug 6, 2019

thanks @bradrees, let's wait @doomspork review and merge it :D
My pull request is not merged yet :D

@bradrees
Copy link
Contributor Author

Actually, I'm getting duplicate comments on the commit/pr, I'll try investigate the cause. It appears to be that the existing comments are not being read or matched to the new ones.

@doomspork
Copy link
Member

@bradrees / @starchow could you address the conflicts please? Apologizes for the delays.

At the moment it just gives an obtuse NoMethodError when the response does not contains a 'values' key
@bradrees
Copy link
Contributor Author

I've included paging to get all the comments, which addresses the duplicates issue. I've been using this for a few weeks and it appears all good now!

@bradrees
Copy link
Contributor Author

All merged, it is good to go!

@starchow
Copy link
Contributor

@doomspork could you take a look, @bradrees fixed all conflicts.

Currently if you create a top level 'file' comment on the PR, it breaks as the comment has no line property
@bradrees bradrees requested a review from a team as a code owner November 5, 2019 06:35
@doomspork doomspork merged commit d6d3f71 into prontolabs:master Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants