aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner/mediumtest
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-18679 moved unit test to integration test in sonar-scanner-engineLukasz Jarocki2023-03-1725-5723/+0
|
* SONAR-18600 Remove deprecated items that are not used anymoreZipeng WU2023-03-071-1/+1
|
* SONAR-17732 Remove all usage of redirect.sonarsource.comWouter Admiraal2023-01-171-1/+1
|
* SONAR-18174 Analyzer cache should be kept in the file system to decrease ↵Duarte Meneses2023-01-122-3/+5
| | | | memory use
* SONAR-14656 fixed unit tests not passing on WindowsLukasz Jarocki2023-01-111-5/+12
|
* Update license templates for 2023Pierre2023-01-0225-25/+25
|
* SONAR-17518 Ignore AccessDeniedException of directory, if it is excluded.Dimitris Kavvathas2022-12-121-0/+174
|
* SONAR-17722 Scanner doesn't need to download list of PRsDuarte Meneses2022-12-091-6/+1
|
* SONAR-17592 adding code formatting in one of the sensor in xoo pluginLukasz Jarocki2022-12-011-5/+4
|
* SONAR-17571 Ensure file existence prior to file size assessmentKlaudio Sinani2022-11-081-0/+19
|
* SONAR-17524 changing default branch name for projectsLukasz Jarocki2022-11-011-2/+2
|
* SONAR-11096 Discard files from analysis scope greater 20MBJacek2022-10-261-5/+36
| | | | | SONAR-11096 Discard files from analysis scope greater when than 20 MB - introduce property 'sonar.filesize.limit'
* SONAR-17288 add medium testsLukasz Jarocki2022-09-161-1/+18
|
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-072-2/+2
|
* SONAR-16395 Activate Analyzers Cache by defaultDuarte Meneses2022-05-241-0/+17
|
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-17/+2
| | | | | - fix tests - use plugin api from artifactory
* NO-JIRA fixed some unit tests not passing on Windows when username is longLukasz Jarocki2022-03-081-3/+4
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-2/+2
|
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵Duarte Meneses2022-02-024-13/+35
| | | | | | the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com>
* Update license headers for 2022 [update headers]Pierre2022-01-2825-25/+25
|
* SONAR-15836 Language files are not automatically publishedDuarte Meneses2021-12-212-150/+100
|
* SONAR-15761 new API to identify Sensors processing files independently (#5091)Julien HENRY2021-12-031-0/+36
|
* Improve code qualityDuarte Meneses2021-11-205-11/+11
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1911-151/+69
|
* 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-172-4/+4
|
* SONAR-14192 Deprecating rule keys may break users' exclusion settingsDuarte Meneses2021-03-173-4/+12
|
* Flush stdout/errMalena Ebert2021-01-301-0/+2
|
* SONAR-14393 Add configuration for Bitbucket Cloud settingsDuarte Meneses2021-01-291-2/+4
|
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-111-19/+0
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0825-25/+25
|
* fix code smellsPierre2020-12-144-34/+46
|
* Fix scanner engine test failing on macOSMichal Duda2020-09-101-1/+2
|
* SONAR-13792 Embed sonar-scm-gitDuarte Meneses2020-08-281-0/+1
|
* SONAR-13390 SONAR-13391 New Code Reference BranchDuarte Meneses2020-06-112-0/+24
|
* SONAR-13221 MetricsDuarte Meneses2020-05-251-1/+1
|
* SONAR-13206 Show warning if scanner fails to detect files' encodingDuarte Meneses2020-04-171-1/+3
|
* fix tests on WindowsDuarte Meneses2020-03-301-3/+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
|
* 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-0725-25/+25
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-108-20/+13
|
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-092-6/+6
|
* SONAR-12668 Drop 'sonar.branch.target'Duarte Meneses2019-12-091-1/+1
|
* SONAR-12624 Scanner no longer supports short living branchesDuarte Meneses2019-12-093-19/+19
|
* SONAR-12630 reorganize log resultsJacek2019-11-081-0/+3
|
* Remove deprecated code in scannerDuarte Meneses2019-10-211-14/+0
|
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-124-228/+10
|
* Fix test to make it run on mac os (#1977)Jacek2019-08-011-2/+15
| | | | * fix test to make it run on mac os