Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-8892 Return user information in api/organizations/add_member | Julien Lancelot | 2017-04-13 | 1 | -0/+1 | |
| | ||||||
* | Replace SQL by WS in OrganizationMembershipTest IT | Julien Lancelot | 2017-04-13 | 1 | -0/+20 | |
| | ||||||
* | SONAR-9016 Add missing ws UserGroupsService | Julien Lancelot | 2017-04-13 | 1 | -0/+143 | |
| | ||||||
* | SONAR-8962 Return sub views in api/measures/search | Julien Lancelot | 2017-03-23 | 1 | -1/+24 | |
| | ||||||
* | SONAR-8962 Add search in MeasuresService | Julien Lancelot | 2017-03-23 | 1 | -0/+19 | |
| | ||||||
* | SONAR-8968 Add organization parameter in api/users/groups | Julien Lancelot | 2017-03-21 | 2 | -4/+10 | |
| | ||||||
* | SONAR-8968 Use protobuf in api/users/groups | Julien Lancelot | 2017-03-21 | 2 | -0/+107 | |
| | ||||||
* | SONAR-8893 Add missing organizations param in organization search client | Julien Lancelot | 2017-03-21 | 1 | -0/+20 | |
| | ||||||
* | SONAR-8893 Add remove member action in ws client | Julien Lancelot | 2017-03-21 | 1 | -0/+11 | |
| | ||||||
* | SONAR-8892 Add WS api/organizations/add_member to WS client | Teryk Bellahsene | 2017-03-21 | 1 | -0/+47 | |
| | ||||||
* | SONAR-8773 Move WS update_key and bulk_update_key to api/projects | Teryk Bellahsene | 2017-02-22 | 1 | -3/+4 | |
| | ||||||
* | SONAR-8790 Add last analysis date on api/components/search_projects WS | Julien Lancelot | 2017-02-22 | 1 | -0/+3 | |
| | ||||||
* | Merge branch 'branch-6.3' | Sébastien Lesaint | 2017-02-17 | 2 | -0/+83 | |
|\ | ||||||
| * | SONAR-8804 Use api/projects/search in projects admin page | Julien Lancelot | 2017-02-17 | 1 | -0/+60 | |
| | | ||||||
| * | SONAR-8804 Create api/projects/search | Julien Lancelot | 2017-02-17 | 1 | -0/+23 | |
| | | ||||||
* | | SONAR-8224 SONAR-8225 Sort by name and metric | Julien Lancelot | 2017-02-17 | 1 | -4/+30 | |
|/ | ||||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 50 | -127/+117 | |
| | ||||||
* | Add param "organization" to ws-client PermissionsService | Simon Brandhof | 2017-02-07 | 1 | -2/+0 | |
| | ||||||
* | SONAR-8715 Allow provisioning of non-local users | Julien Lancelot | 2017-02-03 | 2 | -1/+39 | |
| | ||||||
* | SONAR-8715 Handle api/users/create response as protobuf | Julien Lancelot | 2017-02-03 | 1 | -3/+6 | |
| | ||||||
* | SONAR-8651 add organization parameter to api/projects/create | Sébastien Lesaint | 2017-02-02 | 1 | -0/+16 | |
| | ||||||
* | SONAR-7299 Replace Ruby WS api/projects/create by java | Julien Lancelot | 2017-01-24 | 1 | -2/+4 | |
| | ||||||
* | SONAR-7305 Create WS api/measures/search_history | Teryk Bellahsene | 2017-01-24 | 2 | -1/+138 | |
| | ||||||
* | SONAR-8467 Add ProjectAnalysisService | Julien Lancelot | 2017-01-18 | 1 | -0/+81 | |
| | ||||||
* | SONAR-8545 Fix encoding of POST request parameters in ws-client | Simon Brandhof | 2017-01-06 | 1 | -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 Lancelot | 2017-01-05 | 4 | -58/+21 | |
| | | | | component | |||||
* | SONAR-8235 Return all defined settings in api/settings/values | Julien Lancelot | 2017-01-05 | 1 | -18/+9 | |
| | ||||||
* | SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WS | Julien Lancelot | 2016-12-30 | 1 | -0/+30 | |
| | ||||||
* | WS api/favorites/search use a SearchRequest | Teryk Bellahsene | 2016-12-21 | 2 | -0/+52 | |
| | ||||||
* | Do not use Apache commons in sonar-ws - fix build | Teryk Bellahsene | 2016-12-21 | 2 | -16/+0 | |
| | ||||||
* | SONAR-8464 SONAR-8466 WS drop description param to create or udpate an event | Teryk Bellahsene | 2016-12-21 | 2 | -19/+23 | |
| | ||||||
* | SONAR-7288 Create WS api/favorites/remove | Teryk Bellahsene | 2016-12-19 | 1 | -0/+10 | |
| | ||||||
* | SONAR-7287 Create WS api/favorites/add | Teryk Bellahsene | 2016-12-19 | 1 | -0/+46 | |
| | ||||||
* | SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WS | Julien Lancelot | 2016-12-15 | 1 | -0/+11 | |
| | ||||||
* | SONAR-7294 Replace Ruby WS api/issues/edit_comment | Julien Lancelot | 2016-12-15 | 1 | -0/+12 | |
| | ||||||
* | SONAR-7292 Sanitize IssuesWsParameters and add some missing actions in ↵ | Julien Lancelot | 2016-12-15 | 1 | -8/+52 | |
| | | | | IssueService | |||||
* | SONAR-7292 Replace Ruby WS api/issues/add_comment | Julien Lancelot | 2016-12-15 | 1 | -0/+15 | |
| | ||||||
* | Fix quality flaws | Teryk Bellahsene | 2016-12-14 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7290 Add changelog action in IssueClient from ws-client | Julien Lancelot | 2016-12-13 | 1 | -0/+53 | |
| | ||||||
* | SONAR-8467 Create WS api/project_analyses/search | Teryk Bellahsene | 2016-12-13 | 1 | -0/+75 | |
| | ||||||
* | SONAR-8466 Create WS api/project_analyses/update_event | Teryk Bellahsene | 2016-12-09 | 1 | -0/+77 | |
| | ||||||
* | SONAR-8522 Support custom SSLSocketFactory and TrustManager | Duarte Meneses | 2016-12-08 | 1 | -0/+13 | |
| | ||||||
* | SONAR-8465 Create WS api/project_analyses/delete_event | Teryk Bellahsene | 2016-12-08 | 1 | -2/+2 | |
| | ||||||
* | SONAR-8464 Create WS api/project_analyses/create_event | Teryk Bellahsene | 2016-12-07 | 2 | -0/+112 | |
| | ||||||
* | Update some copyright headers to 2016 | Simon Brandhof | 2016-11-14 | 1 | -1/+1 | |
| | ||||||
* | SONAR-8351 share OkHttpClient utilities | Simon Brandhof | 2016-11-09 | 2 | -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 keys | Julien Lancelot | 2016-11-03 | 1 | -4/+4 | |
| | ||||||
* | SONAR-8120 Remove componentIds parameter | Julien Lancelot | 2016-10-25 | 1 | -35/+1 | |
| | ||||||
* | SONAR-8315 Make facets optional in WS api/components/search_projects | Julien Lancelot | 2016-10-24 | 2 | -0/+27 | |
| | ||||||
* | SONAR-8287 Add filter parameter in api/components/search_projects | Julien Lancelot | 2016-10-18 | 2 | -0/+64 | |
| |