-
-
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
Sq 8 2+azure devops #218
Sq 8 2+azure devops #218
Conversation
merge master
...1arke/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecorator.java
Outdated
Show resolved
Hide resolved
...1arke/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecorator.java
Outdated
Show resolved
Hide resolved
...java/com/github/mc1arke/sonarqube/plugin/ce/pullrequest/azuredevops/model/CommentThread.java
Outdated
Show resolved
Hide resolved
...java/com/github/mc1arke/sonarqube/plugin/ce/pullrequest/azuredevops/model/CommentThread.java
Outdated
Show resolved
Hide resolved
...a/com/github/mc1arke/sonarqube/plugin/ce/pullrequest/azuredevops/model/GitStatusContext.java
Outdated
Show resolved
Hide resolved
...n/java/com/github/mc1arke/sonarqube/plugin/ce/pullrequest/azuredevops/model/IdentityRef.java
Outdated
Show resolved
Hide resolved
...1arke/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecorator.java
Outdated
Show resolved
Hide resolved
...1arke/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecorator.java
Outdated
Show resolved
Hide resolved
...1arke/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecorator.java
Outdated
Show resolved
Hide resolved
...1arke/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecorator.java
Outdated
Show resolved
Hide resolved
...1arke/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecorator.java
Outdated
Show resolved
Hide resolved
1f3a33e
to
276089d
Compare
SonarCloud Quality Gate failed. 4 Bugs |
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.
A few more comments from me. Please also ensure you've fixed all SonarCloud's findings or made it clear why you think any of them aren't relevant
...ithub/mc1arke/sonarqube/plugin/ce/pullrequest/azuredevops/model/AzurePullRequestDetails.java
Outdated
Show resolved
Hide resolved
...ithub/mc1arke/sonarqube/plugin/ce/pullrequest/azuredevops/model/AzurePullRequestDetails.java
Outdated
Show resolved
Hide resolved
...java/com/github/mc1arke/sonarqube/plugin/ce/pullrequest/azuredevops/model/CommentThread.java
Outdated
Show resolved
Hide resolved
...java/com/github/mc1arke/sonarqube/plugin/ce/pullrequest/azuredevops/model/CommentThread.java
Outdated
Show resolved
Hide resolved
...java/com/github/mc1arke/sonarqube/plugin/ce/pullrequest/azuredevops/model/CommentThread.java
Outdated
Show resolved
Hide resolved
...m/github/mc1arke/sonarqube/plugin/ce/pullrequest/azuredevops/model/CommentThreadContext.java
Outdated
Show resolved
Hide resolved
...n/java/com/github/mc1arke/sonarqube/plugin/ce/pullrequest/azuredevops/model/IdentityRef.java
Outdated
Show resolved
Hide resolved
...1arke/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecorator.java
Outdated
Show resolved
Hide resolved
...e/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecoratorTest.java
Outdated
Show resolved
Hide resolved
...1arke/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecorator.java
Outdated
Show resolved
Hide resolved
...1arke/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecorator.java
Outdated
Show resolved
Hide resolved
...1arke/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecorator.java
Outdated
Show resolved
Hide resolved
...1arke/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecorator.java
Outdated
Show resolved
Hide resolved
335bc66
to
05142e9
Compare
...1arke/sonarqube/plugin/ce/pullrequest/azuredevops/AzureDevOpsServerPullRequestDecorator.java
Outdated
Show resolved
Hide resolved
928ade2
to
4c60a2b
Compare
@mc1arke Any other concerns with this PR? |
I can't wait for this PR merge :) |
@mc1arke Can you run this through SonarCloud again? |
Bump - been a while since I checked on the status here. Been using this branch in my production SQ server for a while now with no issues. |
Sorry, I've had a hard-disk failure on my laptop so don't have somewhere convenient to perform a final shake-down of this change before merge. I do want to get this merged and a release published, but you're going to have to wait a bit until I can get things sorted. |
Yeah, no problem. Thanks for the update. |
when is it gonna be released? |
For those who need this feature now, you can use the build linked below. I've been using it in production for months with no problems: |
@jcuzzi could you take a look at the latest Sonarcloud result please? |
4c60a2b
to
544a9c6
Compare
@mc1arke I made some changes to fix the SonarCloud issues and add some additional unit tests. |
Awesome @jcuzzi ! Excited to see this PR finally getting close to moving to master ! Hope we see a released version soon... |
@jcuzzi Sorry to be a pain! Could you rebase your branch again please? I've merged another branch which is causing compilation failures in your change |
aa6bf52
to
4f808cf
Compare
fixing space in url fix PR URL SonarCloud fixes fix spacing issue Reopen Azure Thread if SQ issue is open fix enumeration property names for serialization. remove reactivation of azure threads filter azure threads without rightFileStart info Cleanup and add tests Fix merge conflicts
4f808cf
to
6189d19
Compare
@mc1arke Think I got it all merged right |
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
Merged. Thanks for the contribution! |
Implements #102
Add support for Azure DevOps PR Decoration
Notes:
The following should be set in the scanner properties:
sonar.pullrequest.vsts.instanceUrl=https://[organization].visualstudio.com/
sonar.pullrequest.vsts.project=[Project]
sonar.pullrequest.vsts.repository=[Repository]
Ensure that the following option is unchecked in the Azure DevOps Branch Policy configuration, otherwise an exception will be thrown:
"Reset status whenever there are new changes"