Steve Zheng

Results 3 issues of Steve Zheng

We have an issue displaying the screenshots in the Allure report. This is a GitLab CI integration. The allure-results folder has the screenshots, and the result.json file has the images'...

bug

Hi Team, We have an issue displaying the screenshots in the Allure report. This is a GitLab CI integration. The allure-results folder has the screenshots, and the result.json file has...

type:bug

Hi team, I am trying to use the MergeRequestApi [getDiffs](https://github.com/gitlab4j/gitlab4j-api/blob/main/src/main/java/org/gitlab4j/api/MergeRequestApi.java#L574C23-L574C31) to retrieve the MR diff. `val mergeRequestDiff = api.mergeRequestApi.getDiffs(projectID, mergeRequestIId)` It returns 500 Internal Server Error. `org.gitlab4j.api.GitLabApiException: 500 Internal Server...