aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/bootstrap/BatchModule.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4069 Provide a new Task extension pointJulien HENRY2013-01-141-153/+0
* SONAR-3887 refactor semaphore APISimon Brandhof2012-12-141-3/+3
* SONAR-3887 release lock when plugin license is not validSimon Brandhof2012-12-121-3/+4
* SONAR-3306 Refactoring to use DatabaseSemaphore instead of SemaphoreDaoJulien Lancelot2012-12-041-0/+2
* SONAR-3306 Use a semaphore to prevent launching several analysis of the same ...Julien Lancelot2012-12-031-0/+1
* Grant roles when projects are created, not later during decorator phaseSimon Brandhof2012-11-081-0/+2
* SONAR-3895 allow to exclude plugins during dry run modeSimon Brandhof2012-11-061-2/+0
* SONAR-3895 optimize loading of project settingsSimon Brandhof2012-11-051-0/+1
* SONAR-3895 load settings from web serviceSimon Brandhof2012-11-051-3/+1
* SONAR-3895 fix compatibility of dry-run mode with ProjectBuilder extensionsSimon Brandhof2012-10-311-3/+41
* 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-55/+49
* SONAR-2602 the extensions Language must not be declared with InstantiationStr...Simon Brandhof2012-10-041-2/+0
* SONAR-2602 persist project language before execution of extensionsSimon Brandhof2012-09-281-0/+2
* SONAR-3704 API : remove the component org.sonar.api.utils.ServerHttpClientSimon Brandhof2012-08-161-19/+2
* SONAR-2496 Support 'previous-version' value for differential viewsFabrice Bellingard2012-07-121-2/+18
* SONAR-3208 new extension point to declare tree of resource typesSimon Brandhof2012-02-221-0/+2
* SONAR-3209 Add new batch component - FileLinesContextFactoryEvgeny Mandrikov2012-02-091-0/+2
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* Refactor the packages of sonar-coreSimon Brandhof2011-12-221-4/+4
* SONAR-2967 extract the new component ProjectFilter from ProjectTreesimonbrandhof2011-11-041-0/+1
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-31/+31
* Add method findById to UserFinder and make it available as BatchComponentEvgeny Mandrikov2011-07-251-0/+2
* SONAR-2598 NotificationManager should be available as BatchComponentEvgeny Mandrikov2011-07-251-0/+2
* SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should acc...Simon Brandhof2011-07-071-0/+2
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-171-1/+0
* SONAR-2505 core components which write to database are disabled on dry runsSimon Brandhof2011-06-151-10/+23
* Add javadoc to org.sonar.api.platform.PluginRepositorysimonbrandhof2011-06-101-1/+0
* Fix loading of metric formulas when defined in pluginsSimon Brandhof2011-05-311-0/+10
* SONAR-2469 refactor Modulesimonbrandhof2011-05-251-0/+89