aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* SONAR-17678 remove usage of pack200Matteo Mara2022-12-061-100/+1
* SONAR-16633 splitting plugins into two categories in the scanner contextLukasz Jarocki2022-10-141-1/+4
* SONAR-16567 Use user-friendly date format and improve notification messageZipeng WU2022-07-181-3/+4
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-071-5/+5
* SONAR-16567 add an analysis warning when using a token expiring in less than ...Matteo Mara2022-07-063-17/+54
* SONAR-16260 improve project analysis when using project analysis tokenMatteo Mara2022-05-312-43/+14
* SONAR-16260 scanner passing new context header - projectKeyLukasz Jarocki2022-04-293-18/+49
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-227-529/+65
* SONAR-16026 Adds file lock retries when explode jarPatrick Reinhart2022-02-091-0/+21
* SONAR-15966 Fix Spring bean names to include classloaderDuarte Meneses2022-02-031-3/+7
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in t...Duarte Meneses2022-02-028-109/+481
* Update license headers for 2022 [update headers]Pierre2022-01-2814-14/+14
* SONAR-15686 Files provided are restricted when PR for selected sensorsDuarte Meneses2021-11-292-23/+28
* Improve code qualityDuarte Meneses2021-11-201-3/+3
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-194-73/+45
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-172-109/+1
* SONAR-14340 - ‘Not authorized’ analysis should prompt for a token, not lo...Mark Rekveld2021-01-141-1/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0815-15/+15
* SONAR-13312 drop 'sonar.organization' scanner parameterJacek2020-12-227-66/+86
* fix code smellsPierre2020-12-141-1/+1
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-181-3/+18
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-141-2/+2
* Format all headers for 2020Wouter Admiraal2020-01-0715-15/+15
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-105-21/+17
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-124-4/+4
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-127-19/+19
* Extract implementation from plugin API - fix testsDuarte Meneses2019-07-122-2/+2
* SONAR-11670 Drop preview modeJulien HENRY2019-02-214-219/+4
* SONARCLOUD-336: Automatically guess the projectKey/organizationMichal Duda2019-02-188-29/+37
* change year in file headersStas Vilchik2019-01-161-1/+1
* SONAR-11480 SONAR-11508 Consider server side settings when evaluating module ...Julien HENRY2019-01-161-3/+1
* SONAR-11465 Add project level Sensor EPJulien HENRY2019-01-161-22/+23
* SONAR-11465 Move post-job at project levelJulien HENRY2019-01-162-67/+147
* SONAR-11488 Stop loading module level settings in scannerJulien HENRY2019-01-161-3/+2
* SONAR-11465 Deprecate InputModule and introduce InputProjectJulien HENRY2019-01-168-109/+31
* SONAR-11465 Introduce a new annotation for project level extensionsJulien HENRY2019-01-161-5/+5
* SONAR-11594 scanner authentication tokenMichal Duda2019-01-091-4/+8
* Fix license headers for 2019Duarte Meneses2019-01-0217-17/+17
* SONAR-10991 Don't display error responses containing HTML contentDuarte Meneses2018-08-071-5/+25
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-294-204/+112
* SONAR-10591 scanner uses WS api/plugins/downloadSimon Brandhof2018-05-114-131/+478
* SONAR-10591 Remove unused code in sonar-homeSimon Brandhof2018-05-111-4/+4
* Drop unused jetty-server in sonar-scanner-engine testsSimon Brandhof2018-03-151-118/+0
* Fix tests on WindowsJulien HENRY2018-03-131-0/+2
* Fix some Java compiler warningsSimon Brandhof2018-03-122-6/+6
* Add Java API Plugin.Context#getBootConfiguration()Simon Brandhof2018-02-061-11/+7
* Fix license headers for 2018Simon Brandhof2018-01-0718-18/+18
* SONAR-10142 Download compressed pluginsDuarte Meneses2017-12-071-0/+18
* SONAR-9770 Stop listing deprecated modesJulien HENRY2017-10-041-17/+1
* SONAR-9836 Fix @Phase annotation support on new PostJob APIJulien HENRY2017-10-021-18/+85