| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-5195 Revert preventing rule template to declare technical debt | Julien Lancelot | 2014-04-14 | 1 | -22/+0 |
* | SONAR-5195 Rule templates should not define technical debt informations | Julien Lancelot | 2014-04-08 | 1 | -0/+22 |
* | Remove checks of minutes greater than 60 and hours greater than 24 | Julien Lancelot | 2014-04-07 | 1 | -19/+1 |
* | Fix some quality flaws | Simon Brandhof | 2014-04-04 | 1 | -3/+3 |
* | Fix quality flaws | Julien Lancelot | 2014-04-04 | 3 | -0/+167 |
* | Create a specific unit test of declaring rules with technical debt | Julien Lancelot | 2014-04-04 | 1 | -9/+24 |
* | Duration should not accept hours more than 24 and minutes more than 60 | Julien Lancelot | 2014-04-04 | 2 | -4/+24 |
* | SONAR-5056 Move batch DebtRemediationFunction from rule to debt package | Julien Lancelot | 2014-04-03 | 2 | -3/+3 |
* | Create a new DebtModel API on batch side | Julien Lancelot | 2014-04-03 | 2 | -4/+92 |
* | SONAR-5056 When update rule, if sub characteristic or remediation function is... | Julien Lancelot | 2014-04-03 | 1 | -0/+10 |
* | Replace factor by coefficient | Julien Lancelot | 2014-03-26 | 4 | -22/+22 |
* | Improve duration format validation | Julien Lancelot | 2014-03-26 | 2 | -5/+33 |
* | SONAR-4908 extract RulesDefinitionAnnotationLoader | Simon Brandhof | 2014-03-25 | 2 | -14/+14 |
* | SONAR-4908 rename RulesDefinition#setDebtCharacteristic() to setDebtSubCharac... | Simon Brandhof | 2014-03-25 | 1 | -7/+7 |
* | SONAR-4908 refactor RulesDefinition API (debt functions, XML) | Simon Brandhof | 2014-03-25 | 5 | -59/+173 |
* | Improve org.sonar.api.utils.System2 : | Simon Brandhof | 2014-03-25 | 1 | -1/+10 |
* | SONAR-4908 extract RulesDefinitionXmlLoader | Simon Brandhof | 2014-03-24 | 5 | -20/+30 |
* | SONAR-5056 Remove useless static creation methods | Julien Lancelot | 2014-03-24 | 2 | -24/+28 |
* | SONAR-5121 Refactor the way remediation function is defined on rules in order... | Julien Lancelot | 2014-03-21 | 4 | -150/+150 |
* | SONAR-4915 Do not display a warning when no effort to fix description with li... | Julien Lancelot | 2014-03-19 | 1 | -20/+0 |
* | SONAR-4915 Rename rules.effort_to_fix_l10_key to rules.effort_to_fix_descript... | Julien Lancelot | 2014-03-19 | 1 | -2/+22 |
* | Fix quality flaws | Julien Lancelot | 2014-03-18 | 1 | -19/+19 |
* | SONAR-5056 Create DebtRemediationFunction API on batch side | Julien Lancelot | 2014-03-17 | 2 | -0/+88 |
* | SONAR-5056 Fail if not both characteristic and function are defined | Julien Lancelot | 2014-03-17 | 1 | -0/+27 |
* | SONAR-4843 Ability to restart server in development mode | Simon Brandhof | 2014-03-15 | 1 | -14/+2 |
* | SONAR-5121 Verify remediation factor and offset following remediation functio... | Julien Lancelot | 2014-03-14 | 2 | -49/+154 |
* | Rename RuleDefinitions to RulesDefinition | Julien Lancelot | 2014-03-14 | 3 | -63/+63 |
* | Fix copyright headers | Simon Brandhof | 2014-03-14 | 1 | -1/+1 |
* | SONAR-4790 replace static factory FilePredicates by FileSystem#predicates() | Simon Brandhof | 2014-03-14 | 3 | -230/+234 |
* | SONAR-4908 rename the methods newXxx() of RuleDefinitions to createXxx() | Simon Brandhof | 2014-03-14 | 3 | -43/+41 |
* | SONAR-5010 improve WebService extension point | Simon Brandhof | 2014-03-13 | 1 | -26/+56 |
* | SONAR-4366 Remove Alert class and related code | Jean-Baptiste Lievremont | 2014-03-13 | 4 | -94/+0 |
* | SONAR-926 add DefaultInputFile#toString() | Simon Brandhof | 2014-03-12 | 1 | -0/+6 |
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 169 | -169/+169 |
* | SONAR-5056 Read debt from rule during analysis | Julien Lancelot | 2014-03-11 | 1 | -0/+15 |
* | SONAR-5094 Revert back to alert_status metric, will be renamed eventually | Jean-Baptiste Lievremont | 2014-03-10 | 1 | -1/+1 |
* | SONAR-5094 Create Quality Gate Status metric | Jean-Baptiste Lievremont | 2014-03-07 | 1 | -1/+1 |
* | SONAR-5056 Create new Durations API to format Duration and convert String to ... | Julien Lancelot | 2014-03-06 | 2 | -67/+119 |
* | SONAR-5056 Update Duration API : remove days, hours and minutes methods as it... | Julien Lancelot | 2014-03-06 | 1 | -58/+20 |
* | SONAR-5056 Set Rule remediation factor and offset as String | Julien Lancelot | 2014-03-06 | 1 | -0/+35 |
* | SONAR-5056 Update Issue.debt from Long to Duration | Julien Lancelot | 2014-03-05 | 1 | -2/+3 |
* | SONAR-5056 Create Duration API | Julien Lancelot | 2014-03-05 | 1 | -0/+137 |
* | SONAR-5056 Add debt columns on rules and update Rule API to define some debt ... | Julien Lancelot | 2014-03-05 | 1 | -0/+15 |
* | Move WorkDuration API to internal package as it will be refactored is 4.3 | Julien Lancelot | 2014-03-05 | 4 | -4/+4 |
* | Add WebService.Controller#isInternal() | Simon Brandhof | 2014-03-03 | 1 | -0/+15 |
* | SONAR-5010 rename some methods before publishing API | Simon Brandhof | 2014-03-03 | 1 | -20/+35 |
* | SONAR-5010 rename isPrivate() by isInternal() | Simon Brandhof | 2014-03-03 | 1 | -3/+3 |
* | Fix quality flaws | Julien Lancelot | 2014-03-03 | 1 | -0/+25 |
* | Improve rule tag validation message | Julien Lancelot | 2014-02-27 | 2 | -10/+11 |
* | Revert "In the rule tag validation message, do not display tag on ui side" | Julien Lancelot | 2014-02-27 | 2 | -6/+4 |