aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-8892 Return user information in api/organizations/add_memberJulien Lancelot2017-04-131-0/+1
|
* Replace SQL by WS in OrganizationMembershipTest ITJulien Lancelot2017-04-131-0/+20
|
* SONAR-9016 Add missing ws UserGroupsServiceJulien Lancelot2017-04-131-0/+143
|
* SONAR-8962 Return sub views in api/measures/searchJulien Lancelot2017-03-231-1/+24
|
* SONAR-8962 Add search in MeasuresServiceJulien Lancelot2017-03-231-0/+19
|
* SONAR-8968 Add organization parameter in api/users/groupsJulien Lancelot2017-03-212-4/+10
|
* SONAR-8968 Use protobuf in api/users/groupsJulien Lancelot2017-03-212-0/+107
|
* SONAR-8893 Add missing organizations param in organization search clientJulien Lancelot2017-03-211-0/+20
|
* SONAR-8893 Add remove member action in ws clientJulien Lancelot2017-03-211-0/+11
|
* SONAR-8892 Add WS api/organizations/add_member to WS clientTeryk Bellahsene2017-03-211-0/+47
|
* SONAR-8773 Move WS update_key and bulk_update_key to api/projectsTeryk Bellahsene2017-02-221-3/+4
|
* SONAR-8790 Add last analysis date on api/components/search_projects WSJulien Lancelot2017-02-221-0/+3
|
* Merge branch 'branch-6.3'Sébastien Lesaint2017-02-172-0/+83
|\
| * SONAR-8804 Use api/projects/search in projects admin pageJulien Lancelot2017-02-171-0/+60
| |
| * SONAR-8804 Create api/projects/searchJulien Lancelot2017-02-171-0/+23
| |
* | SONAR-8224 SONAR-8225 Sort by name and metricJulien Lancelot2017-02-171-4/+30
|/
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1050-127/+117
|
* Add param "organization" to ws-client PermissionsServiceSimon Brandhof2017-02-071-2/+0
|
* SONAR-8715 Allow provisioning of non-local usersJulien Lancelot2017-02-032-1/+39
|
* SONAR-8715 Handle api/users/create response as protobufJulien Lancelot2017-02-031-3/+6
|
* SONAR-8651 add organization parameter to api/projects/createSébastien Lesaint2017-02-021-0/+16
|
* SONAR-7299 Replace Ruby WS api/projects/create by javaJulien Lancelot2017-01-241-2/+4
|
* SONAR-7305 Create WS api/measures/search_historyTeryk Bellahsene2017-01-242-1/+138
|
* SONAR-8467 Add ProjectAnalysisServiceJulien Lancelot2017-01-181-0/+81
|
* SONAR-8545 Fix encoding of POST request parameters in ws-clientSimon Brandhof2017-01-061-1/+2
| | | | | | | | | | Upgrade to Tomcat 8.5.9 breaks the POST requests sent by ws-client when a query parameter contains invalid characters like {, } or ". This is the case of api/settings/set on property sets (see param field_values which is a json object). See https://github.com/apache/tomcat80/commit/779d5d34e68e50d2f721897050b147106992f566
* SONAR-8575 Set api/settings WS as public and keep only one parameter for ↵Julien Lancelot2017-01-054-58/+21
| | | | component
* SONAR-8235 Return all defined settings in api/settings/valuesJulien Lancelot2017-01-051-18/+9
|
* SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WSJulien Lancelot2016-12-301-0/+30
|
* WS api/favorites/search use a SearchRequestTeryk Bellahsene2016-12-212-0/+52
|
* Do not use Apache commons in sonar-ws - fix buildTeryk Bellahsene2016-12-212-16/+0
|
* SONAR-8464 SONAR-8466 WS drop description param to create or udpate an eventTeryk Bellahsene2016-12-212-19/+23
|
* SONAR-7288 Create WS api/favorites/removeTeryk Bellahsene2016-12-191-0/+10
|
* SONAR-7287 Create WS api/favorites/addTeryk Bellahsene2016-12-191-0/+46
|
* SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-151-0/+11
|
* SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-151-0/+12
|
* SONAR-7292 Sanitize IssuesWsParameters and add some missing actions in ↵Julien Lancelot2016-12-151-8/+52
| | | | IssueService
* SONAR-7292 Replace Ruby WS api/issues/add_commentJulien Lancelot2016-12-151-0/+15
|
* Fix quality flawsTeryk Bellahsene2016-12-141-1/+1
|
* SONAR-7290 Add changelog action in IssueClient from ws-clientJulien Lancelot2016-12-131-0/+53
|
* SONAR-8467 Create WS api/project_analyses/searchTeryk Bellahsene2016-12-131-0/+75
|
* SONAR-8466 Create WS api/project_analyses/update_eventTeryk Bellahsene2016-12-091-0/+77
|
* SONAR-8522 Support custom SSLSocketFactory and TrustManagerDuarte Meneses2016-12-081-0/+13
|
* SONAR-8465 Create WS api/project_analyses/delete_eventTeryk Bellahsene2016-12-081-2/+2
|
* SONAR-8464 Create WS api/project_analyses/create_eventTeryk Bellahsene2016-12-072-0/+112
|
* Update some copyright headers to 2016Simon Brandhof2016-11-141-1/+1
|
* SONAR-8351 share OkHttpClient utilitiesSimon Brandhof2016-11-092-4/+63
| | | | | | | | | | sonar-ws correctly configures OkHttpClient for the support of HTTPS, proxy (incl. authentication), timeouts and user agent. This code should be reused by web server and compute engine, for example when sending webhook payloads. The new class OkHttpClientProvider allows web server/CE to instantiate and configure a single instance of OkHttpClient.
* SONAR-8120 api/measures/search now accepts only project keysJulien Lancelot2016-11-031-4/+4
|
* SONAR-8120 Remove componentIds parameterJulien Lancelot2016-10-251-35/+1
|
* SONAR-8315 Make facets optional in WS api/components/search_projectsJulien Lancelot2016-10-242-0/+27
|
* SONAR-8287 Add filter parameter in api/components/search_projectsJulien Lancelot2016-10-182-0/+64
|