summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5124 The "Weighted Issues" metric should not be deprecated anymoreJulien Lancelot2014-03-121-1/+1
* SONAR-5056 Removed some useless usage of RequirementJulien Lancelot2014-03-121-3/+1
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-11266-266/+266
* SONAR-5056 Add migration to copy data on requirements from characteristics to...Julien Lancelot2014-03-112-7/+1
* SONAR-4767 On mode DAYS, do not display null when there's no dateJulien Lancelot2014-03-111-1/+3
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-112-114/+128
* SONAR-5094 Trigger alert notifications when a quality gate is usedJean-Baptiste Lievremont2014-03-102-3/+16
* SONAR-5094 Create Quality Gate Status metricJean-Baptiste Lievremont2014-03-071-0/+4
* SONAR-5007 Add first POCStas Vilchik2014-03-061-0/+1
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-062-5/+5
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-057-34/+39
* SONAR-5114 Modify client side application to support App WSStas Vilchik2014-03-051-0/+4
* Removed useless usage of WorkDurationFactoryJulien Lancelot2014-03-054-17/+4
* Move WorkDuration API to internal package as it will be refactored is 4.3Julien Lancelot2014-03-054-4/+4
* SONAR-5086 Add commonentRoots parameter to links on action plan progress barJean-Baptiste Lievremont2014-03-041-10/+10
* SONAR-5057 remove usage of prototypejsSimon Brandhof2014-03-031-1/+1
* SONAR-4366 Quality Gates: latest feedbackStas Vilchik2014-03-031-4/+5
* SONAR-5057 remove usage of prototypejsSimon Brandhof2014-03-032-8/+3
* SONAR-4366 Quality Gates: ready for the permissions stuffStas Vilchik2014-03-031-0/+1
* SONAR-4366 Quality Gates: implement copy actionStas Vilchik2014-03-031-0/+2
* SONAR-4996 Update work duration message and move code to i18n APIJulien Lancelot2014-03-033-10/+7
* Quality Gates: some improvements of the renderingStas Vilchik2014-02-281-0/+1
* Quality Gates: new layout, some other improvementsStas Vilchik2014-02-281-0/+2
* Fix drilldown page when project was analyzed before v4.2Simon Brandhof2014-02-282-31/+37
* Update labelsStas Vilchik2014-02-271-0/+5
* Deprecate remaining Java-specific stuffSimon Brandhof2014-02-272-6/+4
* Quality Gates UIStas Vilchik2014-02-271-1/+16
* SONAR-926 fix loading of quality profile alerts on multi-modules projectsSimon Brandhof2014-02-265-1057/+10
* SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages()Simon Brandhof2014-02-264-34/+26
* Display 'min' instead of 'm' in work duration short formatJulien Lancelot2014-02-261-1/+1
* SONAR-4996 Save debt on issues and measures in minutes (instead of seconds)Julien Lancelot2014-02-252-74/+76
* SONAR-4996 Update debt display in technical debt pyramid widgetJulien Lancelot2014-02-252-14/+15
* SONAR-4996 Measure on added debt are now in secondsJulien Lancelot2014-02-253-22/+21
* SONAR-4996 Update debt on measures sqale_indexJulien Lancelot2014-02-254-54/+52
* SONAR-4996 Update issue changelog debt to seconds (backend + display)Julien Lancelot2014-02-251-37/+30
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-255-80/+76
* Merge branch 'new-issues-filters'Stas Vilchik2014-02-251-0/+4
|\
| * Some feedback on the issues pageStas Vilchik2014-02-241-0/+1
| * Action Plan criteria changesStas Vilchik2014-02-211-1/+2
| * SONAR-4854 RuleStas Vilchik2014-02-191-0/+1
| * SONAR-4854 Action plansStas Vilchik2014-02-181-0/+1
| * SONAR-4854 Created atStas Vilchik2014-02-181-0/+1
* | Upgrade version to 4.3-SNAPSHOTEric Hartmann2014-02-248-8/+8
* | Some feedback on the issues pageStas Vilchik2014-02-241-0/+1
* | SONAR-4799 Hide widget altogether if no measure can be displayed on selected ...Jean-Baptiste Lievremont2014-02-211-2/+2
* | SONAR-926 fix support of CPD without exclusion patternsSimon Brandhof2014-02-202-7/+9
* | SONAR-926 Fix alerts reporting for multi-language projectsJulien HENRY2014-02-202-72/+84
* | SONAR-926 move FS API to org.sonar.api.batch.fsSimon Brandhof2014-02-209-77/+70
* | WorkDurationFactory API should not accept nullable parameterJulien Lancelot2014-02-191-2/+4
* | Issue exclusions patterns are now initialized prior to sensor phaseJulien HENRY2014-02-1836-2973/+89