aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8647 add organization param to api/components/search_projectsSébastien Lesaint2017-01-273-1/+18
|
* SONAR-8675 drop unused param "q" in api/projects/search_my_projectsSimon Brandhof2017-01-251-13/+0
|
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-241-0/+1
|
* SONAR-7299 Replace Ruby WS api/projects/create by javaJulien Lancelot2017-01-244-9/+64
|
* SONAR-8467 Fix ProjectAnalysisService#searchJulien Lancelot2017-01-241-3/+3
|
* SONAR-7305 Create WS api/measures/search_historyTeryk Bellahsene2017-01-246-4/+315
|
* SONAR-8467 Add ProjectAnalysisServiceJulien Lancelot2017-01-183-1/+131
|
* SONAR-8615 add organization to response of api/issues/searchSébastien Lesaint2017-01-171-0/+2
|
* SONAR-8595 fix backward incompatible change in proto of api/componentsSébastien Lesaint2017-01-171-12/+12
|
* SONAR-8614 fix backward incompatible change in proto of api/ceSébastien Lesaint2017-01-171-0/+1
|
* SONAR-7282 implement global search with elasticsearchDaniel Schwarz2017-01-162-0/+11
| | | | | | Change api/component/suggestions. The index is not yet cleaned up if a project's content changes or a project is deleted. Delete previous ruby implementation of the webservice.
* SONAR-8595 add organization to api/components/search_projects responseSébastien Lesaint2017-01-161-11/+12
|
* SONAR-8545 Fix encoding of POST request parameters in ws-clientSimon Brandhof2017-01-062-15/+28
| | | | | | | | | | 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 Use proto3 in api/settingsJulien Lancelot2017-01-051-25/+29
| | | | Using proto3 allows to use oneof in order to enforce the fact that only one of value, values or fieldValues is set
* SONAR-8575 Set api/settings WS as public and keep only one parameter for ↵Julien Lancelot2017-01-0510-150/+55
| | | | component
* SONAR-8235 Return all defined settings in api/settings/valuesJulien Lancelot2017-01-052-21/+9
|
* Remove unecessary import in notification protobuf fileTeryk Bellahsene2017-01-031-2/+0
|
* SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WSJulien Lancelot2016-12-305-1/+234
|
* SONAR-8557 Create WS api/notifications/listTeryk Bellahsene2016-12-294-9/+139
|
* SONAR-8555 SONAR-8556 Create WS api/notifications/add and removeTeryk Bellahsene2016-12-293-0/+145
|
* Fix quality flawsTeryk Bellahsene2016-12-221-1/+1
|
* WS api/favorites/search use a SearchRequestTeryk Bellahsene2016-12-214-6/+111
|
* Do not use Apache commons in sonar-ws - fix buildTeryk Bellahsene2016-12-214-24/+1
|
* SONAR-8464 SONAR-8466 WS drop description param to create or udpate an eventTeryk Bellahsene2016-12-215-46/+29
|
* SONAR-7286 Create WS api/favorites/searchTeryk Bellahsene2016-12-193-0/+57
|
* SONAR-7288 Create WS api/favorites/removeTeryk Bellahsene2016-12-193-1/+19
|
* SONAR-7287 Create WS api/favorites/addTeryk Bellahsene2016-12-196-0/+156
|
* SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-153-2/+21
|
* SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-155-6/+71
|
* SONAR-7292 Sanitize IssuesWsParameters and add some missing actions in ↵Julien Lancelot2016-12-158-140/+443
| | | | IssueService
* SONAR-7292 Replace Ruby WS api/issues/add_commentJulien Lancelot2016-12-153-1/+33
|
* Fix quality flawsTeryk Bellahsene2016-12-142-1/+26
|
* SONAR-8468 Create WS api/project_analyses/deleteTeryk Bellahsene2016-12-141-0/+35
|
* SONAR-7290 Add changelog action in IssueClient from ws-clientJulien Lancelot2016-12-133-1/+64
|
* SONAR-7290 Rewrite api/issues/changelog in JavaJulien Lancelot2016-12-132-0/+23
|
* SONAR-8467 Create WS api/project_analyses/searchTeryk Bellahsene2016-12-135-1/+193
|
* SONAR-8466 Create WS api/project_analyses/update_eventTeryk Bellahsene2016-12-093-0/+136
|
* SONAR-8522 Support custom SSLSocketFactory and TrustManagerDuarte Meneses2016-12-083-2/+62
|
* SONAR-8465 Create WS api/project_analyses/delete_eventTeryk Bellahsene2016-12-085-29/+87
|
* SONAR-8464 Create WS api/project_analyses/create_eventTeryk Bellahsene2016-12-076-0/+331
|
* SONAR-8448 Provide a unique HTML page for every url except statics files and WSJulien Lancelot2016-12-071-3/+3
|
* Prepare for next development iterationDavid Rautureau2016-11-211-1/+1
|
* SONAR-8248 JS files from plugins don't have JS Content-Type headerSimon Brandhof2016-11-171-0/+2
|
* 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
|