aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "SONAR-5218 Once a module has been turned into a project, its issues a...Julien Lancelot2014-04-181-94/+56
* SONAR-5218 Once a module has been turned into a project, its issues are no mo...Julien Lancelot2014-04-181-56/+94
* Fix unit testJulien Lancelot2014-04-181-1/+1
* Fix issue when searching by tags and add documentation on /api/rules/listJulien Lancelot2014-04-185-16/+38
* SONAR-5195 Reset custom rules when resting debt model and copy default debt d...Julien Lancelot2014-04-142-6/+31
* SONAR-5195 Revert preventing rule template to declare technical debtJulien Lancelot2014-04-141-42/+0
* Add unit testJulien Lancelot2014-04-104-3/+172
* Fix quality flawsJean-Baptiste Lievremont2014-04-101-0/+7
* Fix testStas Vilchik2014-04-101-1/+1
* SONAR-4366 Fix display of conditions defined on deprecated (hidden) metricsJean-Baptiste Lievremont2014-04-092-3/+10
* SONAR-5187 - Updated RuleRegistry and small modification for mapping rules in...Stephane Gamard2014-04-091-11/+19
* SONAR-5200 When a module has been removed, related issues are not closed duri...Julien Lancelot2014-04-095-0/+221
* SONAR-5056 When resetting debt model, do not load rule definitions if no ruleJulien Lancelot2014-04-091-0/+27
* SONAR-4366 Protect against metric where hidden=nullJean-Baptiste Lievremont2014-04-081-1/+3
* SONAR-5195 Rule templates should not define technical debt informationsJulien Lancelot2014-04-081-0/+42
* SONAR-5180 Add missing characteristics in the SQALE modelJulien Lancelot2014-04-084-0/+60
* SONAR-5179 Project administrator cannot create action plansJulien Lancelot2014-04-073-130/+197
* Fix some quality flawsSimon Brandhof2014-04-041-15/+5
* Fix quality flawsJulien Lancelot2014-04-041-1/+31
* Fix unit testJulien Lancelot2014-04-041-1/+1
* SONAR-5056 Fix issue when exporting model to XMLJulien Lancelot2014-04-041-2/+65
* SONAR-5056 When restoring model from XML call RuleOperations to update restor...Julien Lancelot2014-04-045-167/+76
* Update server DebtModel APIJulien Lancelot2014-04-035-8/+35
* Fix stability of tests depending on order of executionSimon Brandhof2014-04-031-24/+17
* SONAR-5056 Fix NPE when disabling debt on ruleJulien Lancelot2014-04-031-4/+24
* SONAR-5056 Add unit test when reseting debt model on custom rulesJulien Lancelot2014-04-031-0/+39
* SONAR-5056 When update rule, if sub characteristic or remediation function is...Julien Lancelot2014-04-032-156/+55
* SONAR-5056 Do some code cleanupJulien Lancelot2014-04-032-6/+3
* Fix unit testJulien Lancelot2014-04-031-1/+1
* SONAR-5056 When updating a rule, set characteristic and remediation function ...Julien Lancelot2014-04-032-4/+135
* SONAR-5056 When creating a custom rule, copy debt definitions from parentJulien Lancelot2014-04-031-1/+6
* SONAR-5056 When reseting debt model, restore rules from rule definitions in o...Julien Lancelot2014-04-022-4/+114
* SONAR-5056 Rename restore() by reset() and delete restore from language featureJulien Lancelot2014-04-023-62/+6
* SONAR-5056 When restoring a model, deletion of characteristics should update ...Julien Lancelot2014-04-022-4/+21
* Add missing session in dao usage when registring rules and fix issue when res...Julien Lancelot2014-04-021-34/+0
* SONAR-5174 Reindex rules when deleting characteristics and restoring debt modelJulien Lancelot2014-04-022-91/+99
* SONAR-5174 Remove characteristics name from Rules E/S indexJulien Lancelot2014-04-024-20/+0
* SONAR-5174 Create a method to reindex one ruleJulien Lancelot2014-04-022-22/+147
* SONAR-5174 Improve migration of Requirements to Rules when offset or coeffici...Julien Lancelot2014-04-024-8/+84
* SONAR-5174 Create a reindex rules methodJulien Lancelot2014-04-016-230/+239
* SONAR-5174 Update date when updating rulesJulien Lancelot2014-04-011-15/+10
* SONAR-5174 Add update rule action in RulesJulien Lancelot2014-04-014-137/+302
* SONAR-5174 Use only RubyRuleService to use Rules from RailsJulien Lancelot2014-03-311-3/+97
* SONAR-5174 Add no pagination searchJulien Lancelot2014-03-311-3/+8
* SONAR-5056 Reindex rules in E/S when migrating requirements to rulesJulien Lancelot2014-03-314-9/+31
* Add a migration to replace rules.default_remediation_factor by rules.default_...Julien Lancelot2014-03-3118-45/+45
* SONAR-5174 Return characteristics information when reading rules from E/SJulien Lancelot2014-03-311-1/+48
* Fix unit testJulien Lancelot2014-03-281-1/+1
* SONAR-5174 Add missing repository in rules list WS resultJulien Lancelot2014-03-281-0/+1
* SONAR-5174 Add hasDebtCharacteristic filter in Rules search APIJulien Lancelot2014-03-284-5/+12