aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/bootstrap/Module.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename pico *Module classes to *Container to not confuse with Sonar Module ↵Julien HENRY2013-02-111-100/+0
| | | | concept
* SONAR-4069 Refactoring to fix issues with ProjectBuilderJulien HENRY2013-01-161-1/+1
|
* SONAR-4069 Provide a new Task extension pointJulien HENRY2013-01-141-1/+1
| | | | | * Running Sonar batch do not require to be on a project * Sonar project analysis is now a task (default task)
* SONAR-3887 release lock when plugin license is not validSimon Brandhof2012-12-121-4/+3
|
* SONAR-3895 remove unused code and fix quality flawsSimon Brandhof2012-10-271-17/+1
|
* Better testingSimon Brandhof2012-10-261-2/+3
|
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before ↵Simon Brandhof2012-10-261-27/+2
| | | | initializing db
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-131-12/+1
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-33/+34
| | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions
* SONAR-2505 core components which write to database are disabled on dry runsSimon Brandhof2011-06-151-0/+1
|
* Rename org.sonar.batch.ExtensionDownloader to ArtifactDownloadersimonbrandhof2011-05-271-1/+0
|
* SONAR-2469 refactor Modulesimonbrandhof2011-05-251-0/+151
SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project