aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Mockito from 1.10.19 to 2.13.0Simon Brandhof2018-01-141-11/+5
|
* Fix license headers for 2018Simon Brandhof2018-01-0710-10/+10
|
* Remove legacy sonar-ws code for usersDaniel Schwarz2017-12-064-424/+0
|
* Remove legacy sonar-ws code for projectsDaniel Schwarz2017-12-063-314/+0
|
* Remove legacy sonar-ws code for qualityprofilesDaniel Schwarz2017-12-064-529/+0
|
* Remove deprecated MeasuresServiceSimon Brandhof2017-12-063-414/+0
|
* Remove deprecated ProjectAnalysisServiceSimon Brandhof2017-12-065-335/+0
|
* Remove legacy sonar-ws code for permissionsDaniel Schwarz2017-12-061-530/+0
|
* Remove legacy sonar-ws code for issuesDaniel Schwarz2017-12-062-752/+0
|
* Remove legacy sonar-ws code for componentsDaniel Schwarz2017-12-062-281/+0
|
* Remove legacy sonar-ws code for organizationsDaniel Schwarz2017-12-061-113/+0
|
* Apply naming conventions in sonar-ws protobufDaniel Schwarz2017-11-299-43/+43
|
* Generate client for api/user_groupsSimon Brandhof2017-11-291-143/+0
|
* Delete unused class org.sonarqube.ws.MessageFormatterSimon Brandhof2017-11-291-42/+0
|
* Generate client for api/rulesSimon Brandhof2017-11-291-184/+0
|
* Generate client of api/qualitygates and api/rootsSimon Brandhof2017-11-291-65/+0
|
* Add generator of sonar-ws sourcesDaniel Schwarz2017-11-295-398/+0
|
* Initial generation of sonar-ws clientSimon Brandhof2017-11-295-392/+0
|
* Auto-generate sonar-ws for integration testsDaniel Schwarz2017-11-1615-555/+45
|
* Set branches WS as public and fix descriptionJulien Lancelot2017-10-191-1/+2
|
* SONAR-9863 drop internal WS api/server_id and api/licensesSimon Brandhof2017-10-162-112/+0
|
* Fix build error with Maven 3.2.5Simon Brandhof2017-10-031-2/+3
| | | | | For unknown reasons HttpConnectorTest does not fail on Maven 3.3+ whereas a required dependency on commons-codec is missing.
* SONAR-9900 Support UTF-8 login and password in Java WS clientSimon Brandhof2017-10-021-0/+21
|
* SONAR-1330 Search for groups allowed to edit single quality profileJulien Lancelot2017-10-021-0/+27
|
* SONAR-1330 Remove group permission to edit single quality profileJulien Lancelot2017-10-021-0/+19
|
* SONAR-1330 Add group permission to edit single quality profileJulien Lancelot2017-10-021-0/+20
|
* SONAR-1330 Search for user allowed to edit single quality profileJulien Lancelot2017-10-021-0/+32
|
* SONAR-1330 Remove user permission to edit single quality profileJulien Lancelot2017-10-021-0/+19
|
* SONAR-1330 Add user permission to edit single quality profileJulien Lancelot2017-10-021-0/+21
|
* SONAR-9802 allow to change the log level of a clusterDaniel Schwarz2017-09-261-0/+21
|
* SONAR-9865 Sanitize WS api/qualityprofiles/*Teryk Bellahsene2017-09-264-39/+39
| | | | | | | - functional key of a quality profile is: name, language and organization - quality profile name is named 'name' - quality profile key is named 'key' - quality profile key parameter is deprecated when appropriate
* SONAR-9301 Support HTTP redirect on scanner sideDuarte Meneses2017-09-151-0/+26
|
* SONAR-9741 add authentication by System PassCode to HttpConnectorSébastien Lesaint2017-09-131-0/+19
|
* SONAR-9740 support HTTP headers in API Request and sonar-wsSimon Brandhof2017-09-132-1/+48
|
* SONAR-9739 add protobuf response to WS api/system/statusSimon Brandhof2017-09-131-0/+10
|
* SONAR-9739 add integration test for WS api/system/healthSimon Brandhof2017-09-131-1/+12
|
* SONAR-9616 Handle branch in api/settings/list_definitionsJulien Lancelot2017-09-122-2/+14
|
* SONAR-9616 Handle branch in api/settings/valuesJulien Lancelot2017-09-122-2/+16
|
* SONAR-9616 Handle branch in api/settings/resetJulien Lancelot2017-09-122-0/+22
|
* SONAR-9616 Handle branch in api/settings/setJulien Lancelot2017-09-122-0/+15
|
* SONAR-9616 Ability to set the name of the main branchDuarte Meneses2017-09-121-0/+12
|
* SONAR-9616 Ability to manually delete a non-main branchDuarte Meneses2017-09-121-0/+13
|
* SONAR-9616 Fix ce ws on branchesJulien Lancelot2017-09-121-12/+10
|
* Add TreeWsRequest#component to replace baseComponentKeyJulien Lancelot2017-09-121-0/+2
|
* SONAR-9616 Add missing branch parameter in some ws clientJulien Lancelot2017-09-122-4/+9
|
* SONAR-9616 Create api/projectbranches/showJulien Lancelot2017-09-121-0/+16
|
* SONAR-9616 Create service for api/project_branches/list WSJulien Lancelot2017-09-121-0/+54
|
* SONAR-9616 Support branch in api/measures/component_treeJulien Lancelot2017-09-121-0/+2
|
* SONAR-9616 Support branch in api/measures/componentJulien Lancelot2017-09-121-0/+32
|
* SONAR-9682 Clean component parameters in api/measures/component_treeJulien Lancelot2017-09-121-4/+6
| | | | | | - deprecate baseComponentId - rename baseComponentKey to component - deprecate id in response