summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
| * SONAR-5256 Fix NPE and add warning when sonar.importSources=falseJulien HENRY2014-10-141-8/+6
| |
* | SONAR-5389 Refactor test coverage APIJulien HENRY2014-10-144-31/+34
| |
* | SONAR-5389 Refactor dependency APIJulien HENRY2014-10-145-5/+229
| |
* | Fix mergeJulien Lancelot2014-10-141-1/+1
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-144-12/+159
|\| | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/XooPlugin.java sonar-application/src/main/assembly/conf/sonar.properties sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql
| * SONAR-5673 Creating a new profile from a configuration file is not workingJulien Lancelot2014-10-135-11/+159
| |
* | SONAR-5677 Ignore whitespace when doing blameJulien HENRY2014-10-141-1/+5
| |
* | Improve loggingJulien HENRY2014-10-141-0/+7
| |
* | Add missing @Override annotationsSimon Brandhof2014-10-1045-0/+70
| |
* | Fix quality flawsSimon Brandhof2014-10-099-10/+78
| |
* | Fix merge with 4.5Julien Lancelot2014-10-093-3/+3
|\|
| * SONAR-5606 Timeline chart does not behave correctly when measures don't have ↵Stas Vilchik2014-10-091-1/+2
| | | | | | | | the same history
| * SONAR-5712 Merge package_design widget into file_design widgetJean-Baptiste Lievremont2014-10-096-138/+102
| |
| * SONAR-1587 Fix inter module dependencies when sonar.branch is usedJulien HENRY2014-10-081-10/+10
| |
* | Fix some quality flawsJulien HENRY2014-10-092-7/+7
| |
* | Fix some quality flawsJulien HENRY2014-10-081-18/+21
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Stephane Gamard2014-10-081-2/+2
|\| | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/rule/index/RuleIndex.java sonar-batch/src/main/java/org/sonar/batch/scan2/DefaultFileLinesContextFactory.java
| * Fix some quality flawsJulien HENRY2014-10-081-2/+2
| |
* | Fix quality flawsJulien Lancelot2014-10-081-3/+5
| |
* | Merge from branch 4.5Julien Lancelot2014-10-082-3/+9
|\|
| * SONAR-5702 Treemap does not correctly display colors for SQALE RatingStas Vilchik2014-10-081-1/+2
| |
| * SONAR-2456 Fails to display the component treemap when ↵Julien Lancelot2014-10-071-2/+7
| | | | | | | | sonar.core.treemap.colormetric or sonar.core.treemap.sizemetric properties point to a removed metric
* | Improve coverageJulien HENRY2014-10-083-24/+55
| |
* | Fix quality flawsSimon Brandhof2014-10-077-0/+182
| |
* | Fix some quality flawsJulien HENRY2014-10-073-5/+47
| |
* | Fix quality flawsSimon Brandhof2014-10-072-4/+4
| |
* | SONAR-5620 Improve support of empty authorsJulien HENRY2014-10-074-1/+63
| |
* | SONAR-5677 Fix support of Git project not at the root of repository treeJulien HENRY2014-10-064-13/+86
| |
* | SONAR-5643 Unwrap exception to have better error reporting to end userJulien HENRY2014-10-061-2/+9
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-066-4/+19
|\| | | | | | | | | | | Conflicts: sonar-plugin-api/src/main/java/org/sonar/api/batch/SensorContext.java sonar-plugin-api/src/main/java/org/sonar/api/batch/sensor/SensorContext.java
| * SONAR-5584 Increase the default limit of the treemap componentsStas Vilchik2014-10-061-1/+1
| |
| * SONAR-5675 Rename the "Pie Chart" into "Donut Chart"Julien Lancelot2014-10-061-1/+1
| |
| * SONAR-5671 Remove the "Global" tag on the "Measure Filter as Word Cloud" widgetJulien Lancelot2014-10-061-2/+2
| |
| * SONAR-5381 SONAR-3350 replace mysql MEDIUMTEXT columns by LONGTEXTSimon Brandhof2014-10-053-0/+15
| |
| * SONAR-5617 Update package_design widgetJean-Baptiste Lievremont2014-10-032-6/+7
| |
| * SONAR-5535 Fix widget pathJean-Baptiste Lievremont2014-10-031-1/+1
| |
| * SONAR-5535 refine layout of size widget (generated_sloc under sloc)Jean-Baptiste Lievremont2014-10-032-12/+13
| |
* | Revert to previous behavior for CommandExecutor::execute for timeout=0Julien HENRY2014-10-062-2/+2
| |
* | SONAR-5620 Fix missing line with GitJulien HENRY2014-10-031-0/+4
| |
* | SONAR-5620 Minor fixesJulien HENRY2014-10-032-5/+11
| |
* | SONAR-5535 Fix widget pathJean-Baptiste Lievremont2014-10-031-1/+1
| |
* | SONAR-5535 refine layout of size widget (generated_sloc under sloc)Jean-Baptiste Lievremont2014-10-032-12/+13
| |
* | Fix some quality flawsJulien HENRY2014-10-034-38/+6
| |
* | SONAR-5643 Properly handle cases where there are local modification on filesJulien HENRY2014-10-036-5/+66
| |
* | SONAR-5677 Fail with a clear message when trying to blame a locally modified ↵Julien HENRY2014-10-035-4/+122
| | | | | | | | file
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-037-7/+107
|\| | | | | | | | | | | | | Conflicts: plugins/sonar-xoo-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/main/java/org/sonar/api/config/Settings.java
| * Code clean-upSimon Brandhof2014-10-025-3/+110
| | | | | | | | | | * mark JFreechart as deprecated * complete some javadoc
| * SONAR-5535 Fix missing l10n keys in size metricJean-Baptiste Lievremont2014-10-021-2/+2
| |
| * SONAR-5680 Fix query on false positive issues widgetJean-Baptiste Lievremont2014-10-021-2/+1
| |
* | SONAR-5642 Log cleanupJulien HENRY2014-10-021-2/+2
| |