aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Add param "organization" to ws-client PermissionsServiceSimon Brandhof2017-02-072-1/+14
* SONAR-8608 fix name of constant PARAM_ORGANIZATION_KEYSébastien Lesaint2017-02-071-1/+1
* SONAR-8715 Allow provisioning of non-local usersJulien Lancelot2017-02-033-3/+20
* SONAR-8715 Handle api/users/create response as protobufJulien Lancelot2017-02-033-5/+18
* SONAR-8651 add organization parameter to api/projects/createSébastien Lesaint2017-02-022-0/+14
* fix OrganizationItSébastien Lesaint2017-01-311-0/+1
* SONAR-8648 add organization parameter to api/components/searchSébastien Lesaint2017-01-301-0/+10
* 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-242-7/+49
* SONAR-8467 Fix ProjectAnalysisService#searchJulien Lancelot2017-01-241-3/+3
* SONAR-7305 Create WS api/measures/search_historyTeryk Bellahsene2017-01-243-3/+161
* SONAR-8467 Add ProjectAnalysisServiceJulien Lancelot2017-01-182-1/+50
* SONAR-7282 implement global search with elasticsearchDaniel Schwarz2017-01-161-0/+1
* SONAR-8545 Fix encoding of POST request parameters in ws-clientSimon Brandhof2017-01-061-14/+26
* SONAR-8575 Set api/settings WS as public and keep only one parameter for comp...Julien Lancelot2017-01-056-92/+34
* SONAR-8235 Return all defined settings in api/settings/valuesJulien Lancelot2017-01-051-3/+0
* SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WSJulien Lancelot2016-12-303-1/+195
* SONAR-8557 Create WS api/notifications/listTeryk Bellahsene2016-12-293-9/+97
* 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-212-6/+59
* Do not use Apache commons in sonar-ws - fix buildTeryk Bellahsene2016-12-212-8/+1
* SONAR-8464 SONAR-8466 WS drop description param to create or udpate an eventTeryk Bellahsene2016-12-213-27/+6
* SONAR-7286 Create WS api/favorites/searchTeryk Bellahsene2016-12-192-0/+18
* SONAR-7288 Create WS api/favorites/removeTeryk Bellahsene2016-12-192-1/+9
* SONAR-7287 Create WS api/favorites/addTeryk Bellahsene2016-12-195-0/+110
* SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-152-2/+10
* SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-154-6/+59
* SONAR-7292 Sanitize IssuesWsParameters and add some missing actions in IssueS...Julien Lancelot2016-12-157-132/+391
* SONAR-7292 Replace Ruby WS api/issues/add_commentJulien Lancelot2016-12-152-1/+18
* Fix quality flawsTeryk Bellahsene2016-12-141-0/+25
* 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-132-1/+11
* SONAR-7290 Rewrite api/issues/changelog in JavaJulien Lancelot2016-12-131-0/+2
* SONAR-8467 Create WS api/project_analyses/searchTeryk Bellahsene2016-12-133-1/+104
* SONAR-8466 Create WS api/project_analyses/update_eventTeryk Bellahsene2016-12-091-0/+54
* SONAR-8522 Support custom SSLSocketFactory and TrustManagerDuarte Meneses2016-12-082-2/+49
* SONAR-8465 Create WS api/project_analyses/delete_eventTeryk Bellahsene2016-12-084-27/+85
* SONAR-8464 Create WS api/project_analyses/create_eventTeryk Bellahsene2016-12-073-0/+181
* SONAR-8448 Provide a unique HTML page for every url except statics files and WSJulien Lancelot2016-12-071-3/+3
* 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-141-0/+9
* SONAR-8353 add WS api/webhooks/deliveriesSimon Brandhof2016-11-145-0/+153
* Update some copyright headers to 2016Simon Brandhof2016-11-144-80/+0
* Fix Quality flaw in sonar-ws/OkHttpClientBuilderSimon Brandhof2016-11-101-1/+7
* SONAR-8377 Rename IssueFilterParameters to IssuesWsParametersJulien Lancelot2016-11-102-35/+35