aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Revert "SONAR-5218 Once a module has been turned into a project, its issues a...Julien Lancelot2014-04-182-24/+20
* SONAR-5218 Once a module has been turned into a project, its issues are no mo...Julien Lancelot2014-04-182-20/+24
* Update some docs for /api/rules/listJulien Lancelot2014-04-181-1/+1
* Set /api/rules/list as internalJulien Lancelot2014-04-181-1/+2
* Fix issue when searching by tags and add documentation on /api/rules/listJulien Lancelot2014-04-182-46/+35
* Fix quality flawJulien Lancelot2014-04-151-32/+36
* SONAR-5195 Reset custom rules when resting debt model and copy default debt d...Julien Lancelot2014-04-143-3/+23
* SONAR-5195 Revert preventing rule template to declare technical debtJulien Lancelot2014-04-141-16/+11
* Fix some quality flawsSimon Brandhof2014-04-141-3/+1
* Add unit testJulien Lancelot2014-04-101-7/+8
* Fix quality flawsJulien Lancelot2014-04-102-20/+24
* Fix quality flawsJean-Baptiste Lievremont2014-04-103-9/+17
* Fix quality flawsJean-Baptiste Lievremont2014-04-102-3/+8
* SONAR-5214 Remove references to deprecated violations_density metricJean-Baptiste Lievremont2014-04-101-1/+1
* Confirmation modal windowsStas Vilchik2014-04-101-0/+2
* Code Quality (cleaning & format)Stephane Gamard2014-04-101-28/+26
* SONAR-4366 Fix display of conditions defined on deprecated (hidden) metricsJean-Baptiste Lievremont2014-04-092-2/+9
* SONAR-5187 - Updated RuleRegistry and small modification for mapping rules in...Stephane Gamard2014-04-092-28/+48
* SONAR-5200 When a module has been removed, related issues are not closed duri...Julien Lancelot2014-04-093-17/+33
* SONAR-5056 When resetting debt model, do not load rule definitions if no ruleJulien Lancelot2014-04-092-31/+131
* SONAR-4366 Protect against metric where hidden=nullJean-Baptiste Lievremont2014-04-081-1/+2
* SONAR-5195 Rule templates should not define technical debt informationsJulien Lancelot2014-04-081-15/+20
* SONAR-5180 Add missing characteristics in the SQALE modelJulien Lancelot2014-04-082-2/+10
* SONAR-5179 Project administrator cannot create action plansJulien Lancelot2014-04-072-22/+18
* Add some commentsJulien Lancelot2014-04-071-0/+1
* Fix some quality flawsSimon Brandhof2014-04-042-12/+5
* Fix some quality flawsSimon Brandhof2014-04-042-5/+9
* Fix quality flawsJulien Lancelot2014-04-043-8/+17
* Fix quality flawsJulien Lancelot2014-04-047-108/+163
* SONAR-5056 Fix issue when exporting model to XMLJulien Lancelot2014-04-041-16/+26
* SONAR-5056 When restoring model from XML call RuleOperations to update restor...Julien Lancelot2014-04-045-101/+92
* Update server DebtModel APIJulien Lancelot2014-04-037-16/+37
* Change visibility of a method to privateJulien Lancelot2014-04-031-1/+1
* SONAR-4843 complete documentation of wsSimon Brandhof2014-04-031-1/+1
* SONAR-5056 Fix NPE when disabling debt on ruleJulien Lancelot2014-04-031-1/+1
* SONAR-5056 Add unit test when reseting debt model on custom rulesJulien Lancelot2014-04-031-0/+1
* Set profiling level to debug when indexing documents in E/SJulien Lancelot2014-04-031-8/+11
* SONAR-5056 When update rule, if sub characteristic or remediation function is...Julien Lancelot2014-04-032-40/+45
* SONAR-5056 Do some code cleanupJulien Lancelot2014-04-033-10/+5
* SONAR-5056 When updating a rule, set characteristic and remediation function ...Julien Lancelot2014-04-033-17/+21
* SONAR-5056 When creating a custom rule, copy debt definitions from parentJulien Lancelot2014-04-031-0/+6
* SONAR-5174 Add new parameters docsJulien Lancelot2014-04-031-1/+7
* SONAR-5056 Fix issue when reseting debt model and no rule is foundJulien Lancelot2014-04-021-9/+13
* SONAR-5056 When reseting debt model, restore rules from rule definitions in o...Julien Lancelot2014-04-024-23/+59
* SONAR-5056 Rename restore() by reset() and delete restore from language featureJulien Lancelot2014-04-023-24/+10
* SONAR-5056 When restoring a model, deletion of characteristics should update ...Julien Lancelot2014-04-022-11/+20
* Add missing session in dao usage when registring rules and fix issue when res...Julien Lancelot2014-04-023-12/+17
* SONAR-5174 Reindex rules when deleting characteristics and restoring debt modelJulien Lancelot2014-04-021-7/+11
* SONAR-5174 Remove characteristics name from Rules E/S indexJulien Lancelot2014-04-025-32/+0
* SONAR-5174 Create a method to reindex one ruleJulien Lancelot2014-04-022-123/+142