Jérémie Bresson

Results 203 comments of Jérémie Bresson
trafficstars

Nothing wrong, just I do not see the expected logs in the server. This is what I see in the log of the `CancellationClient` run: ``` Yelling: Async client or...

According to the specification: https://docs.gitlab.com/ee/api/commits.html#list-repository-commits The commit JSON contains: ``` "author_name": "randx", "author_email": "[email protected]", ``` And not a single `author` attribute. This should be removed: https://github.com/gitlab4j/gitlab4j-api/blob/8259f86f881ec7408aabf569c567c23494f1b03d/gitlab4j-models/src/main/java/org/gitlab4j/api/models/Commit.java#L12

The problem is that the `Author` attribute in Commit is used in the push event: https://github.com/gitlab4j/gitlab4j-api/blob/8259f86f881ec7408aabf569c567c23494f1b03d/gitlab4j-models/src/test/resources/org/gitlab4j/models/event.json#L36-L39