summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | SONAR-5626 get next report mecanism dao implemented and interfaces defined. ↵Teryk Bellahsene2014-10-021-6/+1
| | | | | | | | Thread management stub.
* | SONAR-5643 Hide SVN password and rework loggingJulien HENRY2014-10-022-6/+6
| |
* | SONAR-5643 Provide a default SVN SCM ProviderJulien HENRY2014-10-0218-66/+850
| |
* | SONAR-5677 Provide JGit implementationJulien HENRY2014-10-028-10/+244
| |
* | SONAR-5645 Blacklist SCM Activity pluginJulien HENRY2014-10-021-3/+4
| |
* | SONAR-5473 Fix fetching of remote SCM dataJulien HENRY2014-10-022-2/+8
| |
* | SONAR-5644 Rework SCM APIJulien HENRY2014-10-0217-219/+560
| |
* | SONAR-5642 Initial work on Git providerJulien HENRY2014-10-028-3/+577
| |
* | SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM data ↵Julien HENRY2014-10-024-51/+135
| | | | | | | | using WS
* | SONAR-5672 Fix regression with measure duplication_lines_dataJulien HENRY2014-10-025-49/+35
| |
* | Fix wrong commitJulien Lancelot2014-10-021-1/+1
| |
* | SONAR-5603 Get issues from E/S in Unresolved Issues per Assignee widgetJulien Lancelot2014-10-022-27/+22
| | | | | | | | | | Conflicts: server/sonar-server/src/test/java/org/sonar/server/issue/index/IssueIndexMediumTest.java
* | SONAR-5603 Replace rails usage of IssueFinder by IssueService in issue ↵Julien Lancelot2014-10-022-4/+4
| | | | | | | | filters widget
* | Revert commits that should have been done on branch-4.5Jean-Baptiste Lievremont2014-10-021-2/+2
| | | | | | | | This reverts commit dc74893622e4965a5d9ad0c6f9a9b0b43f2140ed.
* | SONAR-5682 Drop (some) APIs that were deprecated in versions 2.x or 3.xSimon Brandhof2014-10-024-6/+8
| |
* | SONAR-5680 Fix query on false positive issues widgetJean-Baptiste Lievremont2014-10-011-2/+2
| |
* | Fix XooSimon Brandhof2014-09-301-0/+5
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-304-0/+36
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-email-notifications-plugin/pom.xml plugins/sonar-l10n-en-plugin/pom.xml plugins/sonar-xoo-plugin/pom.xml pom.xml server/pom.xml server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml server/sonar-search/pom.xml server/sonar-server/pom.xml server/sonar-web/pom.xml server/sonar-ws-client/pom.xml sonar-application/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch-protocol/pom.xml sonar-batch/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-home/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java sonar-testing-harness/pom.xml
| * Maven profiles for each technical stackSimon Brandhof2014-09-304-0/+36
| | | | | | | | and remove sonar-channel helpers from sonar-testing-harness
| * Update version to 4.5.1-SNAPSHOTEric Hartmann2014-09-297-7/+7
| |
| * Release 4.54.5Eric Hartmann2014-09-297-7/+7
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-267-7/+7
| |
| * [maven-release-plugin] prepare release 4.5-RC34.5-RC3Eric Hartmann2014-09-267-7/+7
| |