aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused class sonar-ws/OldUsersWsRequestSimon Brandhof2016-11-141-104/+0
|
* Add missing annotations @Immutable and @Nullable in sonar-wsSimon Brandhof2016-11-1425-39/+93
|
* SONAR-8353 add WS api/webhooks/deliverySimon Brandhof2016-11-142-0/+16
|
* SONAR-8353 add WS api/webhooks/deliveriesSimon Brandhof2016-11-146-0/+195
|
* Update some copyright headers to 2016Simon Brandhof2016-11-1425-101/+21
|
* Fix Quality flaw in sonar-ws/OkHttpClientBuilderSimon Brandhof2016-11-101-1/+7
|
* SONAR-8377 Rename IssueFilterParameters to IssuesWsParametersJulien Lancelot2016-11-102-35/+35
|
* SONAR-8351 share OkHttpClient utilitiesSimon Brandhof2016-11-094-158/+320
| | | | | | | | | | 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-8172 fix support for empty parameter in WsClient's RequestSébastien Lesaint2016-11-081-2/+2
|
* SONAR-8361 WS api/components/search_projects return isFavoriteTeryk Bellahsene2016-11-081-0/+1
|
* SONAR-8120 api/measures/search now accepts only project keysJulien Lancelot2016-11-033-17/+17
|
* SONAR-8120 Remove components list from api/measures/searchJulien Lancelot2016-10-251-7/+0
|
* SONAR-8120 Remove componentIds parameterJulien Lancelot2016-10-253-67/+7
|
* SONAR-8315 Make facets optional in WS api/components/search_projectsJulien Lancelot2016-10-244-0/+43
|
* SONAR-8278 Support organizations in web service api/permissions/search_templatesSimon Brandhof2016-10-211-0/+10
|
* SONAR-8221 Add IT on search projects actionJulien Lancelot2016-10-201-5/+3
|
* SONAR-8232 WS api/components/search_projects return the ncloc facetTeryk Bellahsene2016-10-201-0/+1
|
* SONAR-8287 Refactor project measures index and WS domainTeryk Bellahsene2016-10-181-0/+3
|
* SONAR-8287 Add filter parameter in api/components/search_projectsJulien Lancelot2016-10-185-14/+113
|
* SONAR-8279 organization in WS api/permissions/set_default_templateSimon Brandhof2016-10-161-0/+11
|
* SONAR-8277 organization in WS api/permissions/remove_user_from_templateSimon Brandhof2016-10-161-0/+11
|
* SONAR-8276 organization in WS ↵Simon Brandhof2016-10-161-0/+13
| | | | api/permissions/remove_project_creator_from_template
* SONAR-8268 organization in WS api/permissions/delete_templateSimon Brandhof2016-10-161-0/+11
|
* SONAR-8271 organization in WS api/permissions/add_user_to_templateSimon Brandhof2016-10-161-0/+11
|
* SONAR-8270 organization in WS api/permissions/add_project_creator_to_templateSimon Brandhof2016-10-161-0/+13
|
* SONAR-8272 SONAR-8273 organization in WS to apply permission templatesSimon Brandhof2016-10-162-0/+21
|
* Support organizations in user group web servicesSimon Brandhof2016-10-131-0/+43
|
* Support organizations in permission template web servicesSimon Brandhof2016-10-131-0/+11
|
* Support organizations in permission web servicesSimon Brandhof2016-10-132-0/+12
|
* SONAR-8221 Create WS api/components/search_projects paginate and sortTeryk Bellahsene2016-10-123-0/+145
|
* SONAR-8190 SONAR-8191 SONAR-8206 rename api/root/* to api/roots/*Sébastien Lesaint2016-10-124-13/+13
|
* SONAR-8206 add RootService#search in WS ClientSébastien Lesaint2016-10-122-2/+18
|
* SONAR-8206 add WS api/root/searchSébastien Lesaint2016-10-121-0/+36
|
* SONAR-8154 add IT on root required for api/organizations/createSébastien Lesaint2016-10-122-4/+20
|
* SONAR-8190 add ws-client RootServiceSébastien Lesaint2016-10-125-0/+122
|
* SONAR-8151 test WS organizations authorizations in ITSébastien Lesaint2016-10-121-1/+1
|
* SONAR-8120 WS measures/* fix protobuf parsing for older version of sonar-wsTeryk Bellahsene2016-10-031-7/+7
|
* SONAR-8120 WS measures/search flatten the responseTeryk Bellahsene2016-09-301-7/+15
|
* SONAR-8120 WS measures/search check requestTeryk Bellahsene2016-09-302-2/+10
| | | | | | | | - all metrics exist - all component ids or keys exist - at least one metric provided - at least one component provided etc.
* SONAR-8120 Create WS measures/search to search for measuresTeryk Bellahsene2016-09-303-0/+224
|
* SONAR-8100 remove return of id and id parameter in organizations WSsSébastien Lesaint2016-09-293-21/+6
|
* SONAR-8100 add OrganizationService to access WS organizationsSébastien Lesaint2016-09-267-0/+367
|
* SONAR-8172 add WS /api/organizations/updateSébastien Lesaint2016-09-261-0/+5
|
* SONAR-8096 add WS /api/organizations/searchSébastien Lesaint2016-09-261-8/+13
|
* SONAR-8097 add WS /api/organizations/createSébastien Lesaint2016-09-261-0/+39
|
* SONAR-8117 Extract update of quality gate condition into ↵Julien Lancelot2016-09-226-0/+268
| | | | QualityGateConditionsUpdater
* SONAR-8117 Extract creation of quality gate condition into ↵Julien Lancelot2016-09-226-0/+277
| | | | QualityGateConditionsUpdater
* SONAR-8117 Extract creation of quality gate into QualityGateUpdaterJulien Lancelot2016-09-224-5/+65
|
* SONAR-8116 Return rating metrics in api/qualitygates/appJulien Lancelot2016-09-221-0/+15
|
* Prepare for next development iterationDavid Rautureau2016-09-191-1/+1
|