aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-14525 include CI usage information in telemetryMichal Duda2021-03-0426-63/+455
|
* SONAR-14525 include SCM usage information in telemetryMichal Duda2021-03-042-18/+29
|
* SONAR-14527 Use 30s write timeout when submitting scanner reportDuarte Meneses2021-03-032-1/+15
|
* Revert SONAR-14478, SONAR-14462, SONAR-14461lukasz-jarocki-sonarsource2021-02-264-210/+2
| | | | | | | | | | | | | | | | | | | | | * Revert "SONAR-14478 - Main Branch Documentation" This reverts commit 59eae7cf3f2e611e162a4e0122ae5846b10a45b1. * Revert "SONAR-14462 Do not display the branch name until the main branch is analyzed for the first time" This reverts commit 20f7319c06affdae62d39d1bad002f16504465a2. * Revert "SONAR-14461 main branch detection" This reverts commit c04baa1e8e3b492953d66a6bc4111c01f3ee3069. * Revert "SONAR-14461 Remove hardcoded usage of 'master'" This reverts commit 32eefaf2d36af375af280cc3ba664fd71e0f6afd. * Revert "SONAR-14461 save the default main branch when needed" This reverts commit 879a4be2afc570b2248fb4d639f42f913215805b.
* SONAR-14461 main branch detectionlukasz-jarocki-sonarsource2021-02-194-4/+206
|
* SONAR-14461 save the default main branch when neededPierre2021-02-191-0/+6
|
* SONAR-14397 Update the Java < 11 warning displayed by SonarQube ScannersDuarte Meneses2021-02-101-1/+1
|
* SONAR-14396 Decorate PRs in Bitbucket CloudMichal Duda2021-02-081-1/+1
|
* Flush stdout/errMalena Ebert2021-01-301-0/+2
|
* SONAR-14393 Add configuration for Bitbucket Cloud settingsDuarte Meneses2021-01-291-2/+4
|
* SONAR-14340 - ‘Not authorized’ analysis should prompt for a token, not ↵Mark Rekveld2021-01-142-3/+3
| | | | login/password
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-112-31/+0
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08465-465/+465
|
* SONAR-13312 drop 'sonar.organization' scanner parameterJacek2020-12-2242-503/+154
| | | | - drop unused bitbucket pipelines references
* SONAR-13999 drop organization from CE stepsJacek2020-12-222-16/+0
|
* SONAR-13586 Specify target pull request with the remote nameDuarte Meneses2020-12-152-17/+36
|
* fix code smellsPierre2020-12-1412-50/+62
|
* Code smell fix: remove unused codeZipeng WU2020-12-113-16/+0
|
* fix floating point equalityZipeng WU2020-12-091-1/+1
|
* SONAR-14009 SVN configuration in SQ server does not workDuarte Meneses2020-10-225-66/+17
|
* SONAR-13869 Add a flag in telemetry to know if there's some c/c++ unanalyzed ↵Julien Lancelot2020-09-291-4/+5
| | | | | | | code * SONAR-13869 Compute number of unanalyzed C and C++ files measures * SONAR-13869 Send unanalyzed C and C++ flags in Telemetry
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-2912-71/+193
|
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-184-15/+37
|
* SONAR-13867 revertMichal Duda2020-09-1712-193/+71
|
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-1712-71/+193
|
* Fix scanner engine test failing on macOSMichal Duda2020-09-101-1/+2
|
* SONAR-13792 Embed sonar-scm-svnDuarte Meneses2020-08-2829-3/+2244
|
* SONAR-13792 Embed sonar-scm-gitDuarte Meneses2020-08-2824-0/+2456
|
* SONAR-13734 Coverage might be missing when merging multiple reportsDuarte Meneses2020-08-062-5/+30
|
* SONAR-13390 SONAR-13391 New Code Reference BranchDuarte Meneses2020-06-1114-8/+473
|
* SONAR-13221 MetricsDuarte Meneses2020-05-252-5/+5
|
* SONAR-13314 Request pack200 compression only if library is availableDuarte Meneses2020-04-241-1/+7
|
* SONAR-13206 Show warning if scanner fails to detect files' encodingDuarte Meneses2020-04-173-6/+6
|
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-146-15/+21
|