aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10762 Drop usage of 'user_managed' columnJacek2021-07-071-10/+6
|
* SONAR-14890 Link to documentation in Warnings should be relativeDuarte Meneses2021-06-292-18/+22
|
* SONAR-13191 Fail analysis when project is using an invalid keyJacek2021-06-241-52/+41
|
* 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-1713-230/+63
|
* SONAR-14924 fixed a bug where running analysis inside submodule sometimes ↵Lukasz Jarocki2021-06-161-12/+77
| | | | were not detecting any changes
* SONAR-14750 - Add link to warning + update docBelen Pruvost2021-04-292-2/+4
|
* SONAR-14731 - Fix GitScmProvider logBelen Pruvost2021-04-211-10/+23
|
* SONAR-14192 Deprecating rule keys may break users' exclusion settingsDuarte Meneses2021-03-172-3/+3
|
* SONAR-14192 Deprecating rule keys may break users' exclusion settingsDuarte Meneses2021-03-177-62/+118
|
* SONAR-14192 Add optional return field 'deprecatedKeys' to /api/rules/searchMichal Duda2021-03-172-1/+3
|
* SONAR-14525 include CI usage information in telemetryMichal Duda2021-03-046-19/+223
|
* SONAR-14525 include SCM usage information in telemetryMichal Duda2021-03-041-15/+11
|
* SONAR-14527 Use 30s write timeout when submitting scanner reportDuarte Meneses2021-03-031-0/+13
|
* Revert SONAR-14478, SONAR-14462, SONAR-14461lukasz-jarocki-sonarsource2021-02-262-175/+0
| | | | | | | | | | | | | | | | | | | | | * 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-192-0/+175
|
* 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-141-1/+1
| | | | login/password
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-112-31/+0
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08179-179/+179
|
* SONAR-13312 drop 'sonar.organization' scanner parameterJacek2020-12-2219-245/+117
| | | | - drop unused bitbucket pipelines references
* SONAR-13999 drop organization from CE stepsJacek2020-12-221-14/+0
|
* SONAR-13586 Specify target pull request with the remote nameDuarte Meneses2020-12-151-7/+25
|
* fix code smellsPierre2020-12-1412-50/+62
|
* SONAR-14009 SVN configuration in SQ server does not workDuarte Meneses2020-10-222-9/+9
|
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-298-39/+131
|
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-181-3/+18
|
* SONAR-13867 revertMichal Duda2020-09-178-131/+39
|
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-178-39/+131
|
* Fix scanner engine test failing on macOSMichal Duda2020-09-101-1/+2
|
* SONAR-13792 Embed sonar-scm-svnDuarte Meneses2020-08-2817-1/+1307
|
* SONAR-13792 Embed sonar-scm-gitDuarte Meneses2020-08-2814-0/+1571
|
* SONAR-13734 Coverage might be missing when merging multiple reportsDuarte Meneses2020-08-061-0/+25
|
* SONAR-13390 SONAR-13391 New Code Reference BranchDuarte Meneses2020-06-117-1/+276
|
* SONAR-13221 MetricsDuarte Meneses2020-05-251-1/+1
|
* 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
|
* fix tests on WindowsDuarte Meneses2020-03-301-3/+3
|
* SONAR-13214 Restore a minimal Settings API for backward compatibilityJulien HENRY2020-03-231-1/+1
|
* Remove deprecated APIs since at least 6.7Julien HENRY2020-03-231-8/+2
|
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-237-15/+9
|
* SONAR-13155 upgrade testing dependenciesSimon Brandhof2020-03-212-12/+3
|
* SONAR-11853 Improve logs about autoconfiguration in CIsDuarte Meneses2020-03-131-2/+2
|
* SONAR-13158 Scanner logs files indexed with language 'null'Duarte Meneses2020-03-131-0/+1
|
* SONAR-11853 SONAR-13161 Auto-configuration pull requests and branches on JenkinsDuarte Meneses2020-03-131-4/+40
|
* SONAR-13160 Fix display of Portfolio Admin page when project contains UTF-8 ↵Julien Lancelot2020-03-121-4/+35
| | | | characters
* SONAR-13165 Scanner warns that it wasn't able to detected changed lines on ↵Duarte Meneses2020-03-061-8/+16
| | | | files with lines removed only
* Do not warn about a file out of basedir if file is not includedSaid Tahsin Dane2020-03-061-4/+26
|
* Format all headers for 2020Wouter Admiraal2020-01-07163-163/+163
|