aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/scan/ScanTask.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6536 Drop concept of taskJulien HENRY2015-05-111-56/+0
|
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-111-2/+1
|
* SONAR-6370 isolate plugin classloader from coreSimon Brandhof2015-05-111-1/+1
|
* Cleanup batch side from specific code for devcockpit and viewsJulien HENRY2015-05-041-2/+0
|
* SONAR-6014 Make sensor mode use the same container than normal modeJulien HENRY2015-01-081-8/+1
|
* SONAR-6014 Remove/Postpone DB dependenciesJulien HENRY2015-01-071-2/+1
|
* Add missing @Override annotationsSimon Brandhof2014-10-101-0/+1
|
* SONAR-5389 Drop batch-api moduleJulien HENRY2014-06-181-1/+2
|
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-161-1/+8
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* SONAR-926 Multi-language support:Julien HENRY2014-01-241-12/+10
| | | | | | * RulesProfile wrapper * ModuleFileSystem now support multi language * Sensors executed trying each language until one is found
* SONAR-4713 Fail on unprovisioned projectJean-Baptiste Lievremont2013-10-011-0/+1
| | | | | | Add new property to make provisioning mandatory Turn ProjectReactorValidator into an IoC-managed component Add check at project scan bootstrap to fail if project does not exist
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* SONAR-4069 Allow to filter list of sensors that will be executedJulien HENRY2013-03-261-1/+2
|
* SONAR-4069 Refactoring to ease override of some componentsJulien HENRY2013-03-191-5/+13
| | | | | * Don't fail when there is a fake profile with id=null * Don't fail when there is a fake language
* SONAR-4069 ability to configure the phases to be executedSimon Brandhof2013-03-151-2/+6
|
* SONAR-4069 improve ScanTaskSimon Brandhof2013-03-151-7/+1
|
* SONAR-4069 fix task extension pointSimon Brandhof2013-03-141-6/+6
|
* SONAR-4069 new task extension pointSimon Brandhof2013-03-141-29/+9
|
* Revert "SONAR-4069 Remove Task and TaskDefinition from API."Simon Brandhof2013-03-051-2/+2
| | | | This reverts commit 7509fbafb262c92c3603d5b17387c232a5748327.
* SONAR-4069 Remove Task and TaskDefinition from API.Simon Brandhof2013-03-051-2/+2
| | | | Feature is postponed to version 3.6.
* Revert all changes made to IoC container for views as a task.Julien HENRY2013-03-011-6/+1
|
* Refactor ioc containers to allow views to work as a task.Julien HENRY2013-02-271-1/+6
| | | | Signed-off-by: Julien Lancelot <julien.lancelot@gmail.com>
* Increase coverage by UTs.Julien HENRY2013-02-211-7/+13
|
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-131-0/+66