Integrated: 1575: Adjust the pull request APIs in HostedRepository
Guoxiong Li
gli at openjdk.org
Fri Sep 9 17:25:40 UTC 2022
On Thu, 1 Sep 2022 12:55:55 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> This patch mainly has the following changes in `HostedRepository` and its sub-classes. And the usages of the changed methods are also changed.
>
> 1. Change the name of the `pullRequests(ZonedDateTime updatedAfter)` to `pullRequestsAfter` so that it is consistent as the `openPullRequestsAfter`.
> 2. Add the new api `openPullRequests` to get all the open pull requests.
> 3. Change the implementation of the method `pullRequests()` to get all the pull requests (included open and closed)
>
> Thanks for taking the time to review.
>
> Best Regards,
> -- Guoxiong
This pull request has now been integrated.
Changeset: 1b7a4e23
Author: Guoxiong Li <gli at openjdk.org>
Committer: Erik Joelsson <erikj at openjdk.org>
URL: https://git.openjdk.org/skara/commit/1b7a4e23b14bb07f1ea55cf00c5061230b4b9de1
Stats: 101 lines in 22 files changed: 41 ins; 0 del; 60 mod
1575: Adjust the pull request APIs in HostedRepository
Reviewed-by: erikj
-------------
PR: https://git.openjdk.org/skara/pull/1367
More information about the skara-dev
mailing list