Integrated: forge: fix GitLabRepository.recentCommitComments

Erik Helin ehelin at openjdk.java.net
Fri Oct 23 09:59:10 UTC 2020


On Fri, 23 Oct 2020 08:33:59 GMT, Erik Helin <ehelin at openjdk.org> wrote:

> Hi all,
> 
> please review this patch that fixes `recentCommitsComments` for `GitLabRepository`. The formatting of the `after` parameter was wrong (used day of year instead of day of month) and the `id` was using `String` instead of `int` as type.
> 
> Thanks,
> Erik
> 
> - Fix formatting of "after"
> - Fix type of "id"

This pull request has now been integrated.

Changeset: 4ad66ac7
Author:    Erik Helin <ehelin at openjdk.org>
URL:       https://git.openjdk.java.net/skara/commit/4ad66ac7
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

forge: fix GitLabRepository.recentCommitComments

- Fix formatting of "after"
- Fix type of "id"

Reviewed-by: rwestberg

-------------

PR: https://git.openjdk.java.net/skara/pull/912


More information about the skara-dev mailing list