aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersJulien Lancelot2018-11-19190-201/+190
|
* Set branches WS as public and fix descriptionJulien Lancelot2017-10-192-4/+6
|
* SONAR-9863 drop internal WS api/server_id and api/licensesSimon Brandhof2017-10-165-194/+0
|
* SONAR-9498 show correct n. of "more" items in quality profile changelogDaniel Schwarz2017-10-042-4/+149
|
* SONAR-9900 Support UTF-8 login and password in Java WS clientSimon Brandhof2017-10-022-2/+4
|
* SONAR-1330 Search for groups allowed to edit single quality profileJulien Lancelot2017-10-022-0/+142
|
* SONAR-1330 Remove group permission to edit single quality profileJulien Lancelot2017-10-022-0/+102
|
* SONAR-1330 Add group permission to edit single quality profileJulien Lancelot2017-10-022-0/+103
|
* SONAR-1330 Search for user allowed to edit single quality profileJulien Lancelot2017-10-022-0/+146
|
* SONAR-1330 Remove user permission to edit single quality profileJulien Lancelot2017-10-022-0/+102
|
* SONAR-1330 Add user permission to edit single quality profileJulien Lancelot2017-10-022-0/+104
|
* SONAR-1330 Create stub ws to allow edition of qprofile to users/groupsJulien Lancelot2017-10-021-3/+11
|
* Fix incorrect id typeEric Hartmann2017-10-021-1/+1
|
* SONAR-9802 allow to change the log level of a clusterDaniel Schwarz2017-09-261-0/+9
|
* SONAR-9865 Sanitize WS api/qualityprofiles/*Teryk Bellahsene2017-09-2610-96/+96
| | | | | | | - functional key of a quality profile is: name, language and organization - quality profile name is named 'name' - quality profile key is named 'key' - quality profile key parameter is deprecated when appropriate
* SONAR-9301 Support HTTP redirect on scanner sideDuarte Meneses2017-09-152-21/+74
|
* SONAR-9741 add authentication by System PassCode to HttpConnectorSébastien Lesaint2017-09-131-0/+11
|
* SONAR-9740 support HTTP headers in API Request and sonar-wsSimon Brandhof2017-09-135-7/+92
|
* SONAR-9739 add protobuf response to WS api/system/statusSimon Brandhof2017-09-131-0/+4
|
* SONAR-9739 add integration test for WS api/system/healthSimon Brandhof2017-09-131-0/+6
|
* SONAR-9616 Handle branch in api/settings/list_definitionsJulien Lancelot2017-09-122-1/+15
|
* SONAR-9616 Handle branch in api/settings/valuesJulien Lancelot2017-09-122-15/+27
|
* SONAR-9616 Handle branch in api/settings/resetJulien Lancelot2017-09-122-1/+16
|
* SONAR-9616 Handle branch in api/settings/setJulien Lancelot2017-09-123-1/+18
|
* SONAR-9616 Ability to set the name of the main branchDuarte Meneses2017-09-122-0/+9
|
* SONAR-9616 Ability to manually delete a non-main branchDuarte Meneses2017-09-122-0/+10
|
* SONAR-9616 Fix ce ws on branchesJulien Lancelot2017-09-122-8/+7
|
* Add TreeWsRequest#component to replace baseComponentKeyJulien Lancelot2017-09-122-1/+29
|
* SONAR-9616 Add missing branch parameter in some ws clientJulien Lancelot2017-09-123-2/+7
|
* SONAR-9616 Return branch info in api/ce wsJulien Lancelot2017-09-121-0/+1
|
* Fix issue tracking for short living branchesDuarte Meneses2017-09-121-1/+3
|
* SONAR-9616 Create api/projectbranches/showJulien Lancelot2017-09-122-0/+13
|
* SONAR-9616 Support branch in api/issues/searchJulien Lancelot2017-09-122-0/+12
|
* SONAR-9616 Create service for api/project_branches/list WSJulien Lancelot2017-09-125-0/+115
|
* SONAR-9616 Support branch in api/components/treeJulien Lancelot2017-09-121-12/+22
|
* SONAR-9616 Support branch in api/components/showJulien Lancelot2017-09-122-2/+12
|
* SONAR-9616 Support branch in api/measures/component_treeJulien Lancelot2017-09-122-0/+12
|
* SONAR-9616 Support branch in api/measures/componentJulien Lancelot2017-09-122-0/+12
|
* SONAR-9682 Clean component parameters in api/measures/component_treeJulien Lancelot2017-09-123-8/+37
| | | | | | - deprecate baseComponentId - rename baseComponentKey to component - deprecate id in response
* SONAR-9676 Clean component parameters in api/measures/componentJulien Lancelot2017-09-123-6/+34
| | | | | | - deprecate componentId - rename componentKey to component - deprecate id in response
* SONAR-9616 Support branch in api/measures/search_historyJulien Lancelot2017-09-123-2/+19
|
* SONAR-9616 Support branch in api/project_analyses/searchJulien Lancelot2017-09-123-0/+16
|
* Fix Quality flawsSimon Brandhof2017-09-121-0/+2
|
* SONAR-9181 Drop BulkDeleteRequestTeryk Bellahsene2017-09-111-73/+0
|
* SONAR-9181 WS bulk_apply_template accepts the parameters as projects/searchTeryk Bellahsene2017-09-112-4/+52
|
* SONAR-9181 WS bulk_apply_template accepts several qualifiersTeryk Bellahsene2017-09-113-8/+12
|
* SONAR-9181 WS api/projects/bulk_delete accepts the sames parameters as ↵Teryk Bellahsene2017-09-113-11/+14
| | | | api/projects/search
* SONAR-9181 WS api/projects/search search by component keys or uuidsTeryk Bellahsene2017-09-113-1/+35
|
* SONAR-9181 WS api/projects/search filters on provisioned projectsTeryk Bellahsene2017-09-113-2/+16
|
* SONAR-4566 Search old projects in WS api/projects/searchTeryk Bellahsene2017-09-113-2/+18
|