aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/bootstrap/ScannerPluginRepository.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24521 Implements sonar plugin API addAnalysisData method in the scanner...Steve Marion2025-03-171-6/+6
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-22074 enable DownloadOnlyRequired by default10.5.0.89998Pierre2024-04-121-1/+1
* SONAR-21195 sonar.plugins.downloadOnlyRequired defaults to false if not definedMatteo Mara2024-01-311-1/+1
* SONAR-21197 add a property to enable the download of the required plugins onlyMatteo Mara2024-01-041-5/+6
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-041-5/+15
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2024-01-041-11/+47
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* Revert "SONAR-21195 Enhance scanner engine to download only required plugins"Matteo Mara2023-12-221-47/+11
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-221-15/+5
* Revert "SONAR-21197 add a property to enable the download of the required plu...Matteo Mara2023-12-221-6/+5
* SONAR-21197 add a property to enable the download of the required plugins onlyMatteo Mara2023-12-211-5/+6
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2023-12-211-5/+15
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-211-11/+47
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-6/+5
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-16633 splitting plugins into two categories in the scanner contextLukasz Jarocki2022-10-141-1/+10
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in t...Duarte Meneses2022-02-021-1/+1
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-181-9/+16
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Reduce dependency of sonar-scanner-engine on GuavaDuarte Meneses2019-07-121-3/+3
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9679 Add plugins and their updated_at date to the scanner reportJulien HENRY2017-09-071-16/+27
* SONAR-9672 Store the link between a rule and the plugin declaring itJulien HENRY2017-09-071-0/+1
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-041-2/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-8564 Help identifying Sensors in verbose modeDuarte Meneses2017-01-311-4/+19
* Scanner cleanupJulien HENRY2017-01-091-0/+109