aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-22036 Add a main to the scanner engineJulien HENRY2024-04-151-0/+76
* SONAR-22054 Make property sonar.projectBaseDir optionalJulien HENRY2024-04-151-0/+8
* SONAR-22009 Fix NPE on SARIF import when Extensions don't have Rulesantoine.vinot2024-04-051-0/+31
* SGB-11 Do not cleanup tempdirDejan Milisavljevic2024-04-041-1/+5
* SONAR-21972 Fix tests to not depend on the operating system's localeJulien HENRY2024-04-031-2/+3
* SONAR-21857 fix ssflukasz-jarocki-sonarsource2024-03-191-1/+1
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-1615-28/+29
* SONAR-21643 Fix IT CompositeBlameCommandIT (#10709)Dejan Milisavljevic2024-02-231-21/+23
* SONAR-21643 Convert some parameterized tests to Junit 5 (#10666)Dejan Milisavljevic2024-02-215-205/+189
* SONAR-20958 Improve error message for startColumn on empty line (#10628)Dejan Milisavljevic2024-02-151-1/+26
* SONAR-21575 Populate the issue filter chain after optional plugins have been ...Julien HENRY2024-02-091-7/+8
* Fix test depending on user localeJulien HENRY2024-02-091-1/+1
* SONAR-21195 sonar.plugins.downloadOnlyRequired defaults to false if not definedMatteo Mara2024-01-311-0/+1
* SONAR-21195 Address pull request feedbackMatteo Mara2024-01-041-9/+25
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2024-01-042-18/+23
* SONAR-21197 add a property to enable the download of the required plugins onlyMatteo Mara2024-01-041-3/+3
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-043-7/+160
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2024-01-047-96/+235
* NO-JIRA Update license headers to 2024Pierre2024-01-03183-183/+183
* Revert "SONAR-21195 Enhance scanner engine to download only required plugins"Matteo Mara2023-12-227-235/+96
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-223-160/+7
* Revert "SONAR-21197 add a property to enable the download of the required plu...Matteo Mara2023-12-221-3/+3
* Revert "SONAR-21195 Make DefaultLanguagesRepository more suitable for tests"Matteo Mara2023-12-222-23/+18
* Revert "SONAR-21195 Address pull request feedback"Matteo Mara2023-12-221-25/+9
* SONAR-21195 Address pull request feedbackMatteo Mara2023-12-211-9/+25
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2023-12-212-18/+23
* SONAR-21197 add a property to enable the download of the required plugins onlyMatteo Mara2023-12-211-3/+3
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2023-12-213-7/+160
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-217-96/+235
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-2/+2
* SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner ...Jacek Poreda2023-11-281-43/+15
* SONAR-20699 Send DevOps platform information for GitHub from the scanner.Wojtek Wajerowicz2023-10-202-4/+68
* SONAR-20552 Refactor external issue format to comply with CCTAlain Kermis2023-10-205-160/+195
* SONAR-20552 Introduce new generic issue import format in scannerAlain Kermis2023-10-0414-396/+905
* SONAR-20553 - Support the new taxonomy for SARIF Formatantoine.vinot2023-10-045-58/+218
* SONAR-19761 Change documentation URLWouter Admiraal2023-08-241-1/+1
* SONAR-19725 Fix false positive from QualityGateCheckTestMatteo Mara2023-08-231-3/+3
* SONAR-20021 Fix Quality gate failure and issue with adhoc rule definitionLéo Geoffroy2023-08-211-0/+46
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-181-2/+22
* SONAR-20021 passing overriden impacts from analyzer to scanner reportlukasz-jarocki-sonarsource2023-08-181-2/+10
* Revert "SONAR-19233 Drop deprecated paging response fields"Jacek Poreda2023-08-021-3/+4
* SONAR-19233 Drop deprecated paging response fieldsEric Giffon2023-07-311-4/+3
* SONAR-20006 - fix warning on analysis for use of sonar.tests.exclusions Benjamin Campomenosi2023-07-271-1/+13
* SONAR-19994 Scanner property for plugins download timeoutEric Giffon2023-07-261-0/+17
* SONAR-19983 warning when running scanner with a Java version older than 17Pierre2023-07-211-0/+107
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-183-124/+0
* NO-JIRA remove unused importsPierre2023-07-176-10/+0
* SONAR-19418 Add debug logging in case error Scanner WS clientJacek Poreda2023-06-201-29/+87
* NO-JIRA (code smell fix): using isEmpty, isTrue, isNegative for better readab...Bruno Andrade2023-06-191-5/+5
* SONAR-19522 Fail-fast if SARIF file doesn't exist. (#8587)Wojtek Wajerowicz2023-06-151-12/+34