aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-6395 Remove measure filter extension pointJulien Lancelot2017-02-015-452/+0
|
* SONAR-7762 Remove allow to signup featureJulien Lancelot2017-02-011-0/+7
|
* SONAR-8087 Deprecate no more used types in PropertyType APIJulien Lancelot2017-02-011-1/+10
|
* SONAR-6393 Remove quality model extension pointJulien Lancelot2017-02-012-96/+0
|
* SONAR-8470 Allow rendering some static files from rootJulien Lancelot2017-02-012-4/+8
|
* SONAR-7946 Fail with IllegalStateException on errorsJulien Lancelot2017-02-012-34/+32
|
* SONAR-7300 Display a proper message when id is missingJulien Lancelot2017-01-301-3/+1
|
* Improve quality and javadocDuarte Meneses2017-01-306-10/+37
|
* SONAR-8622 Lazily generate metadata for input filesDuarte Meneses2017-01-2710-36/+77
|
* SONAR-8630 query by filename and ext (#1555)Janos Gyerik2017-01-279-0/+304
|
* SONAR-8631 Only publish input files used by sensorsDuarte Meneses2017-01-2724-79/+76
|
* Refactor resources APIDuarte Meneses2017-01-2721-268/+252
|
* Improve qualityDuarte Meneses2017-01-271-1/+0
|
* SONAR-8622 Lazily generate metadata for input filesDuarte Meneses2017-01-2740-458/+799
|
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-262-3/+2
| | | | Signed-off-by: Julien Lancelot <julien.lancelot@sonarsource.com>
* SONAR-8684 Remove RailsHandlerJulien Lancelot2017-01-242-70/+0
|
* 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-111-1/+1
| | | | | | | | | | 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-118-48/+120
|
* 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 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
| |
* | SONAR-8416 move handling logic out from UnauthorizedExceptionSébastien Lesaint2016-12-011-21/+0
|/ | | | and to AuthenticationError
* 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