aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* Revert "SONAR-4069 Remove Task and TaskDefinition from API."Simon Brandhof2013-03-052-2/+2
* SONAR-4069 Remove Task and TaskDefinition from API.Simon Brandhof2013-03-052-2/+2
* Revert all changes made to IoC container for views as a task.Julien HENRY2013-03-013-10/+12
* Fix after refactoring for viewsJulien HENRY2013-02-272-5/+3
* Fix unit testsJulien Lancelot2013-02-272-10/+8
* Refactor ioc containers to allow views to work as a task.Julien HENRY2013-02-272-3/+5
* Increase coverage by UTs.Julien HENRY2013-02-211-3/+65
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-133-71/+3
* SONAR-1896 SONAR-3739 improve the API of scan file systemSimon Brandhof2013-02-121-2/+3
* SONAR-4053 Automatically release semaphores when outdatedJulien HENRY2013-02-111-20/+3
* Rename pico *Module classes to *Container to not confuse with Sonar Module co...Julien HENRY2013-02-115-25/+25
* SONAR-4012 Missing html escape in project nameJulien Lancelot2013-02-071-1/+10
* SONAR-2291 move management of file cache to the new module sonar-homeSimon Brandhof2013-02-053-103/+70
* SONAR-2291 Implement cache for JDBC driverJulien HENRY2013-02-011-7/+50
* SONAR-2291 Minor changes on cacheJulien HENRY2013-01-311-0/+22
* SONAR-2291 Don't extract plugins in the cache folderJulien HENRY2013-01-291-4/+25
* SONAR-2291 Implement caching of downloaded Sonar plugins.Julien HENRY2013-01-282-30/+62
* SONAR-4069 Refactoring of Task extensionJulien HENRY2013-01-181-3/+3
* SONAR-4048 improve access denied message during analysisJulien Lancelot2013-01-171-3/+21
* SONAR-4069 Minor improvements and fixes for tasksJulien HENRY2013-01-172-2/+1
* SONAR-4069 Small improvements on new task featureJulien HENRY2013-01-162-3/+59
* SONAR-4069 Refactoring to fix issues with ProjectBuilderJulien HENRY2013-01-163-13/+29
* SONAR-4069 Provide a new Task extension pointJulien HENRY2013-01-145-31/+28
* SONAR-3887 refactor semaphore APISimon Brandhof2012-12-141-50/+23
* SONAR-3887 release lock when plugin license is not validSimon Brandhof2012-12-121-6/+12
* Revert SONAR-3400Simon Brandhof2012-12-121-43/+14
* Fix quality flawsSimon Brandhof2012-12-051-11/+11
* SONAR-3306 Refactoring to use DatabaseSemaphore instead of SemaphoreDaoJulien Lancelot2012-12-041-16/+16
* SONAR-3306 Use a semaphore to prevent launching several analysis of the same ...Julien Lancelot2012-12-032-0/+283
* SONAR-3941 Improve the batch logs when unauthorized credentialsSimon Brandhof2012-11-191-2/+163
* Fix buildSimon Brandhof2012-11-081-1/+1
* SONAR-3895 Improve Http error handlingDavid Gageot2012-11-071-13/+2
* SONAR-3895 define properties to include/exclude plugins of dry runsSimon Brandhof2012-11-074-61/+95
* SONAR-3400 Move all batch-side temporary files to the Sonar working directorySimon Brandhof2012-11-062-25/+26
* SONAR-3895 allow to exclude plugins during dry run modeSimon Brandhof2012-11-0611-176/+233
* SONAR-3895 optimize loading of project settingsSimon Brandhof2012-11-055-8/+287
* SONAR-3895 load settings from web serviceSimon Brandhof2012-11-052-22/+34
* SONAR-3895 fix compatibility of dry-run mode with ProjectBuilder extensionsSimon Brandhof2012-10-319-97/+205
* SONAR-3895 export violationsDavid Gageot2012-10-311-3/+27
* Fix license headerSimon Brandhof2012-10-291-0/+19
* Fix backward compatibility with org.sonar.batch.ServerMetadataSimon Brandhof2012-10-271-3/+2
* Add PluginDownloaderTestSimon Brandhof2012-10-271-0/+75
* SONAR-3895 remove unused code and fix quality flawsSimon Brandhof2012-10-273-6/+107
* Better testingSimon Brandhof2012-10-265-59/+157
* Fix headersDavid Gageot2012-10-262-36/+36
* SONAR-3895 do not download JDBC driver on dry runSimon Brandhof2012-10-261-0/+19
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before initiali...Simon Brandhof2012-10-268-118/+177
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before initiali...Simon Brandhof2012-10-269-520/+323
* SONAR-3895 Local modeDavid Gageot2012-10-231-0/+47
* SONAR-2602 the extensions Language must not be declared with InstantiationStr...Simon Brandhof2012-10-041-2/+7