-
-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix: #201 could not decorate gitlab merge request #214
Bugfix: #201 could not decorate gitlab merge request #214
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your Pull Request. Please squash your commits into a single commit for this feature and ensure the commit message contains any details relevant for review and subsequent understanding of the change when looking in the git log
...a/com/github/mc1arke/sonarqube/plugin/server/pullrequest/ws/action/SetBindingActionTest.java
Outdated
Show resolved
Hide resolved
884b625
to
4fc9569
Compare
I resolved your comment about the star import and squashed my commits. Edit: I'll rebase the other PR's when this one got merged. |
4fc9569
to
db04a2c
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
...hub/mc1arke/sonarqube/plugin/server/pullrequest/ws/action/gitlab/SetGitlabBindingAction.java
Outdated
Show resolved
Hide resolved
...hub/mc1arke/sonarqube/plugin/server/pullrequest/ws/action/gitlab/SetGitlabBindingAction.java
Outdated
Show resolved
Hide resolved
db04a2c
to
e01a8e1
Compare
Fixed setting the project id on sonarqube project pull decorate option when selecting GitLab. When project id is set use that instead of the sonarqube scanner property. Fixed always evaluating fetching sonarqube scanner property for instance url.
e01a8e1
to
6030eed
Compare
I resolved the suggestions. |
Merged. Thanks for the contribution! |
Enables GitLab merge request to be decorated. This PR fixes issue #201 for SonarQube 8.2+.