Open
Description
POM:
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>5.5.0</version>
</dependency>
API:
GET /projects/:id/repository/commits
my Code :
List<Commit> commits = gitLabApi.getCommitsApi().getCommits(p.getId(), b.getName(),BEGIN_DATE,END_DATE);
as you can see from the screenshot:
the field 'author' is null ,and the values of the authorEmail and authorName come from the user's local settings, rather than the actual user email and username on GitLab
thanks ~
Metadata
Metadata
Assignees
Labels
No labels