aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Minor optimization in CountUnresolvedIssuesDecoratorSimon Brandhof2014-04-071-4/+2
* SONAR-5206 Allow selection of LEVEL metrics for color in treemap widgetJean-Baptiste Lievremont2014-04-072-2/+2
* SONAR-5140 Allow selection of RATING metrics for color in treemap widgetJean-Baptiste Lievremont2014-04-072-2/+2
* SONAR-3113 Add links to dashboardsStas Vilchik2014-04-071-0/+1
* SONAR-3113 Restore the Measure filter as cloud widgetJulien Lancelot2014-04-044-0/+117
* Create a new DebtModel API on batch sideJulien Lancelot2014-04-032-3/+3
* Fix stability of tests depending on order of executionSimon Brandhof2014-04-032-10/+9
* SONAR-5190 Should not fail if MavenProject not found for a moduleJulien HENRY2014-04-031-10/+2
* SONAR-5190 Make default bootstrapper support MavenJulien HENRY2014-04-023-2/+73
* SONAR-5190 Make default bootstrapper support MavenJulien HENRY2014-04-022-0/+8
* SONAR-5169 Allow users to specify dates using a date pickerStas Vilchik2014-04-011-0/+58
* SONAR-5173 ci, homepage, scm iconsStas Vilchik2014-03-311-3/+2
* SONAR-5173 Change favorite icon, qualifiers iconsStas Vilchik2014-03-282-2/+2
* Fix some quality flawsJulien HENRY2014-03-261-0/+3
* Replace factor by coefficientJulien Lancelot2014-03-261-1/+1
* SONAR-4908 extract RulesDefinitionAnnotationLoaderSimon Brandhof2014-03-252-2/+3
* SONAR-4908 rename RulesDefinition#setDebtCharacteristic() to setDebtSubCharac...Simon Brandhof2014-03-252-2/+2
* SONAR-4908 refactor RulesDefinition API (debt functions, XML)Simon Brandhof2014-03-251-1/+1
* SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackageJulien HENRY2014-03-255-54/+63
* SONAR-4366 Remove unnecessary colonsStas Vilchik2014-03-251-2/+2
* Fix quality flawsJulien Lancelot2014-03-241-2/+0
* SONAR-4366 Rework rename/copy modalStas Vilchik2014-03-211-1/+1
* SONAR-5121 Refactor the way remediation function is defined on rules in order...Julien Lancelot2014-03-212-0/+10
* SONAR-4366 Some UI improvementsStas Vilchik2014-03-211-2/+2
* Fix issue on debt pyramid due to renaming of debt.rootCharacteristics to debt...Julien Lancelot2014-03-211-1/+1
* SONAR-4366 Move a core plugin component to batch (remove server dependency on...Jean-Baptiste Lievremont2014-03-203-322/+2
* SONAR-926 fix documentation of exclusion settingsSimon Brandhof2014-03-191-90/+0
* SONAR-5091 Update deletion confirm messages in conformance to UI guidelinesJean-Baptiste Lievremont2014-03-191-0/+4
* Fix some quality flawsSimon Brandhof2014-03-191-2/+2
|\
| * Fixes a couple of issues by using interfaces rather than a specific implement...Hans Joachim Desserud2013-11-021-2/+2
* | SONAR-926 support cross-project duplications in multi-lang projectSimon Brandhof2014-03-184-8/+9
* | SONAR-5143 revert. Inclusions are coming back to UI !Simon Brandhof2014-03-181-6/+4
* | SONAR-5056 Refactoring of DebtModelService to have a clean dedicated server s...Julien Lancelot2014-03-181-1/+1
* | SONAR-5095 Fix colon/period display in QG widget, metric descriptionJean-Baptiste Lievremont2014-03-181-4/+4
* | SONAR-5092 Change message on default quality gate when user is not quality adminJean-Baptiste Lievremont2014-03-171-1/+2
* | SONAR-5146 Some rules might not have some "rules.created_at" date and in that...Julien Lancelot2014-03-171-2/+0
* | SONAR-4366 Fix display of passed quality gateJean-Baptiste Lievremont2014-03-171-1/+1
* | SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-172-3/+3
* | Rename RuleDefinitions to RulesDefinitionJulien Lancelot2014-03-144-11/+11
* | SONAR-4095Jean-Baptiste Lievremont2014-03-142-33/+27
* | Renamed some debt classes to remove "Technical" wordJulien Lancelot2014-03-145-17/+18
* | SONAR-5141 Minor improvementJulien Lancelot2014-03-142-20/+16
* | SONAR-5143 remove sonar.inclusions and sonar.test.inclusions from UISimon Brandhof2014-03-141-4/+6
* | Fix bad import edu.emory.mathcs.backport.java.util.CollectionsSimon Brandhof2014-03-141-1/+1
* | SONAR-4790 complete documentation of FileSystemSimon Brandhof2014-03-142-9/+15
* | SONAR-4790 replace static factory FilePredicates by FileSystem#predicates()Simon Brandhof2014-03-142-8/+8
* | SONAR-5141 Improve performance of technical debt measures decoratorJulien Lancelot2014-03-142-117/+135
* | SONAR-4908 rename the methods newXxx() of RuleDefinitions to createXxx()Simon Brandhof2014-03-141-3/+3
* | SONAR-926 fail if properties sonar.sources or sonar.tests are badly set in Ma...Simon Brandhof2014-03-131-33/+51
* | SONAR-926 allow to set the properties sonar.sources and sonar.tests in Maven pomSimon Brandhof2014-03-135-57/+64