aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-9739 add protobuf response to WS api/system/statusSimon Brandhof2017-09-131-0/+10
|
* SONAR-9739 add integration test for WS api/system/healthSimon Brandhof2017-09-131-1/+12
|
* SONAR-9616 Handle branch in api/settings/list_definitionsJulien Lancelot2017-09-122-2/+14
|
* SONAR-9616 Handle branch in api/settings/valuesJulien Lancelot2017-09-122-2/+16
|
* SONAR-9616 Handle branch in api/settings/resetJulien Lancelot2017-09-122-0/+22
|
* SONAR-9616 Handle branch in api/settings/setJulien Lancelot2017-09-122-0/+15
|
* SONAR-9616 Ability to set the name of the main branchDuarte Meneses2017-09-121-0/+12
|
* SONAR-9616 Ability to manually delete a non-main branchDuarte Meneses2017-09-121-0/+13
|
* SONAR-9616 Fix ce ws on branchesJulien Lancelot2017-09-121-12/+10
|
* Add TreeWsRequest#component to replace baseComponentKeyJulien Lancelot2017-09-121-0/+2
|
* SONAR-9616 Add missing branch parameter in some ws clientJulien Lancelot2017-09-122-4/+9
|
* SONAR-9616 Create api/projectbranches/showJulien Lancelot2017-09-121-0/+16
|
* SONAR-9616 Create service for api/project_branches/list WSJulien Lancelot2017-09-121-0/+54
|
* SONAR-9616 Support branch in api/measures/component_treeJulien Lancelot2017-09-121-0/+2
|
* SONAR-9616 Support branch in api/measures/componentJulien Lancelot2017-09-121-0/+32
|
* SONAR-9682 Clean component parameters in api/measures/component_treeJulien Lancelot2017-09-121-4/+6
| | | | | | - deprecate baseComponentId - rename baseComponentKey to component - deprecate id in response
* SONAR-9616 Support branch in api/measures/search_historyJulien Lancelot2017-09-122-2/+6
|
* SONAR-9616 Support branch in api/project_analyses/searchJulien Lancelot2017-09-122-5/+8
|
* SONAR-9181 WS bulk_apply_template accepts the parameters as projects/searchTeryk Bellahsene2017-09-111-1/+13
|
* SONAR-9181 WS bulk_apply_template accepts several qualifiersTeryk Bellahsene2017-09-111-2/+4
|
* SONAR-9181 WS api/projects/bulk_delete accepts the sames parameters as ↵Teryk Bellahsene2017-09-112-5/+18
| | | | api/projects/search
* SONAR-9181 WS api/projects/search search by component keys or uuidsTeryk Bellahsene2017-09-111-0/+21
|
* SONAR-9181 WS api/projects/search filters on provisioned projectsTeryk Bellahsene2017-09-111-0/+2
|
* SONAR-4566 Search old projects in WS api/projects/searchTeryk Bellahsene2017-09-111-0/+2
|
* Improve coverage of UsersWsRequestJulien Lancelot2017-09-051-0/+27
|
* SONAR-9708 Return 'incremental' field on tasks in queueJulien Lancelot2017-08-161-0/+13
|
* improve tests of api/componentsDaniel Schwarz2017-08-161-0/+98
|
* SONAR-9516 add integration tests on permission templates WSSimon Brandhof2017-07-221-14/+40
| | | | including ES resiliency tests
* SONAR-9516 remove deprecated params from client of WS api/projects/deleteSimon Brandhof2017-07-221-11/+3
|
* SONAR-9514 SONAR-9516 SONAR-9517 ES resilience from POST WSEric Hartmann2017-07-221-0/+10
|
* SONAR-9508 Create api/ce/worker_count WSJulien Lancelot2017-07-171-0/+8
|
* SONAR-9476 Add from and to params in api/project_analyses/searchTeryk Bellahsene2017-07-131-0/+4
|
* SONAR-9480 fix support of multiple docs to recover with same idSimon Brandhof2017-07-111-0/+28
|
* SONAR-9483 Add IT on "compare_to_profile" in rules search wsJulien Lancelot2017-07-041-0/+3
|
* SONAR-9482 Add WS client for api/qualityprofiles/showTeryk Bellahsene2017-07-041-2/+19
|
* SONAR-9336 Fix infinite proxy authentication loopJulien HENRY2017-07-031-16/+49
|
* SONAR-9448 Sanitize api/qualityprofiles/deactivate_ruleTeryk Bellahsene2017-06-261-2/+2
|
* SONAR-9448 Sanitize api/qualityprofiles/activate_ruleTeryk Bellahsene2017-06-261-0/+27
|
* Improve integration tests by using new Tester classSimon Brandhof2017-06-231-1/+1
|
* SONAR-9356 Add ITs on onboardningJulien Lancelot2017-06-201-0/+6
|
* SONAR-9304 add integration testsSimon Brandhof2017-06-141-0/+13
|
* SONAR-9303 IT to test built-in profile cannot be modifiedTeryk Bellahsene2017-06-141-1/+39
|
* SONAR-9245 facet new_reliability_rating in search_projects WSDaniel Schwarz2017-06-091-2/+3
|
* Revert "SONAR-9301 Support HTTP redirect on scanner side"Julien HENRY2017-06-011-26/+0
| | | | This reverts commit ae7c09e3fb13a881cebb88a84aae7f983e90e8a1.
* SONAR-9301 Support HTTP redirect on scanner sideDuarte Meneses2017-05-241-0/+26
|
* SONAR-8865 remove old documents from rules/extension index when updatingDaniel Schwarz2017-05-031-1/+15
|
* SONAR-9125 Allow preventing organizations to use private projects in ↵Julien Lancelot2017-04-281-0/+14
| | | | api/organizations/update_project_visibility
* Add visibility parameter in ProjectsService#create()Julien Lancelot2017-04-281-0/+43
|
* SONAR-9155 Fix HTTPS proxy authenticationJulien HENRY2017-04-242-5/+12
|
* SONAR-9128 Use protobuf in api/users/searchJulien Lancelot2017-04-211-0/+20
|