aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5105 Verify config using DB connection instead of settings that come fr...Jean-Baptiste Lievremont2014-04-072-12/+20
* SONAR-5186 Drop support of "sonar.phase" => add a messageJulien HENRY2014-04-072-0/+19
* Fix some quality flawsSimon Brandhof2014-04-043-18/+4
* Fix some quality flawsSimon Brandhof2014-04-042-3/+3
* SONAR-5056 Move batch DebtRemediationFunction from rule to debt packageJulien Lancelot2014-04-034-4/+8
* Fix some quality flawsJulien HENRY2014-04-031-5/+8
* SONAR-5178 Display allowed characters when validating branchesJulien HENRY2014-04-034-26/+4
* Create a new DebtModel API on batch sideJulien Lancelot2014-04-037-112/+100
* SONAR-5186 Drop support of "sonar.phase"Julien HENRY2014-04-033-121/+4
* SONAR-5181 Fix minor issue with working directoryJulien HENRY2014-04-031-1/+2
* SONAR-5181 Move parsing of sonar-project.properties files to SQ RunnerJulien HENRY2014-04-0326-207/+380
* Deprecated the unused Symbol#getFullyQualifiedName() and improve exception me...Simon Brandhof2014-04-033-10/+20
* Fix compatibility of some tests with java8Simon Brandhof2014-04-031-3/+3
* Move hasCharacteristic() method from RuleDto to RulesProviderJulien Lancelot2014-04-031-1/+11
* SONAR-5190 Make default bootstrapper support MavenJulien HENRY2014-04-022-29/+5
* SONAR-5192 Remove support of deprecated SQ Runner propertiesJulien HENRY2014-04-026-55/+0
* SONAR-5190 Introduce new property sonar.projectBuildDir for Maven bootstrapperJulien HENRY2014-04-0268-48/+84
* SONAR-5190 Make default bootstrapper support MavenJulien HENRY2014-04-024-20/+74
* Add a migration to replace rules.default_remediation_factor by rules.default_...Julien Lancelot2014-03-3110-10/+10
* SONAR-4692 Fix regression with SONAR-4245Julien HENRY2014-03-284-32/+50
* Fix testJulien HENRY2014-03-271-3/+6
* SONAR-5178 Add another testJulien HENRY2014-03-271-0/+8
* SONAR-5178 "sonar.branch" should not be validated against the same pattern as...Julien HENRY2014-03-272-6/+6
* SONAR-4692 Prevent analysis of projects that both embed the same moduleJulien HENRY2014-03-272-21/+77
* Rename RuleDto characteristic to subCharacteristicJulien Lancelot2014-03-272-8/+8
* Fix some quality flawsJulien HENRY2014-03-263-12/+16
* Replace factor by coefficientJulien Lancelot2014-03-262-3/+3
* SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackageJulien HENRY2014-03-2514-76/+225
* Improve org.sonar.api.utils.System2 :Simon Brandhof2014-03-251-1/+3
* Fix quality flawsJulien Lancelot2014-03-241-9/+8
* SONAR-5028 Reuse property sonar.preview.readTimeout when downloading file sou...Julien HENRY2014-03-246-43/+65
* SONAR-5035 Trim properties read from sonar-runner configuration filesJulien HENRY2014-03-213-4/+8
* SONAR-5056 Fix issue when removing characteristic and rules linked with defau...Julien Lancelot2014-03-203-2/+22
* SONAR-4366 Move a core plugin component to batch (remove server dependency on...Jean-Baptiste Lievremont2014-03-203-0/+325
* Fix quality flawsJean-Baptiste Lievremont2014-03-202-5/+11
* SONAR-5094 Be more specific on validation messageJean-Baptiste Lievremont2014-03-192-3/+3
* SONAR-5150 Values of sonar.preview.excludePlugins and sonar.preview.includePl...Simon Brandhof2014-03-182-2/+18
* SONAR-5095 Catch validation exceptions to provide a clearer messageJean-Baptiste Lievremont2014-03-182-52/+91
* SONAR-5094 Change error message when quality gate is not foundJean-Baptiste Lievremont2014-03-181-1/+1
* SONAR-5069 revert. sonar.sources is back. It must be mandatory.Simon Brandhof2014-03-182-5/+8
* Fix quality flawsJulien Lancelot2014-03-182-6/+6
* SONAR-926 inclusions are optionalSimon Brandhof2014-03-172-30/+15
* SONAR-926 apply inclusions and exclusions to source directoriesSimon Brandhof2014-03-172-15/+13
* SONAR-926 apply inclusions and exclusions to source directoriesSimon Brandhof2014-03-173-134/+19
* SONAR-5094 Do not let the HTTP exception be swallowed by the underlying libJean-Baptiste Lievremont2014-03-172-6/+6
* SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-174-76/+47
* SONAR-5056 Do nothing hen rule has no default characteristic or overridden ch...Julien Lancelot2014-03-171-1/+1
* SONAR-5121 Authorize overriding characteristic or functionJulien Lancelot2014-03-177-53/+87
* Refactor plugin management for better maintainabilitySimon Brandhof2014-03-166-13/+13
* Fix quality flawsJulien Lancelot2014-03-141-3/+2