sonar-gitlab-plugin icon indicating copy to clipboard operation
sonar-gitlab-plugin copied to clipboard

Add to each commit GitLab in a global commentary on the new anomalies added by this commit and add comment lines of modified files

Results 103 sonar-gitlab-plugin issues
Sort by recently updated
recently updated
newest added

Having the changelog on top of the README is confusing. The actual documentation is hidden off-screen when viewing the repository.

Hi. I can't get the code quality report to show in Gitlab, the json file is always empty. I got a result one time, when I merged the master branch...

When trying to upload the codeclimate.json to gitlab I get the following error message: ``` Uploading artifacts... codeclimate.json: found 1 matching files FATAL: unsupported archive format: raw ``` .gitlab-ci.yml looks...

Plugin create only comments - not discussion. How to enable them?

Hi there, I currently have a jenkins job that is triggered when push or commit is made within a gitlab project with the use of a configurated webhooks. Everything works...

Has anyone managed to achieve showing code coverage on the pull request for the new code? This is a really useful feature for me because no issues combined with good...

When viewing a merge request in diff view the SonarQube comments are not displayed, is there maybe a bug with how the comment is added or a different API endpoint...

Hei, when I look at the examples for creating a codeclimate report there is no 'sonar.gitlab.user_token' specified for the maven sonar goal, but if I do not set it the...

If not `USER_TOKEN` is present the plugin throw a NullPointerException `java.lang.NullPointerException at com.talanlabs.sonar.plugins.gitlab.GitLabApiV4Wrapper.createOrUpdateSonarQubeStatus (GitLabApiV4Wrapper.java:211)`. It would be better if the plugin pointed out that this variable is missing. After some...

Hi, I'm having an issue when using the plugin with GitLab (10.8.4-ee) and SonarQube 6.7.4 LTS. I'm using the plugin pretty much as the README suggests with the `.gitlab-ci.yml`. The...