aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/bootstrapper
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4069 Provide a new Task extension pointJulien HENRY2013-01-141-6/+23
* SONAR-3887 release lock when plugin license is not validSimon Brandhof2012-12-121-1/+2
* SONAR-3887 unlock the semaphore when plugin license si not validSimon Brandhof2012-12-111-2/+5
* Fix some quality flawsSimon Brandhof2012-12-071-1/+2
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before initiali...Simon Brandhof2012-10-261-0/+4
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before initiali...Simon Brandhof2012-10-261-0/+2
* Fix some quality flawsSimon Brandhof2012-05-251-0/+2
* Remove warningsDavid Gageot2012-05-231-6/+6
* Fix warningsDavid Gageot2012-05-141-1/+1
* Remove picocontainer stackstace from logsSimon Brandhof2012-03-121-2/+1
* Log a clean message when an exception is thrown during picocontainer startupSimon Brandhof2012-03-121-0/+4
* Refactor org.sonar.batch.bootstrapper.BatchSimon Brandhof2012-01-161-25/+20
* Sanitize batch bootstrapperSimon Brandhof2012-01-132-6/+169
* SONAR-2959 Add the property sonar.showSqlSimon Brandhof2012-01-121-0/+107
* Update copyright header for this new yearSimon Brandhof2012-01-104-4/+4
* Some code improvementsSimon Brandhof2011-08-021-1/+1
* Do not allow to change ProjectDefinition#propertiesSimon Brandhof2011-06-071-3/+2
* Allow the extension ProjectBuilder to change the source directories of root m...Simon Brandhof2011-06-061-7/+10
* Allow to manually define source files to analyzeSimon Brandhof2011-06-031-2/+2
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-272-54/+37
* SONAR-2298 Add support for multi-modules for non-Maven projectsEvgeny Mandrikov2011-04-261-14/+61
* Replace enum Environment by class EnvironmentInformationEvgeny Mandrikov2011-02-044-7/+83
* Upgrade copyright headerssimonbrandhof2011-02-042-2/+2
* Improve ProjectDefinitionEvgeny Mandrikov2011-02-021-0/+27
* Add workDir to ProjectDefinitionEvgeny Mandrikov2011-01-281-1/+7
* Use Properties in ProjectDefinition instead of ConfigurationEvgeny Mandrikov2011-01-241-4/+4
* SONAR-2106: Improve batch bootstrapEvgeny Mandrikov2011-01-241-0/+27
* SONAR-2106: New Java library to bootstrap project analysisEvgeny Mandrikov2011-01-242-0/+103