aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* Deprecate some constants that should have been deprecated in 4.2Julien HENRY2014-04-081-1/+10
* Remove checks of minutes greater than 60 and hours greater than 24Julien Lancelot2014-04-072-25/+1
* Fix some quality flawsSimon Brandhof2014-04-042-8/+8
* Fix some quality flawsSimon Brandhof2014-04-046-33/+33
* Fix quality flawsJulien Lancelot2014-04-044-2/+169
* Create a specific unit test of declaring rules with technical debtJulien Lancelot2014-04-041-9/+24
* Duration should not accept hours more than 24 and minutes more than 60Julien Lancelot2014-04-044-5/+31
* SONAR-5056 Fix issue when exporting model to XMLJulien Lancelot2014-04-041-3/+3
* SONAR-5056 Move batch DebtRemediationFunction from rule to debt packageJulien Lancelot2014-04-036-6/+7
* Fix some quality flawsJulien HENRY2014-04-032-8/+7
* Create a new DebtModel API on batch sideJulien Lancelot2014-04-0314-29/+425
* Deprecated the unused Symbol#getFullyQualifiedName() and improve exception me...Simon Brandhof2014-04-031-0/+5
* SONAR-5056 When update rule, if sub characteristic or remediation function is...Julien Lancelot2014-04-032-1/+14
* SONAR-5190 Make default bootstrapper support MavenJulien HENRY2014-04-021-0/+2
* Update Javadoc of Language::getFileSuffixesJulien HENRY2014-04-021-2/+1
* SONAR-5174 Rules search by language and repositoriesJulien Lancelot2014-03-281-1/+1
* Add some javadocsJulien Lancelot2014-03-271-5/+22
* Fix quality flawsJulien Lancelot2014-03-271-1/+2
* SONAR-4915 add javadoc to RulesDefinition#setEffortToFixDescription(String)Simon Brandhof2014-03-261-0/+9
* Fix some quality flawsJulien HENRY2014-03-262-5/+4
* Fix quality flawsJulien Lancelot2014-03-263-25/+27
* Replace factor by coefficientJulien Lancelot2014-03-2611-60/+69
* Improve duration format validationJulien Lancelot2014-03-264-15/+64
* SONAR-4908 extract RulesDefinitionAnnotationLoaderSimon Brandhof2014-03-255-55/+241
* SONAR-4908 rename RulesDefinition#setDebtCharacteristic() to setDebtSubCharac...Simon Brandhof2014-03-252-20/+23
* SONAR-4908 refactor RulesDefinition API (debt functions, XML)Simon Brandhof2014-03-2514-140/+577
* SONAR-5056 Backup debt modelJulien Lancelot2014-03-251-0/+1
* Improve org.sonar.api.utils.System2 :Simon Brandhof2014-03-252-5/+25
* SONAR-4908 extract RulesDefinitionXmlLoaderSimon Brandhof2014-03-247-77/+104
* Fix javadoc of org.sonar.api.server.ws.WebServiceSimon Brandhof2014-03-241-3/+3
* SONAR-5056 Remove useless static creation methodsJulien Lancelot2014-03-244-42/+33
* SONAR-5121 Refactor the way remediation function is defined on rules in order...Julien Lancelot2014-03-219-250/+385
* Move validate() function to the bottomJulien Lancelot2014-03-211-22/+22
* SONAR-5056 Fix issue on move up/downJulien Lancelot2014-03-202-2/+15
* SONAR-5056 Create restore from provided model actionJulien Lancelot2014-03-203-0/+38
* SONAR-4915 Do not display a warning when no effort to fix description with li...Julien Lancelot2014-03-192-30/+0
* SONAR-4915 Rename rules.effort_to_fix_l10_key to rules.effort_to_fix_descript...Julien Lancelot2014-03-192-12/+43
* Fix some quality flawsSimon Brandhof2014-03-191-1/+1
|\
| * Fixes a couple of issues by using interfaces rather than a specific implement...Hans Joachim Desserud2013-11-021-1/+1
* | Fix quality flawsJulien Lancelot2014-03-184-54/+44
* | SONAR-5056 Refactoring of DebtModelService to have a clean dedicated server s...Julien Lancelot2014-03-187-12/+184
* | Remove Component.moduleKeyJulien Lancelot2014-03-173-18/+0
* | Fix quality flawsJulien Lancelot2014-03-171-0/+6
* | SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-177-94/+223
* | SONAR-5056 Fail if not both characteristic and function are definedJulien Lancelot2014-03-172-0/+30
* | SONAR-4843 restart most of componentsSimon Brandhof2014-03-161-3/+14
* | Refactor plugin management for better maintainabilitySimon Brandhof2014-03-161-0/+3
* | Remove org.sonar.api.platform.ServerPluginRepositorySimon Brandhof2014-03-161-43/+0
* | SONAR-4843 Ability to restart server in development modeSimon Brandhof2014-03-153-30/+4
* | SONAR-5121 Verify remediation factor and offset following remediation functio...Julien Lancelot2014-03-144-92/+308