aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-5056 Create Duration APIJulien Lancelot2014-03-051-0/+159
* SONAR-5056 Add debt columns on rules and update Rule API to define some debt ...Julien Lancelot2014-03-052-0/+98
* Move WorkDuration API to internal package as it will be refactored is 4.3Julien Lancelot2014-03-056-6/+7
* Add WebService.Controller#isInternal()Simon Brandhof2014-03-031-0/+16
* SONAR-5010 rename some methods before publishing APISimon Brandhof2014-03-031-9/+50
* SONAR-5010 rename isPrivate() by isInternal()Simon Brandhof2014-03-031-7/+7
* SONAR-4996 Update work duration message and move code to i18n APIJulien Lancelot2014-03-031-0/+9
* Improve rule tag validation messageJulien Lancelot2014-02-271-1/+1
* Revert "In the rule tag validation message, do not display tag on ui side"Julien Lancelot2014-02-272-8/+2
* In the rule tag validation message, do not display tag on ui sideJulien Lancelot2014-02-272-2/+8
* Return information on groupId and rootId on issue WSJulien Lancelot2014-02-271-0/+15
* Deprecate remaining Java-specific stuffSimon Brandhof2014-02-272-79/+6
* SONAR-5067 Use a MessageException when activating already activated rules on ...Julien Lancelot2014-02-261-1/+2
* 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-261-3/+4
* SONAR-5067 Fail when activating already activated rules on a profileJulien Lancelot2014-02-261-1/+13
* SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages()Simon Brandhof2014-02-265-56/+34
* 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-252-24/+22
* SONAR-4996 Measure on added debt are now in secondsJulien Lancelot2014-02-251-1/+1
* SONAR-4996 Display debt variationJulien Lancelot2014-02-251-1/+2
* SONAR-4996 Update debt on measures sqale_indexJulien Lancelot2014-02-252-10/+3
* Fix mergeJulien Lancelot2014-02-251-7/+0
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-251-0/+7
* SONAR-4996 Prepare migration to update issue changelog debt to secondsJulien Lancelot2014-02-251-0/+4
* SONAR-4996 Update issue changelog debt to seconds (backend + display)Julien Lancelot2014-02-251-0/+4
* SONAR-4996 Fix unit test on migrationJulien Lancelot2014-02-251-7/+0
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-251-0/+7
* Fix mergeJulien Lancelot2014-02-251-5/+5
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-252-7/+12
* Fix some quality flawsSimon Brandhof2014-02-243-3/+3
* Fix quality flawsJulien Lancelot2014-02-241-1/+3
* Fix quality flawsJulien Lancelot2014-02-241-8/+6
* Fix quality flawsJulien Lancelot2014-02-241-1/+3
* Fix some quality flawsSimon Brandhof2014-02-242-10/+2
* Fix quality flawsJulien Lancelot2014-02-241-3/+3
* Fix some quality flawsSimon Brandhof2014-02-242-2/+2
* SONAR-926 Preload files in DefaultModuleFileSystemSimon Brandhof2014-02-231-0/+12
* SONAR-926 Add module key information on components for IntelliJJulien HENRY2014-02-213-0/+29