aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* Added missing package-info filesJean-Baptiste Vilain2013-07-172-0/+44
* Moved non-exposed implementation classes to internal packageJean-Baptiste Vilain2013-07-164-5/+11
* SONAR-4506 Java WS Client - do not use URL query parameters for POST requestsSimon Brandhof2013-07-161-5/+5
* Add the capability "trustAllHosts" to ws-clientSimon Brandhof2013-07-161-1/+1
* Fix quality flawsJulien Lancelot2013-07-051-1/+1
* Fix quality flawsJulien Lancelot2013-07-051-1/+1
* Fix quality flawsJulien Lancelot2013-07-059-32/+46
* Fix quality flawsJulien Lancelot2013-07-058-29/+40
* Fix quality flawsJulien Lancelot2013-07-057-12/+33
* Fix quality flawsSimon Brandhof2013-07-051-8/+0
* Fix regressionJulien Lancelot2013-07-051-1/+1
* Fix quality flawsSimon Brandhof2013-07-051-6/+0
* Fix quality flawsJulien Lancelot2013-07-0526-188/+377
* Fix issue in properties WS that was returning all properties instead of oneJulien Lancelot2013-07-011-2/+2
* Fix quality flawsJulien Lancelot2013-06-284-1/+35
* SONAR-4412 Added SonarClient access point to retrieve the permissions managem...Jean-Baptiste Vilain2013-06-271-1/+10
* SONAR-4412 Added WS client helper classes for roles management operationsJean-Baptiste Vilain2013-06-2712-0/+341
* SONAR-4411 refactor ws-client for user deactivationSimon Brandhof2013-06-272-2/+28
* SONAR-4381 ClassCastException when unmarshalling response from manual measure WSJulien HENRY2013-06-271-0/+3
* SONAR-4443 The wsclient class PropertyCreateQuery can not be used to create p...Simon Brandhof2013-06-262-4/+3
* SONAR-4235 Add creationDate to the Java WS ClientJulien HENRY2013-06-252-0/+11
* Restore previously deleted filesJulien Lancelot2013-06-252-0/+108
* Temporary remove files because git does not want to rename themJulien Lancelot2013-06-252-108/+0
* SONAR-4420 New web service to bulk update issuesJulien Lancelot2013-06-256-1/+204
* Add missing copyright headerJulien Lancelot2013-06-211-0/+20
* SONAR-4411 Added new user management operations in WS clientJean-Baptiste Vilain2013-06-204-2/+77
* Revert "SONAR-4383 Add WS to execute issue filter"Julien Lancelot2013-06-192-16/+0
* SONAR-4383 Add WS to execute issue filterJulien Lancelot2013-06-192-0/+16
* Fix some quality flawsSimon Brandhof2013-06-131-4/+1
* SONAR-4383 Save issue filterJulien Lancelot2013-06-134-8/+11
* Improve error handling of ws-clientSimon Brandhof2013-06-1324-396/+744
* SONAR-3755 Update com.github.kevinsawicki:http-request version to 5.2 that fi...Julien Lancelot2013-06-071-26/+2
* SONAR-3755 Fix bug in Issue WS Client when encoding datesJulien Lancelot2013-06-061-2/+27
* SONAR-3755 Set deadLine as Date instead of String in action plan ClientJulien Lancelot2013-06-052-12/+10
* SONAR-3755 add author to issue ws responseSimon Brandhof2013-06-031-0/+8
* SONAR-4315 Add Issue Action WS and add Action links to Issue detailJulien Lancelot2013-06-033-1/+36
* Support HTTP proxy in new ws-clientSimon Brandhof2013-05-312-17/+157
* SONAR-3755 Add actionPlans in Issues Client WSJulien Lancelot2013-05-303-0/+30
* Fix some quality flawsSimon Brandhof2013-05-291-3/+3
* Fix some quality flawsSimon Brandhof2013-05-292-21/+36
* SONAR-3755 Issues WS Client now always returned the created/modified issueJulien Lancelot2013-05-292-10/+21
* SONAR-4301 Remove securityExclusions parameterJulien Lancelot2013-05-272-11/+0
* SONAR-4353 drop the node 'id' from resultSimon Brandhof2013-05-252-10/+0
* SONAR-3755 fix the deprecated web service /api/violations/indexSimon Brandhof2013-05-231-5/+5
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-239-971/+14
* SONAR-4301 Add maxResultsReached parameter on Issues WSJulien Lancelot2013-05-222-0/+11
* SONAR-4301 Update IssueFinder to first retreive authorized root projects for ...Julien Lancelot2013-05-223-2/+30
* SONAR-3755 remove unused methods in issue ws clientSimon Brandhof2013-05-172-24/+0
* SONAR-4304 better form of manual issueSimon Brandhof2013-05-161-12/+13
* SONAR-3755 fix IssueClient#addComment()Simon Brandhof2013-05-161-2/+2