aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* fix quality flaws (KeyValueFormat.parse can accept null data)Stephane Gamard2014-10-101-1/+2
|
* Add missing @Override annotationsSimon Brandhof2014-10-1041-0/+154
|
* Fix quality flawsSimon Brandhof2014-10-094-0/+94
|
* Fix some quality flawsJulien HENRY2014-10-093-33/+68
|
* Fix some quality flawsJulien HENRY2014-10-092-2/+9
|
* Fix some quality flawsJulien HENRY2014-10-082-8/+54
|
* Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-10-082-2/+12
|\
| * SONAR-1587 Fix inter module dependencies when sonar.branch is usedJulien HENRY2014-10-082-2/+12
| |
* | Merge from branch 4.5Julien Lancelot2014-10-088-9/+23
|\|
| * Fix some javadocsSimon Brandhof2014-10-077-6/+20
| |
| * SONAR-5575 Fix handling of equals sign in custom rule parametersJean-Baptiste Lievremont2014-10-071-3/+3
| |
* | Fix quality flawsSimon Brandhof2014-10-074-122/+10
| |
* | SONAR-5620 Improve support of empty authorsJulien HENRY2014-10-071-4/+9
| |
* | Automatic merge from branch-4.5Jenkins CI2014-10-061-3/+45
|\| | | | | | | | | | | | | | | | | * origin/branch-4.5: SONAR-5699 Ruby pages are not listed in project sidebar Fix timeout issue and speed up UT on my box SONAR-5481 Update version of SQ Runner used by internal Maven plugin to 2.4 Add some javadoc to FilePredicates SONAR-5608 Impossible to backup profile when the key contains "+" characters
| * Fix timeout issue and speed up UT on my boxJulien HENRY2014-10-062-3/+3
| |
| * Add some javadoc to FilePredicatesSimon Brandhof2014-10-061-3/+45
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-061-93/+0
|\| | | | | | | | | | | 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-5381 SONAR-3350 replace mysql MEDIUMTEXT columns by LONGTEXTSimon Brandhof2014-10-051-93/+0
| |
* | Fix mergeSimon Brandhof2014-10-061-53/+36
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-0620-64/+112
|\| | | | | | | | | | | 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
| * Fix some javadocSimon Brandhof2014-10-0315-17/+39
| |
| * Fix some javadocSimon Brandhof2014-10-035-10/+19
| |
* | Revert to previous behavior for CommandExecutor::execute for timeout=0Julien HENRY2014-10-061-2/+3
| |
* | SONAR-5620 Minor fixesJulien HENRY2014-10-031-1/+1
| |
* | Fix some quality flawsJulien HENRY2014-10-032-1/+40
| |
* | SONAR-5620 No need to exclude SCM Activity since it is blacklistedJulien HENRY2014-10-031-1/+1
| |
* | SONAR-5677 Fail with a clear message when trying to blame a locally modified ↵Julien HENRY2014-10-031-1/+6
| | | | | | | | file
* | SONAR-5682 drop deprecated PropertyDefinitions#getPropertiesByCategory()Simon Brandhof2014-10-031-34/+0
| |
* | Automatic merge from branch-4.5Jenkins CI2014-10-034-20/+14
|\| | | | | | | | | * origin/branch-4.5: Fix administration section in webapp
| * Fix administration section in webappSimon Brandhof2014-10-034-20/+14
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-0326-736/+48
|\| | | | | | | | | | | | | 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-0226-735/+46
| | | | | | | | | | * mark JFreechart as deprecated * complete some javadoc
* | SONAR-5643 Hide SVN password and rework loggingJulien HENRY2014-10-023-6/+28
| |
* | SONAR-5643 Provide a default SVN SCM ProviderJulien HENRY2014-10-021-2/+12
| |
* | SONAR-5645 Blacklist SCM Activity pluginJulien HENRY2014-10-021-0/+5
| |
* | SONAR-5644 Rework SCM APIJulien HENRY2014-10-025-23/+104
| |
* | SONAR-5642 Initial work on Git providerJulien HENRY2014-10-021-4/+5
| |
* | SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM data ↵Julien HENRY2014-10-027-1/+228
| | | | | | | | using WS
* | SONAR-5672 Fix regression with measure duplication_lines_dataJulien HENRY2014-10-021-2/+5
| |
* | SONAR-5603 Remove useless select methods using IssueQuery in IssueDaoJulien Lancelot2014-10-021-447/+0
| |
* | SONAR-5529 Move IssueQuery from api to serverJulien Lancelot2014-10-022-234/+1
| | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/issue/index/IssueIndex.java
* | SONAR-5529 Remove IssueFinder API and all related classesJulien Lancelot2014-10-023-223/+0
| |
* | Fix quality flawsSimon Brandhof2014-10-021-1/+1
| |
* | SONAR-5682 Drop (some) APIs that were deprecated in versions 2.x or 3.xSimon Brandhof2014-10-029-397/+4
| |
* | SONAR-5665 Stop support of GWT pagesSimon Brandhof2014-10-022-10/+1
| |
* | Fix timeout issue and speed up UT on my boxJulien HENRY2014-09-302-3/+3
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-6/+2
| | | | | | | | | | Conflicts: sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-0/+4
|\| | | | | | | | | Conflicts: sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java
| * Temporarily increase timeout of HttpDownloadTest to 2 secSimon Brandhof2014-09-301-1/+1
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-8/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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