aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9181 Drop BulkDeleteRequestTeryk Bellahsene2017-09-111-73/+0
|
* SONAR-9181 WS bulk_apply_template accepts the parameters as projects/searchTeryk Bellahsene2017-09-113-5/+65
|
* SONAR-9181 WS bulk_apply_template accepts several qualifiersTeryk Bellahsene2017-09-114-10/+16
|
* SONAR-9181 WS api/projects/bulk_delete accepts the sames parameters as ↵Teryk Bellahsene2017-09-115-16/+32
| | | | api/projects/search
* SONAR-9181 WS api/projects/search search by component keys or uuidsTeryk Bellahsene2017-09-114-1/+56
|
* SONAR-9181 WS api/projects/search filters on provisioned projectsTeryk Bellahsene2017-09-114-2/+18
|
* SONAR-4566 Search old projects in WS api/projects/searchTeryk Bellahsene2017-09-115-2/+21
|
* SONAR-9715 use realistic JSW timoutsSimon Brandhof2017-09-051-0/+1
|
* Improve coverage of UsersWsRequestJulien Lancelot2017-09-051-0/+27
|
* SONAR-9708 Return 'incremental' field on tasks in queueJulien Lancelot2017-08-162-0/+21
|
* improve tests of api/componentsDaniel Schwarz2017-08-162-1/+99
|
* SONAR-9704 verify that the compute engine is resilientDaniel Schwarz2017-08-142-0/+106
|
* SONAR-9708 Return incremental field in api/ce/componentJulien Lancelot2017-08-111-1/+1
|
* SONAR-9708 Return incremental field in api/ce/activityJulien Lancelot2017-08-111-1/+2
|
* SONAR-9584 Add root project key to response of api/components/searchJulien HENRY2017-07-271-0/+2
|
* Revert "SONAR-9584 Add root project key to response of api/components/search"Julien HENRY2017-07-261-2/+0
| | | | This reverts commit f4c2e0eb9afe66f5e71e9f1447f059dd15b143ff.
* SONAR-9584 Add root project key to response of api/components/searchJulien HENRY2017-07-261-0/+2
|
* SONAR-9516 add integration tests on permission templates WSSimon Brandhof2017-07-227-24/+95
| | | | including ES resiliency tests
* SONAR-9516 remove deprecated params from client of WS api/projects/deleteSimon Brandhof2017-07-223-25/+4
|
* SONAR-9514 SONAR-9516 SONAR-9517 ES resilience from POST WSEric Hartmann2017-07-224-1/+92
|
* SONAR-9508 Create api/ce/worker_count WSJulien Lancelot2017-07-174-0/+23
|
* Prepare for next development iterationSimon Brandhof2017-07-131-1/+1
|
* SONAR-9476 Add from and to params in api/project_analyses/searchTeryk Bellahsene2017-07-133-0/+32
|
* SONAR-9480 fix support of multiple docs to recover with same idSimon Brandhof2017-07-113-0/+173
|
* Prepare for next development iterationSimon Brandhof2017-07-051-1/+1
|
* Release 6.5-M26.5-M2Simon Brandhof2017-07-051-1/+1
|
* SONAR-9483 Add IT on "compare_to_profile" in rules search wsJulien Lancelot2017-07-044-1/+17
|
* SONAR-9483 Add "compareToProfile" in rules search wsJulien Lancelot2017-07-041-0/+1
|
* SONAR-9482 Add WS client for api/qualityprofiles/showTeryk Bellahsene2017-07-045-3/+82
|
* SONAR-9482 Show ws returns profile related info onlyJulien Lancelot2017-07-041-11/+9
|
* SONAR-9482 Create api/qualityprofile/show WS returning stubJulien Lancelot2017-07-042-0/+32
|
* SONAR-9336 Fix infinite proxy authentication loopJulien HENRY2017-07-032-17/+55
|
* SONAR-9448 Sanitize api/qualityprofiles/renameTeryk Bellahsene2017-06-261-3/+4
|
* SONAR-9448 Sanitize api/qualityprofiles/changelogTeryk Bellahsene2017-06-261-0/+2
|
* SONAR-9448 Sanitize api/qualityprofiles/change_parentTeryk Bellahsene2017-06-262-4/+4
|
* SONAR-9448 Sanitize api/qualityprofiles/add_projectTeryk Bellahsene2017-06-261-0/+1
|
* SONAR-9448 Sanitize api/qualityprofiles/deactivate_rulesTeryk Bellahsene2017-06-261-5/+2
|
* SONAR-9448 Sanitize api/qualityprofiles/activate_rulesTeryk Bellahsene2017-06-261-2/+5
|
* SONAR-9448 Sanitize api/qualityprofiles/deactivate_ruleTeryk Bellahsene2017-06-263-7/+4
|
* SONAR-9448 Sanitize api/qualityprofiles/activate_ruleTeryk Bellahsene2017-06-263-22/+57
|
* Improve integration tests by using new Tester classSimon Brandhof2017-06-239-45/+32
|
* SONAR-9441 WS api/duplications/show fails properly when no parameter providedTeryk Bellahsene2017-06-201-0/+54
|
* Add missing UserGroupsService in WsClientJulien Lancelot2017-06-203-1/+12
|
* SONAR-9356 Add ITs on onboardningJulien Lancelot2017-06-203-0/+13
|
* SONAR-9356 skipOnboardingTutorial updates user flagJulien Lancelot2017-06-201-1/+1
|
* SONAR-9356 add "showOnboardingTutorial" in api/user/currentJulien Lancelot2017-06-201-0/+1
|
* SONAR-9356 Refactor api/user/current to use protobufJulien Lancelot2017-06-201-0/+18
|
* SONAR-9356 new webservice stub for api/users/skipOnboardingTutorialDaniel Schwarz2017-06-202-0/+6
|
* SONAR-9304 add integration testsSimon Brandhof2017-06-144-0/+141
|
* SONAR-9303 IT to test built-in profile cannot be modifiedTeryk Bellahsene2017-06-148-2/+192
|