You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GHPullRequestQueryBuilder doesn't seem to support pageSize(int) but GHIssueQueryBuilder does.
I don't know if there is a technical reason, but it would help to support repos with a large number of PRs. I didn't realize this was a possibility at first and took a long time to start iterating through issues.
GHIssueQueryBuilder seems to still pull in PRs. Is it possible to add another method to the query to drop PRs from Issue queries and the same for Issues from PR queries. It would help the amount of data to transfer from the server if the server supported it.
The text was updated successfully, but these errors were encountered:
When you modify the test, you will need to rerecord the wiremock data, or manually modify the data files. If you plan to do this, I will invite you to be a member of the hub4j-test org to be able to record.
GHPullRequestQueryBuilder
doesn't seem to supportpageSize(int)
butGHIssueQueryBuilder
does.I don't know if there is a technical reason, but it would help to support repos with a large number of PRs. I didn't realize this was a possibility at first and took a long time to start iterating through issues.
GHIssueQueryBuilder
seems to still pull in PRs. Is it possible to add another method to the query to drop PRs from Issue queries and the same for Issues from PR queries. It would help the amount of data to transfer from the server if the server supported it.The text was updated successfully, but these errors were encountered: