aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/bootstrap/BootstrapModule.java
Commit message (Expand)AuthorAgeFilesLines
* Rename pico *Module classes to *Container to not confuse with Sonar Module co...Julien HENRY2013-02-111-104/+0
* SONAR-2291 move management of file cache to the new module sonar-homeSimon Brandhof2013-02-051-1/+1
* SONAR-2291 Implement caching of downloaded Sonar plugins.Julien HENRY2013-01-281-0/+1
* Fix some quality flaws.Julien HENRY2013-01-231-1/+3
* Fix some quality flaws.Julien HENRY2013-01-221-0/+4
* SONAR-4069 Provide a new Task extension pointJulien HENRY2013-01-141-3/+15
* SONAR-3895 allow to exclude plugins during dry run modeSimon Brandhof2012-11-061-3/+3
* SONAR-3895 optimize loading of project settingsSimon Brandhof2012-11-051-6/+0
* SONAR-3895 load settings from web serviceSimon Brandhof2012-11-051-0/+2
* SONAR-3895 fix compatibility of dry-run mode with ProjectBuilder extensionsSimon Brandhof2012-10-311-38/+0
* SONAR-3895 Draft of export and can work when project doesn't existDavid Gageot2012-10-291-1/+0
* Fix backward compatibility with org.sonar.batch.ServerMetadataSimon Brandhof2012-10-271-0/+5
* Better testingSimon Brandhof2012-10-261-1/+3
* SONAR-3895 Fix database compatibility testDavid Gageot2012-10-261-1/+1
* SONAR-3895 Remove Local Mode and fix Dry Run on postgresqlDavid Gageot2012-10-261-2/+4
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before initiali...Simon Brandhof2012-10-261-8/+5
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before initiali...Simon Brandhof2012-10-261-46/+39
* SONAR-3895 Local modeDavid Gageot2012-10-231-1/+7
* Update Center improvementsSimon Brandhof2012-07-141-0/+2
* Fix support of sonar.showSqlResults with MyBatis 3.1Simon Brandhof2012-07-111-0/+2
* SONAR-3593 move EmailSettings to org.sonar.api.confSimon Brandhof2012-07-051-1/+1
* SONAR-2989 Support localization API in batch extensionsFabrice Bellingard2012-06-211-0/+4
* SONARPLUGINS-1948 Move EmailConfiguration to the coreDavid Gageot2012-06-191-0/+2
* SONAR-3126 Add check for same server ID when launching a batch Fabrice Bellingard2012-05-181-3/+5
* Remove Hibernate from the component org.sonar.api.config.SettingsSimon Brandhof2012-03-121-2/+2
* SONAR-3292 improve messages when database is not up-to-dateSimon Brandhof2012-03-071-2/+9
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* SONAR-983 index the project from a dedicated post-job in order to optimize SQ...simonbrandhof2011-12-301-2/+0
* SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ...Simon Brandhof2011-12-231-0/+2
* Refactor the packages of sonar-coreSimon Brandhof2011-12-221-2/+2
* Sonar Persistence API refactoringFabrice Bellingard2011-12-141-1/+1
* Fix violationsEvgeny Mandrikov2011-11-071-1/+0
* SONAR-2642 add DAOs to picocontainer + improve unit testsSimon Brandhof2011-10-261-0/+4
* SONAR-2642 first step to integration mybatisSimon Brandhof2011-10-251-3/+6
* SONAR-2861 fix loading of the property sonar.core.codeCoveragePluginSimon Brandhof2011-10-101-1/+0
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-38/+29
* SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should acc...Simon Brandhof2011-07-071-1/+1
* SONAR-2505 core components which write to database are disabled on dry runsSimon Brandhof2011-06-151-1/+3
* Merge remote branch 'upstream/master'simonbrandhof2011-06-101-2/+2
|\
| * SONAR-2495 Correctly deregister JDBC Driver to prevent memory leaksEvgeny Mandrikov2011-06-081-2/+2
* | SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-101-2/+0
|/
* Rename org.sonar.batch.ExtensionDownloader to ArtifactDownloadersimonbrandhof2011-05-271-1/+1
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-271-1/+5
* SONAR-2469 refactor Modulesimonbrandhof2011-05-251-0/+104