aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5792 Web services should support the values "yes" and "no" on boolean ↵Simon Brandhof2014-10-273-6/+24
| | | | parameters
* 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 ↵Teryk Bellahsene2014-10-221-5/+13
| | | | submittedAt to analysis report
* Automatic merge from branch-4.5Jenkins CI2014-10-211-30/+45
|\ | | | | | | | | | | * origin/branch-4.5: Refactor KeyValueFormat Reduce complexity
| * 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
|\| | | | | | | | | Conflicts: sonar-plugin-api/src/main/java/org/sonar/api/utils/KeyValueFormat.java
| * SONAR-5768 API: org.sonar.api.utils.KeyValueFormat does not support escaping ↵Simon Brandhof2014-10-215-283/+262
| | | | | | | | of values
| * 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
|\| | | | | | | | | | | * origin/branch-4.5: SONAR-5735 Deprecate "sonar.importSources" SONAR-5691 Exception messages are shown twice
| * SONAR-5735 Deprecate "sonar.importSources"Julien HENRY2014-10-171-0/+4
| |
* | Revert "SONAR-5735 Deprecate "sonar.importSources""Julien HENRY2014-10-171-4/+0
| | | | | | | | This reverts commit bdf9dacf8492e93e86f55b832b397e74c8205561.
* | 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
|\| | | | | | | | | | | | | | | * origin/branch-4.5: SSF-21 XSS vulnerability on Measures page SONAR-5727 The bulk operation can be desynchronized with the criteria of the issue filter SONAR-5736 The select list component does not fetch more than one page Fix issue related to SONAR-5419
| * 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
|\| | | | | | | | | | | | | Conflicts: sonar-batch/src/main/java/org/sonar/batch/referential/DefaultProjectReferentialsLoader.java sonar-batch/src/main/java/org/sonar/batch/scan/LastSnapshots.java sonar-batch/src/test/java/org/sonar/batch/scan/LastSnapshotsTest.java
| * 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
| |
* | 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