aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table.Guillaume Jambet2018-03-011-4/+4
|
* SONAR-10345 Add Webhooks creation wsGuillaume Jambet2018-03-011-1/+9
|
* SONAR-10344 api/webhooks/search returns webhooks for global and projectGuillaume Jambet2018-03-011-14/+16
|
* SONAR-10344 add service api/webhooks/search interface.Guillaume Jambet2018-03-011-0/+21
|
* SONAR-10290 Add ability to provide help message for identity providersJulien Lancelot2018-02-071-0/+1
|
* SONAR-10321 Add scope field to rule search wsDuarte Meneses2018-02-072-0/+7
|
* SONAR-10266 Generate measure badgeJulien Lancelot2018-01-251-1/+2
|
* Set version 7.1-SNAPSHOTSimon Brandhof2018-01-241-1/+1
|
* Upgrade Mockito from 1.10.19 to 2.13.0Simon Brandhof2018-01-141-11/+5
|
* Reuse react based tokens form in account space (#2954)Stas Vilchik2018-01-111-0/+1
|
* Fix license headers for 2018Simon Brandhof2018-01-07344-345/+344
|
* SONAR-10182 Rename homepage parameter from 'value' to 'parameter'Guillaume Jambet2018-01-021-1/+1
|
* SONAR-10184 Add stub for homepage fields to api/users/currentGuillaume Jambet2018-01-021-1/+12
|
* SONAR-10134 Remove 'organization' parameter from project_status wsJulien Lancelot2017-12-202-14/+0
|
* SONAR-10134 Add organization parameter in quality gates wsclientJulien Lancelot2017-12-1416-28/+256
|
* SONAR-10134 Bringing Organization to Search ActionGuillaume Jambet2017-12-141-0/+12
|
* Remove legacy sonar-ws code for usersDaniel Schwarz2017-12-0611-1005/+9
|
* Remove legacy sonar-ws code for projectsDaniel Schwarz2017-12-0612-1145/+1
|
* Generate class WsClient in sonar-wsDaniel Schwarz2017-12-0613-140/+1177
|
* Remove legacy sonar-ws code for qualityprofilesDaniel Schwarz2017-12-0625-2397/+2
|
* Remove deprecated MeasuresServiceSimon Brandhof2017-12-0617-1240/+13
|
* Remove deprecated ProjectAnalysisServiceSimon Brandhof2017-12-0616-842/+0
|
* Remove legacy sonar-ws code for permissionsDaniel Schwarz2017-12-0624-2473/+0
|
* Remove legacy sonar-ws code for issuesDaniel Schwarz2017-12-0614-1872/+1
|
* Remove legacy sonar-ws code for componentsDaniel Schwarz2017-12-0613-1045/+93
|
* Remove legacy sonar-ws code for organizationsDaniel Schwarz2017-12-0610-707/+0
|
* Deprecate old service classes in WsClient, add replacement methodsDaniel Schwarz2017-12-062-34/+130
|
* Deprecate non-generated sonar-ws service classesDaniel Schwarz2017-12-067-0/+28
|
* SONAR-10074 Add QP actions "delete" and "associateProjects"Julien Lancelot2017-12-041-1/+3
| | | | | | In api/qualityprofiles/search, the following actions are now availables : - delete : Available when not built-it, not default, and have either QP admin permission or have rights to edit - associateProjects : Available when not default and have either QP admin permission or have rights to edit
* SONAR-10088 Prevent deleting default quality gateJulien Lancelot2017-12-041-1/+3
|
* SONAR-10087 Use protobuf in api/qualitygates/renameJulien Lancelot2017-12-041-1/+1
|
* SONAR-10088 Return available actions in api/qualitygates/showJulien Lancelot2017-12-041-0/+1
|
* SONAR-10088 Return available actions in api/qualitygates/listJulien Lancelot2017-12-042-1/+14
|
* SONAR-10087 Add built-in field in api/qualitygates/listJulien Lancelot2017-12-041-0/+1
|
* SONAR-10087 Use protobuf in api/qualitygates/listJulien Lancelot2017-12-041-0/+13
|
* SONAR-10087 Add built-in field in api/qualitygates/showJulien Lancelot2017-12-041-0/+1
|
* SONAR-10087 Use protobuf in api/qualitygates/showJulien Lancelot2017-12-041-0/+16
| | | | Also take the opportunity to move business from QualityGates to ShowAction
* Regenerate sonar-wsDaniel Schwarz2017-11-295-16/+5
|
* Exclude generated files of sonar-ws from analysisSimon Brandhof2017-11-291-2/+2
|
* Fix Quality flaws in MediaTypesSimon Brandhof2017-11-291-2/+2
|
* Reduce the dependency between sonar-server and sonar-wsDaniel Schwarz2017-11-2910-797/+3
| | | | By copying the sonar-ws ...Request classes into the ...Action classes (as static inner classes). This will make the refactoring of sonar-ws towards generated Request classes a lot easier.
* Apply naming conventions in sonar-ws protobufDaniel Schwarz2017-11-2955-349/+349
|
* Remove documentation from generated WS clientSimon Brandhof2017-11-29298-2401/+352
| | | | | | | It allows to not have to commit changes each time a description is changed in sonar-server Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* Merge sonar-ws-generated into sonar-wsSimon Brandhof2017-11-29339-4/+31714
|
* Generate client for api/user_groupsSimon Brandhof2017-11-2911-826/+2
|
* Delete unused class org.sonarqube.ws.MessageFormatterSimon Brandhof2017-11-292-75/+0
|
* Generate client for api/rulesSimon Brandhof2017-11-298-811/+2
|
* Generate client for api/settingsSimon Brandhof2017-11-292-2/+2
|
* Generate client of api/qualitygates and api/rootsSimon Brandhof2017-11-295-141/+2
|
* Add generator of sonar-ws sourcesDaniel Schwarz2017-11-2912-930/+0
|