aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test
Commit message (Expand)AuthorAgeFilesLines
* Disable some tests of CommandExecutorTest on Windows (too many FP)Simon Brandhof2014-06-301-1/+5
* SONAR-5195 Revert preventing rule template to declare technical debtJulien Lancelot2014-04-141-22/+0
* SONAR-5195 Rule templates should not define technical debt informationsJulien Lancelot2014-04-081-0/+22
* Remove checks of minutes greater than 60 and hours greater than 24Julien Lancelot2014-04-071-19/+1
* Fix some quality flawsSimon Brandhof2014-04-041-3/+3
* Fix quality flawsJulien Lancelot2014-04-043-0/+167
* Create a specific unit test of declaring rules with technical debtJulien Lancelot2014-04-041-9/+24
* Duration should not accept hours more than 24 and minutes more than 60Julien Lancelot2014-04-042-4/+24
* SONAR-5056 Move batch DebtRemediationFunction from rule to debt packageJulien Lancelot2014-04-032-3/+3
* Create a new DebtModel API on batch sideJulien Lancelot2014-04-032-4/+92
* SONAR-5056 When update rule, if sub characteristic or remediation function is...Julien Lancelot2014-04-031-0/+10
* Replace factor by coefficientJulien Lancelot2014-03-264-22/+22
* Improve duration format validationJulien Lancelot2014-03-262-5/+33
* SONAR-4908 extract RulesDefinitionAnnotationLoaderSimon Brandhof2014-03-252-14/+14
* SONAR-4908 rename RulesDefinition#setDebtCharacteristic() to setDebtSubCharac...Simon Brandhof2014-03-251-7/+7
* SONAR-4908 refactor RulesDefinition API (debt functions, XML)Simon Brandhof2014-03-255-59/+173
* Improve org.sonar.api.utils.System2 :Simon Brandhof2014-03-251-1/+10
* SONAR-4908 extract RulesDefinitionXmlLoaderSimon Brandhof2014-03-245-20/+30
* SONAR-5056 Remove useless static creation methodsJulien Lancelot2014-03-242-24/+28
* SONAR-5121 Refactor the way remediation function is defined on rules in order...Julien Lancelot2014-03-214-150/+150
* SONAR-4915 Do not display a warning when no effort to fix description with li...Julien Lancelot2014-03-191-20/+0
* SONAR-4915 Rename rules.effort_to_fix_l10_key to rules.effort_to_fix_descript...Julien Lancelot2014-03-191-2/+22
* Fix quality flawsJulien Lancelot2014-03-181-19/+19
* SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-172-0/+88
* SONAR-5056 Fail if not both characteristic and function are definedJulien Lancelot2014-03-171-0/+27
* SONAR-4843 Ability to restart server in development modeSimon Brandhof2014-03-151-14/+2
* SONAR-5121 Verify remediation factor and offset following remediation functio...Julien Lancelot2014-03-142-49/+154
* Rename RuleDefinitions to RulesDefinitionJulien Lancelot2014-03-143-63/+63
* Fix copyright headersSimon Brandhof2014-03-141-1/+1
* SONAR-4790 replace static factory FilePredicates by FileSystem#predicates()Simon Brandhof2014-03-143-230/+234
* SONAR-4908 rename the methods newXxx() of RuleDefinitions to createXxx()Simon Brandhof2014-03-143-43/+41
* SONAR-5010 improve WebService extension pointSimon Brandhof2014-03-131-26/+56
* SONAR-4366 Remove Alert class and related codeJean-Baptiste Lievremont2014-03-134-94/+0
* SONAR-926 add DefaultInputFile#toString()Simon Brandhof2014-03-121-0/+6
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-11169-169/+169
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-111-0/+15
* SONAR-5094 Revert back to alert_status metric, will be renamed eventuallyJean-Baptiste Lievremont2014-03-101-1/+1
* SONAR-5094 Create Quality Gate Status metricJean-Baptiste Lievremont2014-03-071-1/+1
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-062-67/+119
* SONAR-5056 Update Duration API : remove days, hours and minutes methods as it...Julien Lancelot2014-03-061-58/+20
* SONAR-5056 Set Rule remediation factor and offset as StringJulien Lancelot2014-03-061-0/+35
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-051-2/+3
* SONAR-5056 Create Duration APIJulien Lancelot2014-03-051-0/+137
* SONAR-5056 Add debt columns on rules and update Rule API to define some debt ...Julien Lancelot2014-03-051-0/+15
* Move WorkDuration API to internal package as it will be refactored is 4.3Julien Lancelot2014-03-054-4/+4
* Add WebService.Controller#isInternal()Simon Brandhof2014-03-031-0/+15
* SONAR-5010 rename some methods before publishing APISimon Brandhof2014-03-031-20/+35
* SONAR-5010 rename isPrivate() by isInternal()Simon Brandhof2014-03-031-3/+3
* Fix quality flawsJulien Lancelot2014-03-031-0/+25
* Improve rule tag validation messageJulien Lancelot2014-02-272-10/+11