aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-21857 fix ssflukasz-jarocki-sonarsource2024-08-202-2/+2
|
* SONAR-21885 LTS Backport: Fix native Git blame with Git CLI >= 2.439.9.6.92038Antoine Vigneau2024-06-171-2/+2
|
* SONAR-22159 Add assume check on creation date properly set in test cleanUpOldMatteo Mara2024-05-151-0/+13
|
* NO-JIRA backport flaky test fixes done during SONAR-18408Steve Marion2024-02-121-29/+7
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03517-517/+517
| | | | Co-authored-by: Benjamin Raymond <31401273+7PH@users.noreply.github.com>
* SONAR-17732 Remove all usage of redirect.sonarsource.comWouter Admiraal2023-01-172-2/+2
|
* SONAR-18174 Analyzer cache should be kept in the file system to decrease ↵Duarte Meneses2023-01-1229-274/+318
| | | | memory use
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-126-8/+9
|
* SONAR-14656 fixed unit tests not passing on WindowsLukasz Jarocki2023-01-113-13/+30
|
* SONAR-18180 Fix import of SARIF issues with empty range.Wojtek Wajerowicz2023-01-102-7/+25
|
* NOJIRA_fix_license_in_AbstractExclusionFiltersTest Benjamin Campomenosi2023-01-091-1/+1
|
* SONAR-16491 add aliases for sonar.test.inclusions and sonar.test.exclusionsBenjamin Campomenosi2023-01-096-27/+231
|
* Update license templates for 2023Pierre2023-01-02515-515/+515
|
* SONAR-17610 Backend documentation links targets https://docs.sonarqube.org/ ↵Benjamin Campomenosi2022-12-286-34/+74
| | | | instead of embedded doc
* SONAR-4043 deprecate sonar.password for analysisPierre2022-12-153-0/+124
|
* SONAR-17518 Ignore AccessDeniedException of directory, if it is excluded.Dimitris Kavvathas2022-12-123-6/+249
|
* [NO JIRA] Fix unstable testDuarte Meneses2022-12-091-5/+0
|
* SONAR-17722 Scanner doesn't need to download list of PRsDuarte Meneses2022-12-0911-341/+7
|
* SONAR-17564 fix Sarif region import Benjamin Campomenosi2022-12-072-11/+43
|
* SONAR-17738 Point to new documentation pathsWouter Admiraal2022-12-064-4/+4
|
* SONAR-17678 remove usage of pack200Matteo Mara2022-12-062-135/+4
|
* [NO-JIRA] Fix reported code smellsKlaudio Sinani2022-12-021-0/+23
|
* SONAR-17592 adding code formatting in one of the sensor in xoo pluginLukasz Jarocki2022-12-011-5/+4
|
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-012-2/+24
|
* SONAR-17560 Minor improvements on `RulesSeverityDetectorTest` test classKlaudio Sinani2022-11-301-21/+8
|
* SONAR-17560 Improve SARIF rule vulnerability detectionKlaudio Sinani2022-11-286-48/+357
|
* SONAR-15651 display clear message when sources or tests contain '*'.Wojtek Wajerowicz2022-11-164-16/+60
|
* SONAR-17564 Add ITs for SARIF import.Wojtek Wajerowicz2022-11-162-11/+20
|
* SONAR-17564 Add statistics on imported sarif files/issues countAurelien Poscia2022-11-156-36/+206
|
* SONAR-17560 Introduce SARIF version validationKlaudio Sinani2022-11-151-2/+2
|
* SONAR-17564 Import vulnerabilities from a SARIF reportAurelien Poscia2022-11-1514-0/+1348
|
* SONAR-17560 Add Sarif deserializationAntoine Vinot2022-11-151-0/+2
|
* SONAR-17571 Ensure file existence prior to file size assessmentKlaudio Sinani2022-11-082-3/+25
|
* SONAR-17524 changing default branch name for projectsLukasz Jarocki2022-11-016-16/+16
|
* [NO-JIRA] Fix reported code smells & bugsKlaudio Sinani2022-10-282-10/+11
|
* SONAR-11096 Discard files from analysis scope greater 20MBJacek2022-10-263-6/+49
| | | | | SONAR-11096 Discard files from analysis scope greater when than 20 MB - introduce property 'sonar.filesize.limit'
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-2614-195/+429
|
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-2610-25/+325
| | | | | SONAR-13579 Get database files from target branch instead of snapshot SONAR-13579 Store old relative file path to `FileAttributes` class
* SONAR-17331 Log message when Elasticsearch index requires re-indexingJacek2022-10-242-1/+36
|
* SONAR-16633 splitting plugins into two categories in the scanner contextLukasz Jarocki2022-10-1411-16/+78
|
* NO-JIRA fix code smellsAurelien Poscia2022-10-132-2/+2
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-122-24/+0
|
* SONAR-17353 native git blame reads author instead of committerSteve Marion2022-10-123-10/+40
|
* SONAR-17305 prevent set sonar.global.XX properties in scannerBenjamin Campomenosi2022-10-0710-5/+352
|
* SONAR-17418 show deprecation warning in case scanner runs with 32 bits JREAurelien Poscia2022-10-075-11/+139
|
* SONAR-17259 Remove unsupported XML tag for generic test execution reportMatteo Mara2022-09-226-52/+7
|
* SONAR-17337 Scanner download of analyzer cache doesn't handle compression ↵Duarte Meneses2022-09-202-3/+14
| | | | correctly
* SONAR-17287 Fix quality issues and adopt changes to APIDuarte Meneses2022-09-161-4/+5
|
* SONAR-17287 Fix conversion of flow typesDuarte Meneses2022-09-161-1/+3
|
* SONAR-17288 add medium testsLukasz Jarocki2022-09-161-1/+18
|