aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* | SONAR-5063 Deprecate the metric "packages"Simon Brandhof2014-02-182-22/+10
* | Fix quality flawsJulien Lancelot2014-02-171-5/+1
* | Fix UTs after renaming of one test classJulien HENRY2014-02-178-0/+0
* | Ensure that JavaSquidSensor is executed after exclusions initializationJulien HENRY2014-02-175-19/+22
|/
* Do not use anymore deprecated WorkUnitJulien Lancelot2014-02-171-2/+2
* Revert "SONAR-5034 Remove useless measures from the "Unit Test Coverage" widget"Julien Lancelot2014-02-142-2/+20
* SONAR-5059 New technical debt can sometime be negativeJulien Lancelot2014-02-141-0/+19
* Fix some quality flawsJulien HENRY2014-02-131-0/+3
* Little improvements of technical debtJulien Lancelot2014-02-132-14/+11
* Update message to display when no requirement on ruleJulien Lancelot2014-02-131-1/+1
* Replace WorkUnit by WorkDuration for technical debtJulien Lancelot2014-02-127-132/+67
* SONAR-5058 Remove default configuration for global test exclusionsJean-Baptiste Lievremont2014-02-121-1/+0
* SONAR-926 remove remaining usages of deprecated qualifiersSimon Brandhof2014-02-122-9/+3
* SONAR-4908 update xoo with tagsSimon Brandhof2014-02-122-2/+6
* Fix comppilation issueJulien Lancelot2014-02-111-3/+1
* SONAR-5042 Remove RFC widget and remove deprecated measure on resource viewer...Julien Lancelot2014-02-113-80/+0
* Merge WorkDayDuration with WorkUnitJulien Lancelot2014-02-107-64/+79