aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5292 Provide a new "/api/sources/raw" WSJulien Lancelot2014-10-293-0/+126
* SONAR-5339 Deprecate "sonar.cpd.xxx.skip" in favor of "sonar.cpd.exclusions"Julien Lancelot2014-10-291-0/+5
* SONAR-5224 Deprecate the "accessors" metricJulien Lancelot2014-10-291-1/+12
* SONAR-5792 Web services should support the values "yes" and "no" on boolean p...Simon Brandhof2014-10-273-6/+24
* SONAR-5737 Drop support of "sonar.importSources" featureJulien HENRY2014-10-271-6/+0
* Fix quality flawsJulien Lancelot2014-10-241-2/+10
* SONAR-5705 Drop support of Maven 2Julien HENRY2014-10-231-1/+1
* SONAR-5530 Add uuid in Issue IndexJulien Lancelot2014-10-232-0/+58
* SONAR-5753 Populate columns *_uuid when creating resourcesJulien HENRY2014-10-221-5/+21
* SONAR-5755 Populate uuid column on new resourcesJulien HENRY2014-10-221-0/+44
* SONAR-5698 SONAR-5694 Add business dates finishedAt startedAt and submittedAt...Teryk Bellahsene2014-10-221-5/+13
* Automatic merge from branch-4.5Jenkins CI2014-10-211-30/+45
|\
| * Refactor KeyValueFormatSimon Brandhof2014-10-211-10/+10
| * Reduce complexityJulien HENRY2014-10-211-30/+45
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-216-408/+272
|\|
| * SONAR-5768 API: org.sonar.api.utils.KeyValueFormat does not support escaping ...Simon Brandhof2014-10-215-283/+262
| * Add missing @Nullable to KeyValueFormatSimon Brandhof2014-10-211-12/+50
| * remove methods of KeyValueFormat that are deprecated since 2.7Simon Brandhof2014-10-214-159/+11
* | Fix some quality flawsJulien HENRY2014-10-212-15/+201
* | SONAR-5389 Add replacement for CoverageMeasureBuilderJulien HENRY2014-10-206-5/+357
* | Automatic merge from branch-4.5Jenkins CI2014-10-171-0/+4
|\|
| * SONAR-5735 Deprecate "sonar.importSources"Julien HENRY2014-10-171-0/+4
* | Revert "SONAR-5735 Deprecate "sonar.importSources""Julien HENRY2014-10-171-4/+0
* | SONAR-5735 Deprecate "sonar.importSources"Julien HENRY2014-10-171-0/+4
* | SONAR-5644 Apply some feedback on SCM APIJulien HENRY2014-10-164-48/+49
* | Automatic merge from branch-4.5Jenkins CI2014-10-162-8/+82
|\|
| * Fix issue related to SONAR-5419Julien HENRY2014-10-152-8/+82
* | Fix some quality flawsJulien HENRY2014-10-152-3/+86
* | SONAR-4118 Remove XStream from API dependenciesJulien Lancelot2014-10-151-4/+0
* | Fix quality flawsSimon Brandhof2014-10-154-15/+32
* | Fix quality flawsSimon Brandhof2014-10-142-7/+10
* | Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-10-144-32/+57
|\|
| * SONAR-5330 Fix issue when source dirs are symbolic linksJulien HENRY2014-10-141-1/+2
| * SONAR-5256 Fix NPE and add warning when sonar.importSources=falseJulien HENRY2014-10-141-1/+3
| * SONAR-5068 Deprecate binaries and libraries related methodsJulien HENRY2014-10-141-1/+24
| * Replace hamcrest by fest-assert in KeyValueFormatTestSimon Brandhof2014-10-141-29/+28
* | SONAR-5389 Refactor test coverage APIJulien HENRY2014-10-1412-113/+339
* | SONAR-5389 Refactor dependency APIJulien HENRY2014-10-146-4/+235
* | Fix some quality flawsJulien HENRY2014-10-141-1/+1
* | 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