aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc of org.sonar.api.server.ws.WebServiceSimon Brandhof2014-03-241-3/+3
* SONAR-5056 Remove useless static creation methodsJulien Lancelot2014-03-242-18/+5
* SONAR-5121 Refactor the way remediation function is defined on rules in order...Julien Lancelot2014-03-215-100/+235
* 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-191-10/+0
* SONAR-4915 Rename rules.effort_to_fix_l10_key to rules.effort_to_fix_descript...Julien Lancelot2014-03-191-10/+21
* 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-183-35/+25
* | 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-175-94/+135
* | SONAR-5056 Fail if not both characteristic and function are definedJulien Lancelot2014-03-171-0/+3
* | 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-152-16/+2
* | SONAR-5121 Verify remediation factor and offset following remediation functio...Julien Lancelot2014-03-142-43/+154
* | Rename RuleDefinitions to RulesDefinitionJulien Lancelot2014-03-143-15/+16
* | Remove unused importSimon Brandhof2014-03-141-1/+1
* | Fix quality flawsJulien Lancelot2014-03-141-1/+0
* | Fix copyright headersSimon Brandhof2014-03-143-5/+5
* | SONAR-4790 complete documentation of FileSystemSimon Brandhof2014-03-141-1/+15
* | SONAR-4790 replace static factory FilePredicates by FileSystem#predicates()Simon Brandhof2014-03-1416-146/+341
* | Complete documentation of WebService and QualityGatesWsSimon Brandhof2014-03-141-0/+2
* | SONAR-5141 Improve performance of technical debt measures decoratorJulien Lancelot2014-03-143-18/+6
* | SONAR-4908 rename the methods newXxx() of RuleDefinitions to createXxx()Simon Brandhof2014-03-143-9/+9
* | Remove some code from MeasuresFilters that is deprecated since 2.5Simon Brandhof2014-03-141-41/+2
* | SONAR-5010 improve WebService extension pointSimon Brandhof2014-03-131-7/+82
* | SONAR-4366 Remove Alert class and related codeJean-Baptiste Lievremont2014-03-134-381/+0
* | SONAR-5056 Fix performance issue when converting new rule to old ruleJulien Lancelot2014-03-132-0/+18
* | Fix quality flawsJulien Lancelot2014-03-132-1/+4
* | SONAR-926 add DefaultInputFile#toString()Simon Brandhof2014-03-121-18/+23
* | SONAR-5124 The "Weighted Issues" metric should not be deprecated anymoreJulien Lancelot2014-03-121-9/+0
* | Fix quality flawsJulien Lancelot2014-03-121-2/+2
* | SONAR-5056 Removed some useless usage of RequirementJulien Lancelot2014-03-122-5/+5
* | SONAR-5056 Display debt information from rules instead of characteristicsJulien Lancelot2014-03-112-1/+63
* | Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-11419-419/+419
* | SONAR-5056 Deprecate RequirementJulien Lancelot2014-03-114-4/+24
* | SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-1115-10/+172
* | SONAR-5094 Revert back to alert_status metric, will be renamed eventuallyJean-Baptiste Lievremont2014-03-101-8/+0
* | Fix quality flawsJulien Lancelot2014-03-071-1/+1
* | SONAR-5094 Create Quality Gate Status metricJean-Baptiste Lievremont2014-03-071-4/+12
* | SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-063-78/+139
* | SONAR-5056 Update Duration API : remove days, hours and minutes methods as it...Julien Lancelot2014-03-061-60/+31
* | SONAR-5056 Set Rule remediation factor and offset as StringJulien Lancelot2014-03-061-2/+2
* | SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-052-5/+12