aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4563 complete web service clientSimon Brandhof2013-08-121-6/+8
* Moved non-exposed implementation classes to internal packageJean-Baptiste Vilain2013-07-163-2/+4
* SONAR-4506 Java WS Client - do not use URL query parameters for POST requestsSimon Brandhof2013-07-166-50/+143
* Fix quality flawsJulien Lancelot2013-07-114-44/+102
* Fix quality flawsJulien Lancelot2013-07-091-0/+16
* Fix quality flawsJulien Lancelot2013-07-051-0/+1
* Fix quality flawsJulien Lancelot2013-07-051-0/+1
* Fix issue in properties WS that was returning all properties instead of oneJulien Lancelot2013-07-011-2/+2
* SONAR-4412 Added SonarClient access point to retrieve the permissions managem...Jean-Baptiste Vilain2013-06-271-0/+2
* SONAR-4412 Added WS client helper classes for roles management operationsJean-Baptiste Vilain2013-06-271-0/+93
* SONAR-4411 refactor ws-client for user deactivationSimon Brandhof2013-06-271-4/+3
* SONAR-4381 ClassCastException when unmarshalling response from manual measure WSJulien HENRY2013-06-271-3/+3
* SONAR-4443 The wsclient class PropertyCreateQuery can not be used to create p...Simon Brandhof2013-06-262-4/+4
* Fix quality flawsJulien Lancelot2013-06-261-2/+4
* SONAR-4235 Add creationDate to the Java WS ClientJulien HENRY2013-06-255-3/+5
* SONAR-4420 New web service to bulk update issuesJulien Lancelot2013-06-254-5/+88
* SONAR-4411 Added new user management operations in WS clientJean-Baptiste Vilain2013-06-205-30/+83
* Add some UTJulien Lancelot2013-06-201-0/+2
* Revert "SONAR-4383 Add WS to execute issue filter"Julien Lancelot2013-06-191-13/+1
* SONAR-4383 Add WS to execute issue filterJulien Lancelot2013-06-191-1/+13
* Fix Sonar UT on French OSJulien HENRY2013-06-171-9/+8
* Fix unit test on windowsSimon Brandhof2013-06-131-1/+1
* Fix some quality flawsSimon Brandhof2013-06-131-2/+4
* Improve error handling of ws-clientSimon Brandhof2013-06-1316-45/+112
* SONAR-3755 Update com.github.kevinsawicki:http-request version to 5.2 that fi...Julien Lancelot2013-06-074-17/+17
* SONAR-3755 Fix bug in Issue WS Client when encoding datesJulien Lancelot2013-06-064-6/+37
* SONAR-3755 Set deadLine as Date instead of String in action plan ClientJulien Lancelot2013-06-051-5/+19
* SONAR-3755 add author to issue ws responseSimon Brandhof2013-06-032-0/+3
* SONAR-4315 Add Issue Action WS and add Action links to Issue detailJulien Lancelot2013-06-031-0/+30
* Support HTTP proxy in new ws-clientSimon Brandhof2013-05-315-24/+77
* SONAR-3755 Add actionPlans in Issues Client WSJulien Lancelot2013-05-303-0/+90
* Fix some quality flawsSimon Brandhof2013-05-292-8/+11
* SONAR-3755 Issues WS Client now always returned the created/modified issueJulien Lancelot2013-05-291-7/+21
* SONAR-4301 Remove securityExclusions parameterJulien Lancelot2013-05-277-7/+2
* Remove some unused code related to reviewsSimon Brandhof2013-05-252-2/+0
* SONAR-4353 drop the node 'id' from resultSimon Brandhof2013-05-252-3/+2
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-237-343/+8
* SONAR-4301 Add maxResultsReached parameter on Issues WSJulien Lancelot2013-05-226-6/+11
* SONAR-4301 Update IssueFinder to first retreive authorized root projects for ...Julien Lancelot2013-05-226-0/+78
* SONAR-3755 remove unused methods in issue ws clientSimon Brandhof2013-05-171-2/+2
* SONAR-4304 better form of manual issueSimon Brandhof2013-05-161-2/+14
* SONAR-3755 fix IssueClient#addComment()Simon Brandhof2013-05-162-0/+25
* SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGESimon Brandhof2013-05-142-2/+2
* SONAR-3755 rename ISSUES.USER_LOGIN to REPORTERSimon Brandhof2013-05-142-3/+3
* SONAR-3755 UI for adding commentsSimon Brandhof2013-05-141-1/+1
* SONAR-4323 add search by free text and support of Select2Simon Brandhof2013-05-141-0/+6
* SONAR-3755 Add resolved parameter to IssueFinder and improve issues search pageJulien Lancelot2013-05-141-1/+3
* SONAR-4282 renamed openIssues by unresolvedIssuesJulien Lancelot2013-05-141-4/+4
* SONAR-4282 Remove useless show ws actionJulien Lancelot2013-05-141-31/+0
* SONAR-4282 Improve Action Plan WSJulien Lancelot2013-05-131-12/+37