Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "SONAR-5218 Once a module has been turned into a project, its issues ↵ | Julien Lancelot | 2014-04-18 | 1 | -94/+56 |
| | | | | | | are no more visible in the UI" This reverts commit 6334cb7d7397e1455099611b3b1259ad050706e6. | ||||
* | SONAR-5218 Once a module has been turned into a project, its issues are no ↵ | Julien Lancelot | 2014-04-18 | 1 | -56/+94 |
| | | | | more visible in the UI | ||||
* | Fix unit test | Julien Lancelot | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Fix issue when searching by tags and add documentation on /api/rules/list | Julien Lancelot | 2014-04-18 | 5 | -16/+38 |
| | |||||
* | SONAR-5195 Reset custom rules when resting debt model and copy default debt ↵ | Julien Lancelot | 2014-04-14 | 2 | -6/+31 |
| | | | | definitions from template rule when creating custom rules | ||||
* | SONAR-5195 Revert preventing rule template to declare technical debt | Julien Lancelot | 2014-04-14 | 1 | -42/+0 |
| | |||||
* | Add unit test | Julien Lancelot | 2014-04-10 | 4 | -3/+172 |
| | |||||
* | Fix quality flaws | Jean-Baptiste Lievremont | 2014-04-10 | 1 | -0/+7 |
| | |||||
* | Fix test | Stas Vilchik | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | SONAR-4366 Fix display of conditions defined on deprecated (hidden) metrics | Jean-Baptiste Lievremont | 2014-04-09 | 2 | -3/+10 |
| | |||||
* | SONAR-5187 - Updated RuleRegistry and small modification for mapping rules ↵ | Stephane Gamard | 2014-04-09 | 1 | -11/+19 |
| | | | | in ES (indecued a minor modification of QProfileRuleLookup) | ||||
* | SONAR-5200 When a module has been removed, related issues are not closed ↵ | Julien Lancelot | 2014-04-09 | 5 | -0/+221 |
| | | | | during the purge | ||||
* | SONAR-5056 When resetting debt model, do not load rule definitions if no rule | Julien Lancelot | 2014-04-09 | 1 | -0/+27 |
| | |||||
* | SONAR-4366 Protect against metric where hidden=null | Jean-Baptiste Lievremont | 2014-04-08 | 1 | -1/+3 |
| | |||||
* | SONAR-5195 Rule templates should not define technical debt informations | Julien Lancelot | 2014-04-08 | 1 | -0/+42 |
| | |||||
* | SONAR-5180 Add missing characteristics in the SQALE model | Julien Lancelot | 2014-04-08 | 4 | -0/+60 |
| | |||||
* | SONAR-5179 Project administrator cannot create action plans | Julien Lancelot | 2014-04-07 | 3 | -130/+197 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2014-04-04 | 1 | -15/+5 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2014-04-04 | 1 | -1/+31 |
| | |||||
* | Fix unit test | Julien Lancelot | 2014-04-04 | 1 | -1/+1 |
| | |||||
* | SONAR-5056 Fix issue when exporting model to XML | Julien Lancelot | 2014-04-04 | 1 | -2/+65 |
| | |||||
* | SONAR-5056 When restoring model from XML call RuleOperations to update ↵ | Julien Lancelot | 2014-04-04 | 5 | -167/+76 |
| | | | | restored rules | ||||
* | Update server DebtModel API | Julien Lancelot | 2014-04-03 | 5 | -8/+35 |
| | |||||
* | Fix stability of tests depending on order of execution | Simon Brandhof | 2014-04-03 | 1 | -24/+17 |
| | | | | Default timezone should not be changed by tests because DateUtils keeps instances of SimpleDateFormat in ThreadLocalContext. These instances are executed during the first call, so we can't guarantee which tz is used. | ||||
* | SONAR-5056 Fix NPE when disabling debt on rule | Julien Lancelot | 2014-04-03 | 1 | -4/+24 |
| | |||||
* | SONAR-5056 Add unit test when reseting debt model on custom rules | Julien Lancelot | 2014-04-03 | 1 | -0/+39 |
| | |||||
* | SONAR-5056 When update rule, if sub characteristic or remediation function ↵ | Julien Lancelot | 2014-04-03 | 2 | -156/+55 |
| | | | | is different from default values, update both overridden values | ||||
* | SONAR-5056 Do some code cleanup | Julien Lancelot | 2014-04-03 | 2 | -6/+3 |
| | |||||
* | Fix unit test | Julien Lancelot | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | SONAR-5056 When updating a rule, set characteristic and remediation function ↵ | Julien Lancelot | 2014-04-03 | 2 | -4/+135 |
| | | | | only if different from default values | ||||
* | SONAR-5056 When creating a custom rule, copy debt definitions from parent | Julien Lancelot | 2014-04-03 | 1 | -1/+6 |
| | |||||
* | SONAR-5056 When reseting debt model, restore rules from rule definitions in ↵ | Julien Lancelot | 2014-04-02 | 2 | -4/+114 |
| | | | | order to restore all rules defaultXXX parameters | ||||
* | SONAR-5056 Rename restore() by reset() and delete restore from language feature | Julien Lancelot | 2014-04-02 | 3 | -62/+6 |
| | |||||
* | SONAR-5056 When restoring a model, deletion of characteristics should update ↵ | Julien Lancelot | 2014-04-02 | 2 | -4/+21 |
| | | | | all related rules | ||||
* | Add missing session in dao usage when registring rules and fix issue when ↵ | Julien Lancelot | 2014-04-02 | 1 | -34/+0 |
| | | | | resting debt model and debt rules were all disabled | ||||
* | SONAR-5174 Reindex rules when deleting characteristics and restoring debt model | Julien Lancelot | 2014-04-02 | 2 | -91/+99 |
| | |||||
* | SONAR-5174 Remove characteristics name from Rules E/S index | Julien Lancelot | 2014-04-02 | 4 | -20/+0 |
| | |||||
* | SONAR-5174 Create a method to reindex one rule | Julien Lancelot | 2014-04-02 | 2 | -22/+147 |
| | |||||
* | SONAR-5174 Improve migration of Requirements to Rules when offset or ↵ | Julien Lancelot | 2014-04-02 | 4 | -8/+84 |
| | | | | coefficient are 0 | ||||
* | SONAR-5174 Create a reindex rules method | Julien Lancelot | 2014-04-01 | 6 | -230/+239 |
| | |||||
* | SONAR-5174 Update date when updating rules | Julien Lancelot | 2014-04-01 | 1 | -15/+10 |
| | |||||
* | SONAR-5174 Add update rule action in Rules | Julien Lancelot | 2014-04-01 | 4 | -137/+302 |
| | |||||
* | SONAR-5174 Use only RubyRuleService to use Rules from Rails | Julien Lancelot | 2014-03-31 | 1 | -3/+97 |
| | |||||
* | SONAR-5174 Add no pagination search | Julien Lancelot | 2014-03-31 | 1 | -3/+8 |
| | |||||
* | SONAR-5056 Reindex rules in E/S when migrating requirements to rules | Julien Lancelot | 2014-03-31 | 4 | -9/+31 |
| | |||||
* | Add a migration to replace rules.default_remediation_factor by ↵ | Julien Lancelot | 2014-03-31 | 18 | -45/+45 |
| | | | | rules.default_remediation_coeff and rules.remediation_factor by rules.remediation_coeff and remove duration with value 0X | ||||
* | SONAR-5174 Return characteristics information when reading rules from E/S | Julien Lancelot | 2014-03-31 | 1 | -1/+48 |
| | |||||
* | Fix unit test | Julien Lancelot | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | SONAR-5174 Add missing repository in rules list WS result | Julien Lancelot | 2014-03-28 | 1 | -0/+1 |
| | |||||
* | SONAR-5174 Add hasDebtCharacteristic filter in Rules search API | Julien Lancelot | 2014-03-28 | 4 | -5/+12 |
| |