-
Notifications
You must be signed in to change notification settings - Fork 207
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
Fix API usage for sonar 7.7 #226
base: master
Are you sure you want to change the base?
Conversation
@jblamotte for convenience, do you happen to have a pre-compiled plugin available you could share for this fix? Thanks! |
You can find it here : |
Thank you, I'm slightly concerned about the future of this plugin and merges based on what @gabrie-allaigre mentioned here #222 I hope the community is able to pick up the effort from him. |
Hi, |
Only tested on 7.7 on my side. |
With preliminary testing It looks like the PR decorations (the untested preview mode) doesn't work with this change, which means some more work is needed. I will doublecheck on my side. |
Ok, based on this https://docs.sonarqube.org/latest/setup/upgrade-notes/ it seems sonarsource has finally deprecated the sonar.analysis.mode switch on 7.7, so now builds fail "14:42:43.337 INFO: ------------------------------------------------------------------------ Without this parameter the scan appears to work. Is there some alternate way to trigger PR analysis or is it game over for that feature? Also this means that the issue is not the plugin changes in this PR. |
It looks like it's game over for preview mode.... |
Do you know if the decoration parameters that the commercial Sonarqube github PR decorations use are in any way compatible with gitlab plugin? (i.e. are those server features or plugin specific)? |
Hi @jblamotte, is there anything I could do to help with moving this forward? |
Bump |
Up. Any chances to get it worked? |
#253 <- i think this supersedes this pull request. 100% working on 7.9.1. |
Fix sonar-gitlab-plugin for sonar 7.7 with the new API.
(only tested with publish mode & quality gate on sonar developer edition)