aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4069 Fix multi-module projects.Julien HENRY2013-01-143-51/+1
* SONAR-4069 Provide a new Task extension pointJulien HENRY2013-01-1428-149/+782
* SONAR-4032 Removed property sonar.skippedModules because it was already exist...Julien Lancelot2013-01-101-1/+1
* SONAR-4032 Add the 'sonar.skippedModules' property to the Settings>Exclusions...Julien Lancelot2013-01-101-2/+4
* SONAR-4050 The roles on each project are re-initialized with the default valu...Simon Brandhof2013-01-032-8/+46
* SONAR-3887 refactor semaphore APISimon Brandhof2012-12-143-76/+46
* SONAR-3887 release lock when plugin license is not validSimon Brandhof2012-12-125-16/+25
* Revert SONAR-3400Simon Brandhof2012-12-123-68/+73
* SONAR-3887 unlock the semaphore when plugin license si not validSimon Brandhof2012-12-111-2/+5
* Fix quality flawsSimon Brandhof2012-12-071-11/+24
* Fix some quality flawsSimon Brandhof2012-12-071-1/+2
* Fix some quality flawsJulien Lancelot2012-12-051-13/+16
* Fix some quality flawsJulien Lancelot2012-12-051-21/+21
* Fix quality flawsSimon Brandhof2012-12-052-23/+19
* SONAR-3306 Refactoring to use DatabaseSemaphore instead of SemaphoreDaoJulien Lancelot2012-12-043-24/+28
* SONARIDE-334 Title is not displayed for some rulesJulien Lancelot2012-12-042-5/+9
* Decrease two methods complexityJulien Lancelot2012-12-041-3/+1
* SONAR-3306 minor improvement on logsJulien Lancelot2012-12-031-2/+2
* SONAR-3306 Use a semaphore to prevent launching several analysis of the same ...Julien Lancelot2012-12-035-0/+524
* SONAR-3895 fix the default values of sonar.dryRun.excludePlugins/includePluginsSimon Brandhof2012-11-271-2/+11
* SONAR-3941 Improve the batch logs when unauthorized credentialsSimon Brandhof2012-11-192-4/+175
* Grant roles when projects are created, not later during decorator phaseSimon Brandhof2012-11-084-9/+20
* SONAR-3895 fix dependency of ExtensionProviders on commons-confSimon Brandhof2012-11-081-5/+9
* Fix buildSimon Brandhof2012-11-082-1/+6
* SONAR-3895 fix loading of deprecated commons-conf in root moduleSimon Brandhof2012-11-082-11/+3
* Remove useless Maven dependenciesSimon Brandhof2012-11-072-14/+0
* SONAR-3895 Improve Http error handlingDavid Gageot2012-11-072-26/+13
* Revert SONAR-3922Simon Brandhof2012-11-072-17/+2
* 'sonar.profile.<language_key>' should take precedence over 'sonar.profile'Simon Brandhof2012-11-072-4/+2
* SONAR-3895 define properties to include/exclude plugins of dry runsSimon Brandhof2012-11-079-98/+138
* SONAR-3400 Move all batch-side temporary files to the Sonar working directorySimon Brandhof2012-11-065-85/+52
* SONAR-3895 allow to exclude plugins during dry run modeSimon Brandhof2012-11-0630-434/+350
* Fix some quality flawsSimon Brandhof2012-11-053-5/+3
* SONAR-3895 optimize loading of project settingsSimon Brandhof2012-11-0517-215/+292
* SONAR-3895 load settings from web serviceSimon Brandhof2012-11-0512-109/+127
* SONAR-3895 Fix violationsDavid Gageot2012-11-051-2/+2
* SONAR-3895 Fix rule nameDavid Gageot2012-11-022-7/+22
* SONAR-3895 Clear DryRun database schemaDavid Gageot2012-11-021-4/+13
* SONAR-3895 fix compatibility of dry-run mode with ProjectBuilder extensionsSimon Brandhof2012-10-3130-213/+386
* SONAR-3895 Fix exportDavid Gageot2012-10-312-5/+27
* SONAR-3895 export violations indexed by resourceDavid Gageot2012-10-312-45/+70
* Revert SONAR-3922Simon Brandhof2012-10-312-2/+4
* SONAR-3895 export violations with no lineDavid Gageot2012-10-312-7/+27
* SONAR-3895 export violationsDavid Gageot2012-10-314-33/+85
* Do not inject multiple org.sonar.api.platform.Server on batch sideSimon Brandhof2012-10-311-6/+2
* SONAR-3922 sonar.profile.<language_key> should take precedence over sonar.pro...Simon Brandhof2012-10-302-2/+17
* SONAR-3911 refactor the plugins cobertura and jacocoSimon Brandhof2012-10-292-6/+0
* SONAR-3895 Streaming exportDavid Gageot2012-10-292-17/+80
* SONAR-3895 Draft of export and can work when project doesn't existDavid Gageot2012-10-294-9/+39
* SONAR-3895 TestsDavid Gageot2012-10-293-5/+197