aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7138 WS api/ce/activity filter background tasks by task uuidTeryk Bellahsene2016-02-172-7/+6
* SONAR-7319 WS api/ce/task_types list CE task typesTeryk Bellahsene2016-02-151-0/+5
* SONAR-7187 WS api/ce/activity handles queue and past CE tasksTeryk Bellahsene2016-02-156-1/+256
* SONAR-7040 Add context when failing to write a web service responseTeryk Bellahsene2016-02-051-0/+34
* SONAR-7152 WS api/qualitygates/project_status search by project id or keyTeryk Bellahsene2016-02-023-5/+69
* SONAR-7134 WS api/measures/componentTeryk Bellahsene2016-01-203-7/+102
* SONAR-7210 SONAR-7209 WS user_tokens/* add ITTeryk Bellahsene2016-01-191-0/+18
* SONAR-7210 WS user_tokens/search a user can search its own token5.4-M8Teryk Bellahsene2016-01-181-1/+5
* SONAR-7209 WS user_tokens/revoke a user can delete its own tokensTeryk Bellahsene2016-01-181-1/+5
* SONAR-7208 WS user_tokens/generate a user can generate its own tokensTeryk Bellahsene2016-01-181-1/+5
* SONAR-7168 add system().restart() to WsClientSébastien Lesaint2016-01-184-0/+69
* Fix quality flawsTeryk Bellahsene2016-01-141-2/+0
* Fix quality flawsJulien Lancelot2016-01-141-0/+44
* Fix project title in copyright headersSimon Brandhof2016-01-1363-68/+63
* SONAR-7135 WS api/measures/component_tree navigate through components and dis...Teryk Bellahsene2016-01-139-35/+334
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0559-266/+281
* SONAR-7131 WS components/show show one component and its ancestorsTeryk Bellahsene2016-01-053-1/+85
* Fix quality flawsSimon Brandhof2016-01-041-1/+0
* SONAR-7127 Add language parameter to WS api/components/searchTeryk Bellahsene2015-12-212-0/+12
* SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-212-0/+163
* SONAR-7126 Scanner on Java 7 must support TLS 1.2 when connecting to SonarQub...Simon Brandhof2015-12-162-2/+136
* SONAR-6900 New WS api/qualitygates/project_status quality gate details of an ...Teryk Bellahsene2015-12-085-0/+110
* SONAR-6947 add missing coverage on PermissionsServiceTestSébastien Lesaint2015-12-071-1/+1
* ws-client should not throw HttpException by defaultSimon Brandhof2015-12-0212-184/+84
* SONAR-7054 use ws-client in batchSimon Brandhof2015-11-3026-577/+1039
* SONAR-6892 WS permissions/search_project_permissions filter by qualifierTeryk Bellahsene2015-11-302-0/+12
* Replace checkNotNull by requireNonNull in sonar-wsTeryk Bellahsene2015-11-271-3/+3
* SONAR-7048 WS user_tokens/search list access tokens of a userTeryk Bellahsene2015-11-263-0/+46
* SONAR-7042 WS user_tokens/revoke revoke an access tokenTeryk Bellahsene2015-11-263-1/+54
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-235-0/+160
* Fix quality flawsTeryk Bellahsene2015-11-181-3/+2
* SONAR-6947 api/issues/search use issue.SearchWsRequestTeryk Bellahsene2015-11-185-0/+700
* SONAR-6947 Add tests and bug fixesTeryk Bellahsene2015-11-173-6/+21
* SONAR-6947 Add package-info for quality profilesTeryk Bellahsene2015-11-171-0/+25
* SONAR-6947 api/components/search use SearchWsRequestTeryk Bellahsene2015-11-175-6/+157
* SONAR-6947 api/qualityprofiles/search use SearchWsRequestTeryk Bellahsene2015-11-172-0/+114
* SONAR-6947 api/permissions/users use UsersWsRequestTeryk Bellahsene2015-11-172-1/+120
* SONAR-6947 api/permissions/update_template use UpdateTemplateWsRequestTeryk Bellahsene2015-11-172-0/+84
* SONAR-6947 api/permissions/set_default_template use SetDefaultTemplateWsRequestTeryk Bellahsene2015-11-172-0/+69
* SONAR-6947 api/permissions/search_templates use SearchTemplatesWsRequestTeryk Bellahsene2015-11-172-0/+46
* SONAR-6947 Fix paging in GroupsWsRequest and SearchProjectPermissionsWsRequestTeryk Bellahsene2015-11-172-8/+12
* SONAR-6947 Add package-info.java well formattedTeryk Bellahsene2015-11-172-4/+12
* SONAR-6947 api/permissions/search_project_permissions use SearchProjectPermis...Teryk Bellahsene2015-11-172-0/+92
* SONAR-6947 add api/permissions/search_global_permissions to PermissionsWsClientTeryk Bellahsene2015-11-171-0/+7
* SONAR-6947 api/permissions/remove_user_from_template use RemoveUserFromTempla...Teryk Bellahsene2015-11-173-3/+81
* SONAR-6947 api/permissions/remove_user use RemoveUserWsRequestTeryk Bellahsene2015-11-172-0/+80
* SONAR-6947 api/permissions/remove_group_from_template use RemoveGroupFromTemp...Teryk Bellahsene2015-11-172-0/+92
* SONAR-6947 api/permissions/remove_group use RemoveGroupWsRequestTeryk Bellahsene2015-11-172-0/+90
* SONAR-6947 api/permissions/delete_template use DeleteTemplateWsRequestTeryk Bellahsene2015-11-172-0/+55
* SONAR-6947 Create and use CreateTemplateWsRequestTeryk Bellahsene2015-11-174-1/+97