aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8458 store semantic version in sq-version.txtDavid Rautureau2017-01-112-1/+34
* SONAR-8458 add SonarQube buildNumber to plugin APISimon Brandhof2017-01-119-49/+121
* SONAR-7300 Deprecate and rewrite api/properties/index in JavaJulien Lancelot2017-01-101-2/+3
* SONAR-8592 Reverse order of locations in flows of issuesDuarte Meneses2017-01-061-1/+2
* Fix build of test pluginsJulien HENRY2017-01-031-0/+3
* Fix some quality flawsJulien HENRY2017-01-031-1/+1
* SONAR-8567 Improve logging API to accept a lambda as argumentJulien HENRY2017-01-032-1/+89
* Fix Quality flawsSimon Brandhof2017-01-022-7/+10
* Fix quality flawsJulien Lancelot2017-01-021-1/+1
* Fix Request testsTeryk Bellahsene2016-12-301-3/+3
* SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WSJulien Lancelot2016-12-301-6/+9
* Fix quality flawsTeryk Bellahsene2016-12-221-4/+3
* Fix quality flawsJulien HENRY2016-12-166-56/+13
* Typo: "componet" instead of "component" (#1463)Oliver Trosien2016-12-141-2/+2
* SONAR-7291 Rename IssueUpdater to IssueFieldsSetterJulien Lancelot2016-12-121-1/+2
* Automatic merge from branch-6.2ssjenka2016-12-052-21/+35
|\
| * Fix duplicated logs in LogTesterSimon Brandhof2016-12-052-21/+35
| * Prepare for next development iterationTom2016-12-021-1/+1
| * Release 6.2-RC26.2-RC2Tom2016-12-021-1/+1
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-11-211-1/+1
| * [maven-release-plugin] prepare release 6.2-RC16.2-RC1David Rautureau2016-11-211-1/+1
* | SONAR-8416 move handling logic out from UnauthorizedExceptionSébastien Lesaint2016-12-011-21/+0
* | Prepare for next development iterationDavid Rautureau2016-11-211-1/+1
|/
* SONAR-8329 Get rid of 'Documentation' category in the measures pageTeryk Bellahsene2016-11-111-9/+19
* SONAR-8328 SONAR-4872 Deprecate and Hide metrics public_api, public_documente...Teryk Bellahsene2016-11-111-0/+18
* Fix Quality flaws about complexitySimon Brandhof2016-11-112-39/+44
* fix quality flawsTeryk Bellahsene2016-11-104-49/+73
* SONAR-8352 add the scanner properties sonar.analysis.* to payloadSimon Brandhof2016-11-092-6/+10
* SONAR-8354 Complete javadoc on deprecated class related to dashboardsJulien Lancelot2016-11-0912-12/+12
* SONAR-8355 Remove property 'supportsMeasureFilters' from ResourceType APIJulien Lancelot2016-11-092-29/+10
* SONAR-8354 Deprecate API related to dashboardsJulien Lancelot2016-11-0912-0/+31
* Fix some Quality flaws about nullability of variablesSimon Brandhof2016-11-097-40/+34
* SONAR-8172 add steroid support for optional parameters in RequestSébastien Lesaint2016-11-082-1/+456
* Fix quality flawsJulien HENRY2016-11-081-2/+3
* Fix quality flawsJulien Lancelot2016-11-081-1/+2
* Improve InputFile javadocDuarte Meneses2016-10-281-2/+7
* SONAR-8327 Support access input file's contents through VFSDuarte Meneses2016-10-272-0/+51
* SONAR-8221 Fix project measures indexing on MySQLJulien Lancelot2016-10-241-2/+2
* SONAR-8186 Refresh default value of 'sonar.preview.excludePlugins'Julien HENRY2016-10-241-2/+1
* SONAR-8192 improve coverage of AlwaysIncreasingSystem2Sébastien Lesaint2016-10-212-3/+52
* SONAR-8281 Update SensorContextTester to no more expose coverage typeJulien HENRY2016-10-213-56/+56
* SONAR-8192 add missing UT on AlwaysIncreasingSystem2Sébastien Lesaint2016-10-202-2/+70
* SONAR-8192 use a System2 impl always returning a bigger numberSébastien Lesaint2016-10-191-0/+72
* SONAR-8284 Make IT/Overall coverage measures 'hidden'Julien HENRY2016-10-191-0/+23
* SONAR-8281 Rework Sensor storage to merge multiple coverage reportsJulien HENRY2016-10-182-16/+0
* SONAR-8281 Rename measure "Coverage by unit tests" -> " "Coverage by tests"Julien HENRY2016-10-181-1/+1
* SONAR-8281 Deprecated IT/Overall coverage measuresJulien HENRY2016-10-181-0/+112
* SONAR-8281 Change coverage API to accept unlimited reports/deprecate coverage...Julien HENRY2016-10-182-3/+16
* Ensure component in not null on an issue location to prevent NPE at runtimeJulien HENRY2016-10-181-0/+1
* SONAR-8291 add NewParam#setInternal(boolean) to APISimon Brandhof2016-10-172-1/+40