aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/tasks
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-103-156/+0
|
* Add missing @Override annotationsSimon Brandhof2014-10-101-0/+1
|
* SONAR-5389 Add support of FileLinesContextFactory + publish analysisJulien HENRY2014-06-191-0/+23
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-112-2/+2
|
* Revert "Add package-info files on sonar-batch module"Julien Lancelot2013-09-161-24/+0
| | | | This reverts commit aae5b839d7dd34fca01312d0c22892f3f43a8054.
* Add package-info files on sonar-batch moduleJulien Lancelot2013-09-161-0/+24
|
* Update copyright headersSimon Brandhof2013-04-222-8/+8
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-212-6/+6
|
* SONAR-4069 fix task extension pointSimon Brandhof2013-03-142-86/+39
|
* SONAR-4069 new task extension pointSimon Brandhof2013-03-142-51/+8
|
* Revert "SONAR-4069 Remove Task and TaskDefinition from API."Simon Brandhof2013-03-054-117/+5
| | | | This reverts commit 7509fbafb262c92c3603d5b17387c232a5748327.
* SONAR-4069 Remove Task and TaskDefinition from API.Simon Brandhof2013-03-054-5/+117
| | | | Feature is postponed to version 3.6.
* Add unit test to ListTasksTaskSimon Brandhof2013-02-131-9/+16
|
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-133-72/+5
|
* Rename pico *Module classes to *Container to not confuse with Sonar Module ↵Julien HENRY2013-02-111-2/+2
| | | | concept
* Fix some quality flaws.Julien HENRY2013-01-231-1/+3
|
* SONAR-4069 Fix IoC dependencies of devcockpit and improve output of list tasks.Julien HENRY2013-01-211-1/+5
|
* SONAR-4069 Refactoring of Task extensionJulien HENRY2013-01-182-1/+39
| | | | | * @RequiresProject is no more in API * Simplify TaskModule
* SONAR-4069 Minor improvements and fixes for tasksJulien HENRY2013-01-173-140/+71
| | | | | * Try to break package cycle * Add validation on TaskDefinition
* SONAR-4069 Small improvements on new task featureJulien HENRY2013-01-166-143/+85
| | | | | * Simon feedback * Add additional JUnit tests
* SONAR-4069 Don't register automatically Task executorsJulien HENRY2013-01-162-4/+4
| | | | but force users to declare them in extension list.
* SONAR-4069 Refactoring to fix issues with ProjectBuilderJulien HENRY2013-01-163-9/+152
|
* SONAR-4069 Add a new task to list all available tasksJulien HENRY2013-01-155-2/+91
|
* SONAR-4069 Fix multi-module projects.Julien HENRY2013-01-141-48/+0
|
* SONAR-4069 Provide a new Task extension pointJulien HENRY2013-01-144-0/+181
* Running Sonar batch do not require to be on a project * Sonar project analysis is now a task (default task)