aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 6.7-SNAPSHOTSimon Brandhof2017-10-091-1/+1
|
* SONAR-9352 add "ignoredConditions" to response example of ↵Daniel Schwarz2017-10-071-0/+1
| | | | api/qualitygates/project_status
* SONAR-9498 show correct n. of "more" items in quality profile changelogDaniel Schwarz2017-10-042-4/+149
|
* Fix build error with Maven 3.2.5Simon Brandhof2017-10-031-2/+3
| | | | | For unknown reasons HttpConnectorTest does not fail on Maven 3.3+ whereas a required dependency on commons-codec is missing.
* SONAR-9756 add analysis date to response of api/project_branches/listDaniel Schwarz2017-10-031-0/+1
|
* SONAR-9900 Support UTF-8 login and password in Java WS clientSimon Brandhof2017-10-023-2/+25
|
* SONAR-1330 Return available actions in api/qualityprofiles/searchJulien Lancelot2017-10-021-3/+6
|
* SONAR-1330 Search for groups allowed to edit single quality profileJulien Lancelot2017-10-024-0/+181
|
* SONAR-1330 Remove group permission to edit single quality profileJulien Lancelot2017-10-023-0/+121
|
* SONAR-1330 Add group permission to edit single quality profileJulien Lancelot2017-10-023-0/+123
|
* SONAR-1330 Search for user allowed to edit single quality profileJulien Lancelot2017-10-024-0/+192
|
* SONAR-1330 Remove user permission to edit single quality profileJulien Lancelot2017-10-023-0/+121
|
* SONAR-1330 Add user permission to edit single quality profileJulien Lancelot2017-10-023-0/+125
|
* SONAR-1330 Create stub ws to allow edition of qprofile to users/groupsJulien Lancelot2017-10-022-3/+21
|
* Fix incorrect id typeEric Hartmann2017-10-021-1/+1
|
* Add field "errorType" to tasks returned in api/ce/*Simon Brandhof2017-09-281-0/+1
|
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-271-3/+2
|
* SONAR-9802 allow to change the log level of a clusterDaniel Schwarz2017-09-262-0/+30
|
* SONAR-9865 Sanitize WS api/qualityprofiles/*Teryk Bellahsene2017-09-2614-135/+135
| | | | | | | - 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-153-21/+100
|
* SONAR-9741 add authentication by System PassCode to HttpConnectorSébastien Lesaint2017-09-132-0/+30
|
* SONAR-9741 fix types of fields in response of WSSébastien Lesaint2017-09-131-2/+2
|
* SONAR-9741 return nodes in response of api/system/healthSébastien Lesaint2017-09-131-0/+20
|
* SONAR-9740 support HTTP headers in API Request and sonar-wsSimon Brandhof2017-09-137-8/+140
|
* SONAR-9739 add protobuf response to WS api/system/statusSimon Brandhof2017-09-133-0/+30
|
* SONAR-9739 add integration test for WS api/system/healthSimon Brandhof2017-09-132-1/+18
|
* SONAR-9739 add WS api/system/healthSébastien Lesaint2017-09-131-0/+41
|
* SONAR-7745 Return version in api/components/showJulien Lancelot2017-09-121-0/+1
|
* SONAR-9616 Use single ES query in api/project_branches/listJulien Lancelot2017-09-121-3/+3
|
* SONAR-9616 Handle branch in api/settings/list_definitionsJulien Lancelot2017-09-124-3/+29
|
* SONAR-9616 Handle branch in api/settings/valuesJulien Lancelot2017-09-124-17/+43
|
* SONAR-9616 Handle branch in api/settings/resetJulien Lancelot2017-09-124-1/+38
|
* SONAR-9616 Handle branch in api/settings/setJulien Lancelot2017-09-125-1/+33
|
* SONAR-9616 Handle branch in api/tests/covered_fileJulien Lancelot2017-09-121-0/+1
|
* SONAR-9616 Return branch in api/tests/listJulien Lancelot2017-09-121-0/+1
|
* SONAR-9616 Handle branch in api/duplications/showJulien Lancelot2017-09-121-0/+1
|
* SONAR-9616 Ability to set the name of the main branchDuarte Meneses2017-09-123-0/+21
|
* SONAR-9616 api/projectbranches returns isOrphan on unknown merge branchJulien Lancelot2017-09-121-0/+1
|
* SONAR-9616 Ability to manually delete a non-main branchDuarte Meneses2017-09-123-0/+23
|
* SONAR-9616 Return branch in issues searchJulien Lancelot2017-09-121-1/+3
|
* SONAR-9616 Fix ce ws on branchesJulien Lancelot2017-09-124-21/+18
|
* Add TreeWsRequest#component to replace baseComponentKeyJulien Lancelot2017-09-123-1/+31
|
* SONAR-9616 Add missing branch parameter in some ws clientJulien Lancelot2017-09-125-6/+16
|
* SONAR-9616 Return branch info in api/ce wsJulien Lancelot2017-09-122-0/+3
|
* SONAR-9616 Move BranchType to CommonJulien Lancelot2017-09-122-9/+13
|
* SONAR-9616 Do not return project in api/projectbranches wsJulien Lancelot2017-09-121-5/+4
|
* Fix issue tracking for short living branchesDuarte Meneses2017-09-121-1/+3
|
* SONAR-9616 Create api/projectbranches/showJulien Lancelot2017-09-124-0/+34
|
* SONAR-9616 Add bugs, vulnerabilities and code smells in branches listJulien Lancelot2017-09-121-3/+3
|
* SONAR-9616 Add UT on main branch in api/projectbranches/listJulien Lancelot2017-09-121-7/+17
|