summaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
...
* Add tests to Tls12Java7SocketFactoryTestSimon Brandhof2016-01-121-4/+26
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0569-306/+321
|
* SONAR-7131 WS components/show show one component and its ancestorsTeryk Bellahsene2016-01-054-1/+92
|
* Fix quality flawsSimon Brandhof2016-01-041-1/+0
|
* SONAR-7127 Add language parameter to WS api/components/searchTeryk Bellahsene2015-12-213-0/+13
|
* SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-213-7/+180
|
* Automatic merge from branch-5.3Jenkins CI2015-12-181-2/+1
|\ | | | | | | | | | | * origin/branch-5.3: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.3-RC2
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-12-171-1/+1
| |
| * [maven-release-plugin] prepare release 5.3-RC25.3-RC2Thomas Vérin2015-12-171-3/+2
| |
* | Automatic merge from branch-5.3Jenkins CI2015-12-174-2/+234
|\| | | | | | | | | | | | | * origin/branch-5.3: open file in the workspace when click on the bubble SONAR-7126 Scanner on Java 7 must support TLS 1.2 when connecting to SonarQube HTTPS server Add unit test for Java CPD Engine
| * SONAR-7126 Scanner on Java 7 must support TLS 1.2 when connecting to ↵Simon Brandhof2015-12-164-2/+234
| | | | | | | | SonarQube HTTPS server
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* SONAR-6900 New WS api/qualitygates/project_status quality gate details of an ↵Teryk Bellahsene2015-12-087-8/+188
| | | | analysis
* SONAR-6947 add missing coverage on PermissionsServiceTestSébastien Lesaint2015-12-073-1/+759
|
* SONAR-6947 add missing coverage of SearchWsRequestSébastien Lesaint2015-12-071-0/+622
|
* SONAR-6905 replace analysis-details.json by report-task.txtsimonbrandhof2015-12-041-2/+0
|
* ws-client should not throw HttpException by defaultSimon Brandhof2015-12-0215-223/+112
|
* SONAR-7054 use ws-client in batchSimon Brandhof2015-11-3037-1079/+1580
|
* 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-264-0/+57
|
* SONAR-7042 WS user_tokens/revoke revoke an access tokenTeryk Bellahsene2015-11-263-1/+54
|
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-236-0/+192
|
* Fix quality flawsTeryk Bellahsene2015-11-182-3/+82
|
* SONAR-6947 api/issues/search use issue.SearchWsRequestTeryk Bellahsene2015-11-186-1/+701
|
* SONAR-6947 Add tests and bug fixesTeryk Bellahsene2015-11-174-40/+21
|
* SONAR-6947 Add package-info for quality profilesTeryk Bellahsene2015-11-171-0/+25
|
* SONAR-6947 api/components/search use SearchWsRequestTeryk Bellahsene2015-11-177-11/+162
|
* SONAR-6947 api/qualityprofiles/search use SearchWsRequestTeryk Bellahsene2015-11-173-1/+115
|
* SONAR-6947 api/permissions/users use UsersWsRequestTeryk Bellahsene2015-11-173-2/+121
|
* SONAR-6947 api/permissions/update_template use UpdateTemplateWsRequestTeryk Bellahsene2015-11-173-1/+85
|
* SONAR-6947 api/permissions/set_default_template use SetDefaultTemplateWsRequestTeryk Bellahsene2015-11-172-0/+69
|
* SONAR-6947 api/permissions/search_templates use SearchTemplatesWsRequestTeryk Bellahsene2015-11-173-1/+47
|
* 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 ↵Teryk Bellahsene2015-11-173-1/+93
| | | | SearchProjectPermissionsWsRequest
* SONAR-6947 add api/permissions/search_global_permissions to PermissionsWsClientTeryk Bellahsene2015-11-171-0/+7
|
* SONAR-6947 api/permissions/remove_user_from_template use ↵Teryk Bellahsene2015-11-173-3/+81
| | | | RemoveUserFromTemplateWsRequest
* SONAR-6947 api/permissions/remove_user use RemoveUserWsRequestTeryk Bellahsene2015-11-172-0/+80
|
* SONAR-6947 api/permissions/remove_group_from_template use ↵Teryk Bellahsene2015-11-172-0/+92
| | | | RemoveGroupFromTemplateWsRequest
* 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-175-2/+98
|
* SONAR-6947 Create and use ApplyTemplateWsRequestTeryk Bellahsene2015-11-172-0/+79
|
* SONAR-6947 Create AddUserToTemplateWsRequest and use itTeryk Bellahsene2015-11-173-3/+82
|
* SONAR-6947 Improve XXXWsRequest contractsTeryk Bellahsene2015-11-173-8/+14
|
* SONAR-6947 Create and use AddUserWsRequestTeryk Bellahsene2015-11-172-0/+80
|
* SONAR-6947 PermissionsWsParameters in sonar-wsTeryk Bellahsene2015-11-172-16/+60
|
* SONAR-6947 Create and use AddGroupToTemplateWsRequestTeryk Bellahsene2015-11-172-2/+98
|
* SONAR-6947 Add and use AddGroupWsRequestTeryk Bellahsene2015-11-175-21/+152
|