aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/bootstrap/TaskContainer.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6536 Drop concept of taskJulien HENRY2015-05-111-121/+0
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-111-19/+0
* SONAR-6370 isolate plugin classloader from coreSimon Brandhof2015-05-111-1/+1
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-101-3/+7
* SONAR-6088 Remove old preview/h2 modeJulien HENRY2015-01-271-8/+11
* Fix regression concerning SONAR-5878 (task property was released too early)Julien HENRY2014-12-041-2/+2
* SONAR-5878 More improvement concerning memory consumptionJulien HENRY2014-12-031-0/+2
* Add missing @Override annotationsSimon Brandhof2014-10-101-0/+1
* Move PastMeasureLoader as it is used by dev cockpitJulien HENRY2014-07-231-1/+4
* SONAR-5477 Load global referentials earlierJulien HENRY2014-07-221-0/+12
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-161-1/+6
* SONAR-5389 Initial version of the new sensor modeJulien HENRY2014-06-101-2/+2
* Separate bootstrap settings and task settingsJulien HENRY2014-06-101-5/+28
* Fix quality flawsJulien Lancelot2014-04-301-1/+0
* SONAR-4969 Do not mix batch and server classpathsSimon Brandhof2014-04-171-1/+2
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* SONAR-4694 Allow project permissions management from the permission web serviceJulien Lancelot2013-09-191-2/+2
* SONAR-4453 Added facade declaration in task containerJean-Baptiste Vilain2013-07-111-5/+7
* 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-1/+2
* SONAR-4069 Restore Metrics as a BatchExtensionJulien HENRY2013-03-251-1/+0
* SONAR-4069 Refactoring to ease override of some componentsJulien HENRY2013-03-191-5/+3
* SONAR-4069 ResourcePermission need to be in TaskContainerJulien HENRY2013-03-181-1/+7
* Improve exception handling of pico container lifecycleSimon Brandhof2013-03-141-17/+26
* SONAR-4069 fix task extension pointSimon Brandhof2013-03-141-13/+14
* SONAR-4069 new task extension pointSimon Brandhof2013-03-141-152/+30
* Revert "SONAR-4069 Remove Task and TaskDefinition from API."Simon Brandhof2013-03-051-2/+2
* SONAR-4069 Remove Task and TaskDefinition from API.Simon Brandhof2013-03-051-2/+2
* Revert all changes made to IoC container for views as a task.Julien HENRY2013-03-011-0/+194
* Refactor ioc containers to allow views to work as a task.Julien HENRY2013-02-271-194/+0
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-131-2/+2
* SONAR-4053 Automatically release semaphores when outdatedJulien HENRY2013-02-111-0/+2
* Rename pico *Module classes to *Container to not confuse with Sonar Module co...Julien HENRY2013-02-111-0/+192