aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org/sonar/server/debt/DebtModelBackup.java
Commit message (Expand)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-101-431/+0
* SONAR-5351 Create a migration to replace rules.parent_id to rules.template_idJulien Lancelot2014-06-121-2/+3
* SONAR-5007 refactor org.sonar.server.db.DaoSimon Brandhof2014-05-241-1/+1
* SONAR-5007 improve usage of DbClient and move some services to new DAOsSimon Brandhof2014-05-211-34/+22
* Remove coupling with mybatis SqlSession by using internal DbSession.Simon Brandhof2014-04-291-7/+7
* SONAR-5237 - Integration of WorkQueue within SonarSession (Suepr Impl of SqlS...Stephane Gamard2014-04-281-7/+8
* 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-141-2/+18
* SONAR-5056 When resetting debt model, do not load rule definitions if no ruleJulien Lancelot2014-04-091-31/+35
* Fix quality flawsJulien Lancelot2014-04-041-4/+12
* 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-041-48/+17
* Update server DebtModel APIJulien Lancelot2014-04-031-2/+2
* SONAR-5056 Add unit test when reseting debt model on custom rulesJulien Lancelot2014-04-031-0/+1
* SONAR-5056 When update rule, if sub characteristic or remediation function is...Julien Lancelot2014-04-031-28/+30
* SONAR-5056 Do some code cleanupJulien Lancelot2014-04-031-4/+3
* SONAR-5056 When updating a rule, set characteristic and remediation function ...Julien Lancelot2014-04-031-7/+10
* 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-021-13/+49
* SONAR-5056 Rename restore() by reset() and delete restore from language featureJulien Lancelot2014-04-021-13/+6
* SONAR-5056 When restoring a model, deletion of characteristics should update ...Julien Lancelot2014-04-021-1/+1
* Add missing session in dao usage when registring rules and fix issue when res...Julien Lancelot2014-04-021-1/+6
* SONAR-5174 Reindex rules when deleting characteristics and restoring debt modelJulien Lancelot2014-04-021-7/+11
* SONAR-5174 Create a reindex rules methodJulien Lancelot2014-04-011-10/+11
* Rename RuleDto characteristic to subCharacteristicJulien Lancelot2014-03-271-13/+13
* SONAR-5056 Restore from xml do not disable no more existing characteristicsJulien Lancelot2014-03-271-7/+9
* Fix quality flawsJulien Lancelot2014-03-271-10/+9
* SONAR-5056 Restore characteristics when restoring languageJulien Lancelot2014-03-261-54/+42
* Fix quality flawsJulien Lancelot2014-03-261-25/+31
* Replace factor by coefficientJulien Lancelot2014-03-261-5/+5
* SONAR-5056 Refactoring of restore featureJulien Lancelot2014-03-261-59/+77
* SONAR-5056 Minor refactoringJulien Lancelot2014-03-261-2/+1
* SONAR-4908 refactor RulesDefinition API (debt functions, XML)Simon Brandhof2014-03-251-1/+1
* SONAR-5056 Backup debt modelJulien Lancelot2014-03-251-0/+370