aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove unused importSimon Brandhof2014-03-141-1/+1
* | Fix quality flawsJulien Lancelot2014-03-141-1/+0
* | Fix copyright headersSimon Brandhof2014-03-144-6/+6
* | SONAR-4790 complete documentation of FileSystemSimon Brandhof2014-03-141-1/+15
* | SONAR-4790 replace static factory FilePredicates by FileSystem#predicates()Simon Brandhof2014-03-1419-376/+575
* | 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-146-52/+50
* | Remove some code from MeasuresFilters that is deprecated since 2.5Simon Brandhof2014-03-141-41/+2
* | SONAR-5010 improve WebService extension pointSimon Brandhof2014-03-132-33/+138
* | SONAR-4366 Remove Alert class and related codeJean-Baptiste Lievremont2014-03-138-475/+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-122-18/+29
* | 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-11588-588/+588
* | SONAR-5056 Deprecate RequirementJulien Lancelot2014-03-114-4/+24
* | SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-1116-10/+187
* | SONAR-5094 Revert back to alert_status metric, will be renamed eventuallyJean-Baptiste Lievremont2014-03-102-9/+1
* | Fix quality flawsJulien Lancelot2014-03-071-1/+1
* | SONAR-5094 Create Quality Gate Status metricJean-Baptiste Lievremont2014-03-072-5/+13
* | SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-065-145/+258
* | SONAR-5056 Update Duration API : remove days, hours and minutes methods as it...Julien Lancelot2014-03-062-118/+51
* | SONAR-5056 Set Rule remediation factor and offset as StringJulien Lancelot2014-03-062-2/+37
* | SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-053-7/+15
* | SONAR-5056 Create Duration APIJulien Lancelot2014-03-052-0/+296
* | SONAR-5056 Add debt columns on rules and update Rule API to define some debt ...Julien Lancelot2014-03-053-0/+113
* | Move WorkDuration API to internal package as it will be refactored is 4.3Julien Lancelot2014-03-0510-10/+11
* | Add WebService.Controller#isInternal()Simon Brandhof2014-03-032-0/+31
* | SONAR-5010 rename some methods before publishing APISimon Brandhof2014-03-032-29/+85
* | SONAR-5010 rename isPrivate() by isInternal()Simon Brandhof2014-03-032-10/+10
* | Fix quality flawsJulien Lancelot2014-03-031-0/+25
* | SONAR-4996 Update work duration message and move code to i18n APIJulien Lancelot2014-03-031-0/+9
* | Improve rule tag validation messageJulien Lancelot2014-02-273-11/+12
* | Revert "In the rule tag validation message, do not display tag on ui side"Julien Lancelot2014-02-274-14/+6
* | In the rule tag validation message, do not display tag on ui sideJulien Lancelot2014-02-274-6/+14
* | Return information on groupId and rootId on issue WSJulien Lancelot2014-02-272-0/+17
* | Deprecate remaining Java-specific stuffSimon Brandhof2014-02-274-123/+11
* | SONAR-5067 Use a MessageException when activating already activated rules on ...Julien Lancelot2014-02-262-2/+4
* | SONAR-926 fix loading of quality profile alerts on multi-modules projectsSimon Brandhof2014-02-261-0/+25
* | SONAR-5067 Update message displayed when activating already activated rules o...Julien Lancelot2014-02-262-4/+6
* | SONAR-5067 Fail when activating already activated rules on a profileJulien Lancelot2014-02-262-10/+36
* | SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages()Simon Brandhof2014-02-266-56/+171
* | Remove unused classesSimon Brandhof2014-02-261-16/+0
* | Fix rebase with masterJulien Lancelot2014-02-251-7/+0
* | SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-251-0/+7
* | SONAR-4996 Save debt on issues and measures in minutes (instead of seconds)Julien Lancelot2014-02-254-44/+49