aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/bootstrap/ExtensionInstaller.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-181-77/+0
|
* SONAR-7389 Add new Sensor API to provide duplication tokensJulien HENRY2016-03-151-2/+5
|
* SONAR-7234 Remove @SupportedEnvironmentJulien HENRY2016-01-201-7/+3
|
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
|
* SONAR-6746 Drop Plugin interface + batch cleanupJulien HENRY2015-09-041-4/+2
|
* Removal of deprecated ProjectBootstrapperDuarte Meneses2015-08-281-4/+2
|
* Revert "SONAR-6746 Drop Plugin interface + batch cleanup"Simon Brandhof2015-07-291-2/+4
| | | | This reverts commit 70c24eb376e514098f228bef76194536995c4957.
* SONAR-6746 Drop Plugin interface + batch cleanupJulien HENRY2015-07-281-4/+2
|
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-07-241-4/+6
|
* SONAR-6588 drop db connection from batchSimon Brandhof2015-07-021-5/+2
|
* SONAR-6370 isolate plugin classloader from coreSimon Brandhof2015-05-111-12/+11
|
* SONAR-6088 Remove old preview/h2 modeJulien HENRY2015-01-271-3/+3
|
* SONAR-6060 Move HTML report into the coreJulien HENRY2015-01-261-1/+1
|
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-161-7/+6
|
* SONAR-4969 Do not mix batch and server classpathsSimon Brandhof2014-04-171-0/+7
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* SONAR-3677 Rename dryRun -> preview and introduce sonar.analysis.modeJulien HENRY2013-10-141-13/+8
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* Fix some quality flawsJulien HENRY2013-03-261-1/+0
|
* SONAR-4069 Deprecate BatchExtensionDisctionnary to move it outside of plugin APIJulien HENRY2013-03-261-1/+1
|
* SONAR-4069 Allow to filter list of sensors that will be executedJulien HENRY2013-03-261-9/+5
|
* SONAR-4069 add ProjectScanContainerTestSimon Brandhof2013-03-151-1/+0
|
* SONAR-4069 new task extension pointSimon Brandhof2013-03-141-145/+29
|
* Revert "SONAR-4069 Remove Task and TaskDefinition from API."Simon Brandhof2013-03-051-1/+1
| | | | This reverts commit 7509fbafb262c92c3603d5b17387c232a5748327.
* SONAR-4069 Remove Task and TaskDefinition from API.Simon Brandhof2013-03-051-1/+1
| | | | Feature is postponed to version 3.6.
* Revert all changes made to IoC container for views as a task.Julien HENRY2013-03-011-7/+7
|
* Refactor ioc containers to allow views to work as a task.Julien HENRY2013-02-271-7/+7
| | | | Signed-off-by: Julien Lancelot <julien.lancelot@gmail.com>
* Increase coverage by UTs.Julien HENRY2013-02-211-12/+12
|
* SONAR-4069 Removed TaskDefinitionExtension interface.Julien HENRY2013-01-181-24/+4
|
* SONAR-4069 Small improvements on new task featureJulien HENRY2013-01-161-1/+1
| | | | | * Simon feedback * Add additional JUnit tests
* SONAR-4069 Refactoring to fix issues with ProjectBuilderJulien HENRY2013-01-161-1/+14
|
* SONAR-4069 Fix issue with ProjectBuilder extensionJulien HENRY2013-01-141-7/+8
| | | | | * ProjectBuilder is now a TaskExtension but with a @RequiresProject to be loaded only when task is executed on a project
* SONAR-4069 Provide a new Task extension pointJulien HENRY2013-01-141-9/+112
| | | | | * Running Sonar batch do not require to be on a project * Sonar project analysis is now a task (default task)
* SONAR-3895 define properties to include/exclude plugins of dry runsSimon Brandhof2012-11-071-1/+2
|
* SONAR-3895 fix compatibility of dry-run mode with ProjectBuilder extensionsSimon Brandhof2012-10-311-1/+1
|
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before ↵Simon Brandhof2012-10-261-0/+107
initializing db