Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table. | Guillaume Jambet | 2018-03-01 | 1 | -4/+4 |
| | |||||
* | SONAR-10345 Add Webhooks creation ws | Guillaume Jambet | 2018-03-01 | 1 | -1/+9 |
| | |||||
* | SONAR-10344 api/webhooks/search returns webhooks for global and project | Guillaume Jambet | 2018-03-01 | 1 | -14/+16 |
| | |||||
* | SONAR-10344 add service api/webhooks/search interface. | Guillaume Jambet | 2018-03-01 | 1 | -0/+21 |
| | |||||
* | SONAR-10290 Add ability to provide help message for identity providers | Julien Lancelot | 2018-02-07 | 1 | -0/+1 |
| | |||||
* | SONAR-10321 Add scope field to rule search ws | Duarte Meneses | 2018-02-07 | 2 | -0/+7 |
| | |||||
* | SONAR-10266 Generate measure badge | Julien Lancelot | 2018-01-25 | 1 | -1/+2 |
| | |||||
* | Set version 7.1-SNAPSHOT | Simon Brandhof | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Upgrade Mockito from 1.10.19 to 2.13.0 | Simon Brandhof | 2018-01-14 | 1 | -11/+5 |
| | |||||
* | Reuse react based tokens form in account space (#2954) | Stas Vilchik | 2018-01-11 | 1 | -0/+1 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 344 | -345/+344 |
| | |||||
* | SONAR-10182 Rename homepage parameter from 'value' to 'parameter' | Guillaume Jambet | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | SONAR-10184 Add stub for homepage fields to api/users/current | Guillaume Jambet | 2018-01-02 | 1 | -1/+12 |
| | |||||
* | SONAR-10134 Remove 'organization' parameter from project_status ws | Julien Lancelot | 2017-12-20 | 2 | -14/+0 |
| | |||||
* | SONAR-10134 Add organization parameter in quality gates wsclient | Julien Lancelot | 2017-12-14 | 16 | -28/+256 |
| | |||||
* | SONAR-10134 Bringing Organization to Search Action | Guillaume Jambet | 2017-12-14 | 1 | -0/+12 |
| | |||||
* | Remove legacy sonar-ws code for users | Daniel Schwarz | 2017-12-06 | 11 | -1005/+9 |
| | |||||
* | Remove legacy sonar-ws code for projects | Daniel Schwarz | 2017-12-06 | 12 | -1145/+1 |
| | |||||
* | Generate class WsClient in sonar-ws | Daniel Schwarz | 2017-12-06 | 13 | -140/+1177 |
| | |||||
* | Remove legacy sonar-ws code for qualityprofiles | Daniel Schwarz | 2017-12-06 | 25 | -2397/+2 |
| | |||||
* | Remove deprecated MeasuresService | Simon Brandhof | 2017-12-06 | 17 | -1240/+13 |
| | |||||
* | Remove deprecated ProjectAnalysisService | Simon Brandhof | 2017-12-06 | 16 | -842/+0 |
| | |||||
* | Remove legacy sonar-ws code for permissions | Daniel Schwarz | 2017-12-06 | 24 | -2473/+0 |
| | |||||
* | Remove legacy sonar-ws code for issues | Daniel Schwarz | 2017-12-06 | 14 | -1872/+1 |
| | |||||
* | Remove legacy sonar-ws code for components | Daniel Schwarz | 2017-12-06 | 13 | -1045/+93 |
| | |||||
* | Remove legacy sonar-ws code for organizations | Daniel Schwarz | 2017-12-06 | 10 | -707/+0 |
| | |||||
* | Deprecate old service classes in WsClient, add replacement methods | Daniel Schwarz | 2017-12-06 | 2 | -34/+130 |
| | |||||
* | Deprecate non-generated sonar-ws service classes | Daniel Schwarz | 2017-12-06 | 7 | -0/+28 |
| | |||||
* | SONAR-10074 Add QP actions "delete" and "associateProjects" | Julien Lancelot | 2017-12-04 | 1 | -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 gate | Julien Lancelot | 2017-12-04 | 1 | -1/+3 |
| | |||||
* | SONAR-10087 Use protobuf in api/qualitygates/rename | Julien Lancelot | 2017-12-04 | 1 | -1/+1 |
| | |||||
* | SONAR-10088 Return available actions in api/qualitygates/show | Julien Lancelot | 2017-12-04 | 1 | -0/+1 |
| | |||||
* | SONAR-10088 Return available actions in api/qualitygates/list | Julien Lancelot | 2017-12-04 | 2 | -1/+14 |
| | |||||
* | SONAR-10087 Add built-in field in api/qualitygates/list | Julien Lancelot | 2017-12-04 | 1 | -0/+1 |
| | |||||
* | SONAR-10087 Use protobuf in api/qualitygates/list | Julien Lancelot | 2017-12-04 | 1 | -0/+13 |
| | |||||
* | SONAR-10087 Add built-in field in api/qualitygates/show | Julien Lancelot | 2017-12-04 | 1 | -0/+1 |
| | |||||
* | SONAR-10087 Use protobuf in api/qualitygates/show | Julien Lancelot | 2017-12-04 | 1 | -0/+16 |
| | | | | Also take the opportunity to move business from QualityGates to ShowAction | ||||
* | Regenerate sonar-ws | Daniel Schwarz | 2017-11-29 | 5 | -16/+5 |
| | |||||
* | Exclude generated files of sonar-ws from analysis | Simon Brandhof | 2017-11-29 | 1 | -2/+2 |
| | |||||
* | Fix Quality flaws in MediaTypes | Simon Brandhof | 2017-11-29 | 1 | -2/+2 |
| | |||||
* | Reduce the dependency between sonar-server and sonar-ws | Daniel Schwarz | 2017-11-29 | 10 | -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 protobuf | Daniel Schwarz | 2017-11-29 | 55 | -349/+349 |
| | |||||
* | Remove documentation from generated WS client | Simon Brandhof | 2017-11-29 | 298 | -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-ws | Simon Brandhof | 2017-11-29 | 339 | -4/+31714 |
| | |||||
* | Generate client for api/user_groups | Simon Brandhof | 2017-11-29 | 11 | -826/+2 |
| | |||||
* | Delete unused class org.sonarqube.ws.MessageFormatter | Simon Brandhof | 2017-11-29 | 2 | -75/+0 |
| | |||||
* | Generate client for api/rules | Simon Brandhof | 2017-11-29 | 8 | -811/+2 |
| | |||||
* | Generate client for api/settings | Simon Brandhof | 2017-11-29 | 2 | -2/+2 |
| | |||||
* | Generate client of api/qualitygates and api/roots | Simon Brandhof | 2017-11-29 | 5 | -141/+2 |
| | |||||
* | Add generator of sonar-ws sources | Daniel Schwarz | 2017-11-29 | 12 | -930/+0 |
| |