aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar
Commit message (Collapse)AuthorAgeFilesLines
* 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-045-94/+213
|
* 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-225-213/+94
| | | | This reverts commit 981e6b85954f413666e8608a4e2f46fa2e4089cc.
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-223-160/+7
| | | | This reverts commit 42d16dafde01b19bc7fcb99084e087fdc9b8e95e.
* Revert "SONAR-21197 add a property to enable the download of the required ↵Matteo Mara2023-12-221-3/+3
| | | | | | plugins only" This reverts commit fcde75e36903ef10c8f9dfca0f22d57bf19b3281.
* Revert "SONAR-21195 Make DefaultLanguagesRepository more suitable for tests"Matteo Mara2023-12-222-23/+18
| | | | This reverts commit c7841606b3d4b469177a3426d4c5127b0ebb23cf.
* Revert "SONAR-21195 Address pull request feedback"Matteo Mara2023-12-221-25/+9
| | | | This reverts commit f6f1db0ef46a1ce50790a104d429aaaa42889c91.
* 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-215-94/+213
|
* 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
| | | | Engine
* 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-203-66/+95
|
* SONAR-20552 Introduce new generic issue import format in scannerAlain Kermis2023-10-045-188/+766
|
* 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
| | | | This reverts commit 9db233a378f3590359054b908c82d06ae095930b.
* 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 ↵Bruno Andrade2023-06-191-5/+5
| | | | readability
* SONAR-19522 Fail-fast if SARIF file doesn't exist. (#8587)Wojtek Wajerowicz2023-06-151-12/+34
|
* SONAR-19532 PythonXUnitSensor takes too long due to non-optimized file queryDuarte Meneses2023-06-121-13/+17
|
* SONAR-19309 Improve SARIF logs in case of failure. (#8503)Wojtek Wajerowicz2023-06-121-28/+108
|
* SONAR-19160 handle missing locations in SARIF import. (#8476)Wojtek Wajerowicz2023-06-071-1/+13
|
* SONAR-19423 Files without suffixes can be declared as belonging to a LanguageJacek Poreda2023-06-012-35/+94
|
* SONAR-18213 - Make branches documentation link version sensitive in scanner logsAntoine Vinot2023-05-311-7/+18
|
* SONAR-19197 Add field for code variants to scanner-engineEric Giffon2023-05-161-1/+3
|
* SONAR-18210 not computing the whole file metadata when only status is needed.Lukasz Jarocki2023-05-082-10/+10
| | | | Co-authored-by: Duarte Meneses <duarte.meneses@sonarsource.com>
* SONAR-19110 Update Not Authorized message to include sonar.tokenLéo Geoffroy2023-05-081-3/+3
|
* SONAR-18814 fixed a bug where sometimes on Windows analysis would fail if ↵Lukasz Jarocki2023-05-022-4/+22
| | | | the diff contained two files with the same case-insensitive-names
* [NO JIRA] fix FPDuarte Meneses2023-04-251-1/+2
|
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-1139-117/+139
|
* SONAR-18880 Ignore empty Sarif runsAurelien Poscia2023-03-311-2/+12
|
* SONAR-18828 Specify dotnet scanner version in warningEric Giffon2023-03-301-1/+29
|