Skip to content
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 #202

Closed
wants to merge 6 commits into from
Closed

Commits on Jun 7, 2020

  1. Add support for Sonarqube 8.2.0

    Sonarqube 8.2 introduced a new `ProjectDto` with associated changes in `ProjectAlmSettingsDao` to require this new class in various methods, as well as changes in `ComponentFinder` to allow retrieval of instances of a project. This change makes use of these new classes and methods to allow the Web Services for setting up ALM bindings to operate.
    
    As this class and the associated methods did not exist in previous versions of Sonarqube, this change breaks backwards compatibility, so means the plugin will now only support Sonarqube 8.2.
    
    Sonarqube 8.2 also provides the ability to set the optional URL parameter on a Gitlab project so that scans run outside of Gitlab CI operate properly, so the additional parameter is now included in the appopriate WebServices and the Gitlab decorator.
    mc1arke committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    fb5af34 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. add azure devops PR changes to 8.2 branch

    Jeff Boccuzzi committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    2c99abf View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    8ac7e97 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. fix test for linux builds

    Jeff Boccuzzi committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    77b5e9c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Make API version configurable with scanner property

    Jeff Boccuzzi committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0a34144 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. encode Azure DevOps URI before sending request

    Jeff Boccuzzi committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    f203253 View commit details
    Browse the repository at this point in the history