-
Notifications
You must be signed in to change notification settings - Fork 58
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
Feature/blocker comments #403
base: master
Are you sure you want to change the base?
Conversation
@jutoft hey and thanks for this! Just getting back from vacation now and looking over things. Anything else we want to do here? |
The changes works for what we use the api for. There is more deprecations, but i have not looked into them. |
@jutoft thanks! I'll play with this a bit to make sure everything still works. This is a pretty big PR and breaking things up would certainly be better if you had the time (i.e. by feature/API) but I'll attempt to go through and see what I can make happen. |
@PathParam("pullRequestId") long pullRequestId, | ||
@Nullable @QueryParam("limit") Integer limit, | ||
@Nullable @QueryParam("start") Integer start, | ||
// @Nullable @QueryParam("count") Boolean count, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jutoft is this intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no it was not, the api is kind of strange in that the input completely changes the output format returned.
so adding count i think changed what was returned.
These changes were done to support running on bitbucket 8.x
closes #402
closes #306