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

use SQ API 6.7 #1291

Merged
merged 10 commits into from
Nov 19, 2017
Merged

use SQ API 6.7 #1291

merged 10 commits into from
Nov 19, 2017

Commits on Nov 18, 2017

  1. update sources for SQ API 6.5

    - 2 coverage unit tests are failing (now disabled)
    - sslr-cxx-toolkit build fails (INVOKESPECIAL/STATIC interfaces require
    ASM 5)
    - integration tests not checked
    
    fix coverage unit tests
    
    update version to 0.9.9
    
    fix optinal and unit tests
    Bertk committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    ec5e34b View commit details
    Browse the repository at this point in the history
  2. remove CxxUnitTestResultsProvider

    - dotnet.tests.UnitTestResultsAggregator not compatible with
    org.sonar.api.config.Configuration
    Bertk committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    febc77f View commit details
    Browse the repository at this point in the history
  3. add visual studio tests support

    - replace org.fest.assertions.Assertions with org.assertj.core.api
    - remove sonar-dotnet-tests-library
    Bertk committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    fec3b9c View commit details
    Browse the repository at this point in the history
  4. Test shall use assertThat()

    avoid warnings and add log messages
    
    Fix messages like:
    WARNING: WARN: Property 'sonar.cxx.vera.reportPath' is not declared as
    multi-values/property set but was read using 'getStringArray' method.
    The SonarQube plugin declaring this property should be updated.
    
    cleanup of quality flaws
    
    remove warnings and error messages
    Bertk committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    a6df2d6 View commit details
    Browse the repository at this point in the history
  5. fix sslr jar package

    reduce size of CXX sslr toolkit
    
    - remove includes
    - fix some issues
    Bertk committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    89a76a6 View commit details
    Browse the repository at this point in the history
  6. update integration tests

    fix unit tests and clean-up
    
    fix typo
    
    more version id updates
    
    use SQ 6.7 API and use list of files for coverage
    Bertk committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    aa9cfaa View commit details
    Browse the repository at this point in the history
  7. use SQ 6.7 LTS version

    drop details for exception - disable failing API call
    
    enable importing_cppcheck_reports_c_cpp test
    
    fix python for loop
    
    use dictionary correct way
    Bertk committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    9c58b65 View commit details
    Browse the repository at this point in the history
  8. add more lines of code

    - check later
    Bertk committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    63a88f8 View commit details
    Browse the repository at this point in the history
  9. disable test x_importing_cppcheck_reports_c_cpp

    setting file extension does not work
    
    11:55:23.348 ERROR: Error during SonarQube Scanner execution
    Language of file 'src\component1.h' can not be decided as the file
    matches patterns of both sonar.lang.patterns.c++ :
    **/*.cpp,**/*.cc,**/*.hxx,**/*.hpp,**/*.hh,**/*.h and
    sonar.lang.patterns.c : **/*.c,**/*.h
    Bertk committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    7874984 View commit details
    Browse the repository at this point in the history
  10. reset setting before use

    Bertk committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    e881731 View commit details
    Browse the repository at this point in the history