aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/bootstrap/ProjectModule.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4069 Refactoring to fix issues with ProjectBuilderJulien HENRY2013-01-161-133/+0
|
* SONAR-2501 Add API to add test and coveringJulien Lancelot2013-01-151-0/+2
|
* SONAR-4069 Provide a new Task extension pointJulien HENRY2013-01-141-4/+4
| | | | | * Running Sonar batch do not require to be on a project * Sonar project analysis is now a task (default task)
* SONAR-3895 fix dependency of ExtensionProviders on commons-confSimon Brandhof2012-11-081-5/+9
|
* SONAR-3895 optimize loading of project settingsSimon Brandhof2012-11-051-2/+0
|
* SONAR-3895 load settings from web serviceSimon Brandhof2012-11-051-1/+1
|
* SONAR-3895 fix compatibility of dry-run mode with ProjectBuilder extensionsSimon Brandhof2012-10-311-19/+15
|
* SONAR-3895 Draft of export and can work when project doesn't existDavid Gageot2012-10-291-5/+5
|
* SONAR-3895 remove unused code and fix quality flawsSimon Brandhof2012-10-271-2/+0
|
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before ↵Simon Brandhof2012-10-261-44/+49
| | | | initializing db
* SONAR-2602 the extensions Language must not be declared with ↵Simon Brandhof2012-10-041-1/+2
| | | | InstantiationStrategy=PER_BATCH
* SONAR-3844 Drop the support of the deprecated property sonar.lightSimon Brandhof2012-10-021-0/+2
|
* SONAR-2602 persist project language before execution of extensionsSimon Brandhof2012-09-281-15/+1
|
* Remove the classes RulesManager and DaoFacade.Simon Brandhof2012-05-231-4/+0
| | | | Both of them have been deprecated long time ago.
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* Refactor the packages of sonar-coreSimon Brandhof2011-12-221-1/+1
| | | | | * The root package should be org.sonar.core -> org.sonar.persistence is moved to org.sonar.core.persistence * Classes are grouped by functional domain (resource, review, rule, ...)
* Fix loading of file exclusions - do not cache exclusions in Projectsimonbrandhof2011-11-111-5/+3
|
* SONAR-2796 Display which directories Sonar will use during analysisEvgeny Mandrikov2011-10-241-7/+0
| | | | | * Dedicated Initializer was created in order to do this. * Exclusions also displayed by this component.
* SONAR-2861 fix loading of the property sonar.core.codeCoveragePluginSimon Brandhof2011-10-101-1/+2
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-36/+44
| | | | | | | | 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-2610 Replace the table ASYNC_MEASURES_SNAPSHOTS by MANUAL_MEASURESSimon Brandhof2011-07-121-2/+0
|
* Revert move of TimeMachineConfigutionSimon Brandhof2011-06-221-0/+2
|
* SONAR-2505 support measure variationsSimon Brandhof2011-06-211-2/+0
|
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-171-2/+0
|
* SONAR-2505 core components which write to database are disabled on dry runsSimon Brandhof2011-06-151-9/+10
|
* Fix loading of metric formulas when defined in pluginsSimon Brandhof2011-05-311-10/+0
|
* SONAR-2475 remove org.sonar.api.checks.checkers and ↵simonbrandhof2011-05-271-1/+0
| | | | org.sonar.api.checks.profiles
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-271-9/+2
|
* SONAR-2469 refactor Modulesimonbrandhof2011-05-251-0/+166
SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project