aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/it
Commit message (Expand)AuthorAgeFilesLines
* Fix failing filesystem tests due to Path issues on MacOSAleksandra Bozhinoska3 days1-6/+10
* SONAR-23990 Replace with text blockJulien Camus3 days2-42/+139
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda4 days1-1/+1
* SONAR-23974 Optimize the scanner reportJulien HENRY5 days1-1/+1
* SONAR-24004 Replace lambda with method referenceJulien Camus5 days1-3/+3
* SONAR-17640 Do not visit directories when all the files will be excludedantoine.vinot5 days1-161/+166
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot5 days3-9/+9
* SONAR-22305 Ignore scanner properties with null valuesJavier García Orduña2024-12-051-4/+28
* SONAR-23432 Fix failing tests on Windows in scanner-engineantoine.vinot2024-12-032-30/+61
* NO-JIRA improved performance of tests in sonar-scanner-engine modulelukasz-jarocki-sonarsource2024-10-236-2/+4
* SONAR-23250 Revert changes made in the plugin API for ActiveRuleJulien HENRY2024-10-212-2/+2
* SONAR-22914 Move the ScannerMediumTester to testFixturesJulien HENRY2024-09-121-616/+0
* Unwrap MessageExceptionJulien HENRY2024-05-131-21/+49
* Fix some quality flawsJulien HENRY2024-05-021-12/+18
* SONAR-22036 Add a main to the scanner engineJulien HENRY2024-04-152-0/+208
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-2/+2
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-224-65/+79
* SONAR-21575 Populate the issue filter chain after optional plugins have been ...Julien HENRY2024-02-092-42/+247
* SONAR-21195 sonar.plugins.downloadOnlyRequired defaults to false if not definedMatteo Mara2024-01-312-0/+7
* SONAR-21195 Convert exception to a warning when no language plugins are insta...Dimitris Kavvathas2024-01-051-6/+17
* SONAR-21195 Fetch publishAllFiles value from the languages registered by the ...Matteo Mara2024-01-041-1/+5
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2024-01-041-5/+5
* SONAR-21195 Fix issues raised by SonarQubeMatteo Mara2024-01-041-7/+7
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-042-5/+46
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2024-01-044-4/+119
* NO-JIRA Update license headers to 2024Pierre2024-01-0327-27/+27
* Revert "SONAR-21195 Enhance scanner engine to download only required plugins"Matteo Mara2023-12-223-16/+4
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-222-46/+5
* Revert "SONAR-21195 Fix issues raised by SonarQube"Matteo Mara2023-12-221-7/+7
* Revert "SONAR-21195 Make DefaultLanguagesRepository more suitable for tests"Matteo Mara2023-12-221-5/+5
* Revert "SONAR-21195 Fetch publishAllFiles value from the languages registered...Matteo Mara2023-12-221-5/+1
* SONAR-21195 Fetch publishAllFiles value from the languages registered by the ...Matteo Mara2023-12-211-1/+5
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2023-12-211-5/+5
* SONAR-21195 Fix issues raised by SonarQubeMatteo Mara2023-12-211-7/+7
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2023-12-212-5/+46
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-213-4/+16
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-2/+1
* SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner ...Jacek Poreda2023-11-281-2/+2
* SONAR-20875 Clean up module concept issue integration testsZipeng WU2023-10-271-1/+1
* NO-JIRA remove unused importsPierre2023-07-173-6/+0
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-1/+1
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-1114-62/+80
* SONAR-18679 moved unit test to integration test in sonar-scanner-engineLukasz Jarocki2023-03-1735-0/+6250