aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* Fix minor quality flawsSimon Brandhof2013-08-013-7/+3
* SONAR-4515 Fix IoC dependency on LanguagesJulien HENRY2013-08-013-7/+8
* SONAR-4515 Display all allowed values for sonar.languages when an invalid one...Julien HENRY2013-07-311-7/+11
* Fix some quality flawsJulien HENRY2013-07-311-14/+9
* Revert drop of non-deprecated classesSimon Brandhof2013-07-161-0/+87
* SONAR-2860 API: remove the dependency on commons-configurationSimon Brandhof2013-07-151-83/+0
* SONAR-4488 Make sonar.dryRun.readTimeout property take seconds as inputJulien HENRY2013-07-151-1/+1
* SONAR-4488 Make sonar.dryRun.readTimeout property take seconds as inputJulien HENRY2013-07-151-5/+5
* SONAR-4245 Don't allow to convert a Sonar Maven project into a Sonar Maven mo...Julien HENRY2013-07-121-0/+9
* Fix some quality flawsJulien HENRY2013-07-122-12/+16
* Fix some quality flawsJulien HENRY2013-07-111-2/+4
* SONAR-4453 Added facade declaration in task containerJean-Baptiste Vilain2013-07-111-5/+7
* SONAR-4488 Increase timeout for /batch_bootstrap/dbJulien HENRY2013-07-112-10/+33
* Fix quality flawsJulien Lancelot2013-07-091-1/+2
* SONAR-4388 Move from Sonar to SonarQubeJulien HENRY2013-07-082-3/+3
* Fix some quality flawsJulien HENRY2013-07-082-14/+6
* Fix quality flawsSimon Brandhof2013-07-051-1/+1
* SONAR-4433 refactor the extension point ProjectBootstrapperSimon Brandhof2013-07-032-9/+3
* SONAR-4397 Minor label changes and default groups for dryrun and scanJulien HENRY2013-06-272-2/+2
* SONAR-4061 The property 'sonar.password' is not encryptableJulien HENRY2013-06-263-3/+16
* Fix some quality flawsJulien HENRY2013-06-261-1/+1
* SONAR-4440 Allow empty list for "sonar.sources" propertyJulien HENRY2013-06-261-17/+15
* SONAR-4397 Add new permissions "scan" and "dryrun"Julien HENRY2013-06-253-3/+31
* SONAR-4433 Fix regression in dryRunJulien HENRY2013-06-251-20/+14
* SONAR-4433 New ProjectBootstrapper extension pointJulien HENRY2013-06-244-2/+596
* SONAR-4417 Fix regression between ProjectBuilder and ProjectExclusionsJulien HENRY2013-06-212-1/+9
* Fix unused importSimon Brandhof2013-06-191-2/+1
* SONAR-4047 Move Maven specific classes to the new Maven Batch pluginJulien HENRY2013-06-194-340/+6
* SONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1Julien HENRY2013-06-193-31/+73
* Revert "SONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1"Julien HENRY2013-06-173-73/+31
* SONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1Julien HENRY2013-06-173-31/+73
* Fix some quality flawsSimon Brandhof2013-06-132-3/+1
* Fix some quality flawsJulien HENRY2013-06-132-2/+6
* SONAR-4386 Provide a context to ProjectBuilder for later evolutionsJulien HENRY2013-06-121-1/+10
* SONAR-4384 Add missing phases to Sonar profilingJulien HENRY2013-06-1212-91/+485
* SONAR-4386 Refactor ProjectBuilder extensionJulien HENRY2013-06-113-8/+11
* SONAR-4221 Fix regression with property loading and module exclusionsJulien HENRY2013-06-104-54/+114
* SONAR-4382 Add a success log at the end of dryRun analysisSimon Brandhof2013-06-091-3/+12
* Fix method name typoJulien Lancelot2013-06-071-2/+2
* Fix storage of libraries in C# PluginSimon Brandhof2013-06-062-3/+1
* Fix cache of librariesSimon Brandhof2013-06-061-1/+1
* SONAR-3755 do not check duplications in ResourceCacheSimon Brandhof2013-06-051-1/+0
* SONAR-4310Simon Brandhof2013-06-053-13/+12
* SONAR-3755 Add security on action planJulien Lancelot2013-06-041-3/+3
* Fix some quality flawsSimon Brandhof2013-06-031-2/+3
* SONAR-4315 Migrate the Workflow API extending Reviews to a new API extending ...Julien Lancelot2013-05-319-10/+9
* Fix some quality flawsJulien HENRY2013-05-314-10/+22
* SONAR-3755 add Issuable#resolvedIssues()Simon Brandhof2013-05-301-4/+9
* Do not export resolved issues in the json reportSimon Brandhof2013-05-301-25/+27
* Add Issuable#unresolvedIssues()Simon Brandhof2013-05-301-0/+12