aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* 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 timeout issue and speed up UT on my boxJulien HENRY2014-10-062-3/+3
* Add some javadoc to FilePredicatesSimon Brandhof2014-10-061-3/+45
* SONAR-5381 SONAR-3350 replace mysql MEDIUMTEXT columns by LONGTEXTSimon Brandhof2014-10-051-93/+0
* Fix some javadocSimon Brandhof2014-10-0315-17/+39
* Fix some javadocSimon Brandhof2014-10-035-10/+19
* Fix administration section in webappSimon Brandhof2014-10-034-20/+14
* Code clean-upSimon Brandhof2014-10-0226-735/+46
* Temporarily increase timeout of HttpDownloadTest to 2 secSimon Brandhof2014-09-301-1/+1
* Make HttpDownloaderTest more stableSimon Brandhof2014-09-301-11/+9
* Update version to 4.5.1-SNAPSHOTEric Hartmann2014-09-291-1/+1
* Release 4.54.5Eric Hartmann2014-09-291-1/+1
* [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-261-1/+1
* [maven-release-plugin] prepare release 4.5-RC34.5-RC3Eric Hartmann2014-09-261-1/+1
* Try to improve stability of CommandExecutorTestSimon Brandhof2014-09-251-4/+4
* [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-161-1/+1
* [maven-release-plugin] prepare release 4.5-RC24.5-RC2Eric Hartmann2014-09-161-1/+1
* [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-081-1/+1
* [maven-release-plugin] prepare release 4.5-RC14.5-RC1Eric Hartmann2014-09-081-1/+1
* Try to fix unit test on WindowsJulien HENRY2014-09-031-4/+3
* SONAR-5576 Display coverage exclusions in logsJulien HENRY2014-09-021-1/+4
* Improve code coverageJulien HENRY2014-09-021-0/+39
* Improve code coverageJulien HENRY2014-09-023-5/+72
* Fix some quality flawsJulien HENRY2014-09-013-9/+22
* Add helper to filter measures by rule keyJulien Lancelot2014-08-281-1/+5
* Improve UT coverageJulien HENRY2014-08-273-0/+128
* Fix some quality flawsJulien HENRY2014-08-2714-61/+99
* SONAR-5528 Improve performance of syntax highlighting APIJulien HENRY2014-08-251-1/+1
* SONAR-5417 Load project referentials using WSJulien HENRY2014-08-251-0/+1
* SONAR-5343 Replace "Branch coverage" by "Condition coverage"Julien Lancelot2014-08-123-20/+20
* SONAR-5518 Remove the property sonar.embeddedDatabase.dataDirSimon Brandhof2014-08-071-1/+0
* SONAR-5389 Improve duplication APIJulien HENRY2014-08-017-10/+297
* Merge remote-tracking branch 'origin/branch-4.4'Eric Hartmann2014-08-012-1/+17
|\
| * Update version to 4.4.1-SNAPSHOTEric Hartmann2014-07-311-1/+1
| * Release 4.44.4Eric Hartmann2014-07-311-1/+1
| * Fix regression on created(Before|After) on api/issues/search WSJean-Baptiste Lievremont2014-07-302-1/+17
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-07-171-1/+1
| * [maven-release-plugin] prepare release 4.4-RC34.4-RC3Eric Hartmann2014-07-171-1/+1
| * Fix stability of CommandExecutorTestSimon Brandhof2014-07-112-8/+3
* | SONAR-5513 Fix typoJulien HENRY2014-07-311-1/+1
* | SONAR-5513 Deprecate measure duplication_data and provide alternative to dev ...Julien HENRY2014-07-312-1/+26
* | Merge branch 'master' into SONAR-4898Stephane Gamard2014-07-317-3/+121
|\ \
| * | SONAR-5389 New duplication APIJulien HENRY2014-07-307-3/+121
* | | Merge branch 'master' into SONAR-4898Stephane Gamard2014-07-291-1/+0
|\| |
| * | SONAR-5492 Remove ability to configure JDBC driver class nameSimon Brandhof2014-07-281-1/+0
* | | Merge branch 'master' into SONAR-4898Stephane Gamard2014-07-2512-4/+322
|\| |
| * | SONAR-5389 Port symbolizable API to new batch APIJulien HENRY2014-07-248-2/+209
| * | Fix some quality flawsJulien HENRY2014-07-241-2/+2
| * | SONAR-5389 Support syntax highlighting in the new sensor APIJulien HENRY2014-07-244-0/+111