aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/bootstrap/ProjectModule.java
Commit message (Expand)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
* 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 initiali...Simon Brandhof2012-10-261-44/+49
* SONAR-2602 the extensions Language must not be declared with InstantiationStr...Simon Brandhof2012-10-041-1/+2
* 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
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* Refactor the packages of sonar-coreSimon Brandhof2011-12-221-1/+1
* 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
* SONAR-2861 fix loading of the property sonar.core.codeCoveragePluginSimon Brandhof2011-10-101-1/+2
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-36/+44
* 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 org.sonar.api.checks.prof...simonbrandhof2011-05-271-1/+0
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-271-9/+2
* SONAR-2469 refactor Modulesimonbrandhof2011-05-251-0/+166