aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-241-23/+0
|
* SONAR-8684 Remove Java classes related to railsJulien Lancelot2017-01-242-85/+0
|
* Remove Internal.durations in RubySimon Brandhof2017-01-181-2/+0
|
* SONAR-8652 Pass value of sonar.organization in the scanner reportJulien HENRY2017-01-161-0/+5
|
* SONAR-8429 add organization parameter to api/ce/submitSébastien Lesaint2017-01-161-1/+1
| | | | remove hardcode to default organization from ComponentService
* SONAR-8582 Deprecate old Page API and related classesTeryk Bellahsene2017-01-1312-41/+42
|
* SONAR-8581 Create new PagesDefinition API to create a new page in a pluginTeryk Bellahsene2017-01-137-0/+572
|
* SONAR-8458 store semantic version in sq-version.txtDavid Rautureau2017-01-112-1/+34
| | | | | | | | | | Scanners load the file sq-version.txt to get the version of SonarQube. Some scanners, for example Maven, do not correctly support the new format on 4 fields. For this reason a 3-digits format must be kept for backward-compatibility. The complete version in the new format is available in the new file sonar-api-version.txt
* 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
| | | | This will at the same time fix Maven errors in Eclipse
* 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
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* 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
| | | | A new IssueUpdater used to update issue in db needs to be created
* Automatic merge from branch-6.2ssjenka2016-12-052-21/+35
|\ | | | | | | | | * origin/branch-6.2: Fix duplicated logs in LogTester
| * 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
| | | | | | | | and to AuthenticationError
* | 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, ↵Teryk Bellahsene2016-11-111-0/+18
| | | | public_documented_api_density and public_undocumented_api
* 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
| | | | | also adds support for validation of parameter parameter value when it is retrieved from request also adds support for customized extraction and validation parameter value from the request
* 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
| | | | Replace streaming of projects by first loading all projects once, then load measures project by project
* 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
| | | | and fix initial returned value of method now() when an initial value is provided
* SONAR-8192 use a System2 impl always returning a bigger numberSébastien Lesaint2016-10-191-0/+72
| | | | provides bullet proof reliability to unit tests checking updates actually occured by checking the value of the update_at column