aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-12693 fix wording in scanner success message logmatteo-mara-sonarsource2022-02-142-4/+2
|
* SONAR-16026 Adds file lock retries when explode jarPatrick Reinhart2022-02-092-1/+43
|
* Fix bugs from Quality GateZipeng WU2022-02-072-2/+4
|
* SONAR-15966 Fix Spring bean names to include classloaderDuarte Meneses2022-02-032-11/+11
|
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵Duarte Meneses2022-02-0286-606/+1390
| | | | | | the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com>
* Update license headers for 2022 [update headers]Pierre2022-01-28465-465/+465
|
* [NO-JIRA] Fix reported code smells9.3.0.51899Klaudio Sinani2022-01-281-2/+0
|
* Revert "SONAR-14929 - Detect trailing lines as new when it's a new change"Jacek2022-01-252-28/+2
| | | | This reverts commit 1751acb739682f97c4d7e3528f16718129ecd2f7.
* SONAR-14929 - Detect trailing lines as new when it's a new changeBelen Pruvost2022-01-212-2/+28
|
* SONAR-14929 New Code using a 'reference branch' doesn't detect changed code ↵Duarte Meneses2022-01-2114-511/+65
| | | | with git merge workflow
* SONAR-15906 Fix documentation links in analysis warningPhilippe Perrin2022-01-145-40/+29
|
* [NO-JIRA] Fix Bugs, Code SmellsJacek2021-12-215-9/+0
|
* SONAR-15836 Language files are not automatically publishedDuarte Meneses2021-12-219-201/+348
|
* SONAR-15761 new API to identify Sensors processing files independently (#5091)Julien HENRY2021-12-033-2/+38
|
* SONAR-15686 Files provided are restricted when PR for selected sensorsDuarte Meneses2021-11-2920-67/+360
|
* Improve code qualityDuarte Meneses2021-11-2036-92/+91
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1950-629/+365
|
* Improve code qualityDuarte Meneses2021-11-181-2/+2
|
* Change log level of merge base sha1 to infochinhodado2021-10-311-1/+1
| | | This info is too important to be hidden behind debug log level. I've just spent days trying to figure out why SQ doesn't detect new code properly, and it turned out to be because of some misconfiguration which I wouldn't have been able to figure out if not for this piece of info.
* Fix code quality issuesDuarte Meneses2021-10-2511-18/+17
|
* SONAR-15487 added unit test for quickFixAvailable added in Issue and ↵Lukasz Jarocki2021-10-131-1/+3
| | | | DefaultIssue
* SONAR-15487 send isQuickFixAvailable fron scanner to CEPierre2021-10-131-0/+1
|
* SONAR-15470 Do not declare Gradle build dependencies using compile and ↵Kengo TODA2021-10-081-1/+1
| | | | runtime configurations
* Fix code quality issuesDuarte Meneses2021-09-245-15/+13
|
* SONAR-15424 Compute Engine fails with NPE when analysing PR without main branchDuarte Meneses2021-09-242-1/+7
|
* SONAR-15412 detection of branches and PRs when using CodeMagic CILukasz Jarocki2021-09-233-0/+146
|
* SONAR-15387 Import of Generic Tests data shouldn't fail if a file has no ↵Duarte Meneses2021-09-224-18/+55
| | | | recognized language
* SONAR-15208 Scanner should distinguish between network and server errors ↵Duarte Meneses2021-09-162-14/+31
| | | | when uploading report
* SONAR-15349 unit testsLukasz Jarocki2021-09-151-3/+7
|
* SONAR-15349 Adding warning when missing SVN auth dataLukasz Jarocki2021-09-154-2/+131
|
* SONAR-15380 Remove SVN properties configuration section on AdministrationZipeng WU2021-09-151-1/+1
|
* SONAR-15338 Filter out SQ secured properties on settings endpointZipeng WU2021-09-152-1/+19
|
* Code smell fix: Remove unused importsBruno Andrade2021-07-121-1/+0
|
* SONAR-10762 Drop usage of 'user_managed' columnJacek2021-07-072-16/+8
|
* SONAR-14917 Misleading memory amounts displayed in Administration > SystemDuarte Meneses2021-06-301-2/+3
|
* SONAR-14890 Link to documentation in Warnings should be relativeDuarte Meneses2021-06-295-33/+49
|
* SONAR-13191 Fail analysis when project is using an invalid keyJacek2021-06-242-71/+49
|
* SONAR-15056 It should be possible to create external issues with project ↵Tobias Stadler2021-06-181-0/+16
| | | | location
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-1734-858/+118
|
* SONAR-14924 fixed a bug where running analysis inside submodule sometimes ↵Lukasz Jarocki2021-06-162-16/+84
| | | | were not detecting any changes
* SONAR-14951 Scanners require Java 11Sébastien Lesaint2021-06-092-15/+1
|
* SONAR-14882 Remove Staxmate and Woodstox dependencies from plugin APIJulien HENRY2021-05-282-11/+2
|
* SONAR-14783 Link Java 11 Upgrade Notes in Warningcolin-mueller-sonarsource2021-04-301-1/+2
|
* SONAR-14750 - Add link to warning + update docBelen Pruvost2021-04-294-5/+10
|
* SONAR-14739 reduce JGit logsJacek2021-04-271-1/+6
|
* SONAR-14731 - Fix GitScmProvider logBelen Pruvost2021-04-212-11/+24
|
* SONAR-14550 Show analysis warning when scanner uses Java < 118.8.0.42792Duarte Meneses2021-03-262-7/+9
|
* SONAR-14192 Deprecating rule keys may break users' exclusion settingsDuarte Meneses2021-03-174-5/+5
|
* SONAR-14192 Deprecating rule keys may break users' exclusion settingsDuarte Meneses2021-03-1712-79/+188
|
* SONAR-14192 Add optional return field 'deprecatedKeys' to /api/rules/searchMichal Duda2021-03-173-4/+12
|