aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/test/java/org/sonar/wsclient/services/ReviewQueryTest.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-231-95/+0
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* SONAR-3278 Revert back the review search by 'id' on WSFabrice Bellingard2012-04-101-1/+1
| | | | | | - As previous versions of the Java WS Client used this parameter (and in turn Sonar Eclipse too) - But keep it undocumented as it is deprecated - And update the Java WS Client to not use 'id' anymore but 'ids'
* SONAR-3283 Do not allow to search reviews by author/assignee IDFabrice Bellingard2012-03-201-5/+23
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* SONAR-2453,SONAR-2404 Allow search for reviews by resolutionsEvgeny Mandrikov2011-06-281-6/+22
|
* SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managedFabrice Bellingard2011-05-261-1/+12
| | | | | | 1- Update the DB, migration scripts & co. 2- Update the model, controller & co. 3- Update the WS Client
* SONAR-2381 Fix error in Review WS clientFabrice Bellingard2011-05-051-1/+1
|
* SONAR-2381, SONAR-2382 Web services return comment in HTML by defaultFabrice Bellingard2011-05-041-9/+4
| | | | | | | Available for the Violation and Review WS: - parameter 'output' on the request - if set to 'html', comments are returned in HTML - otherwise comments are returned as raw text - Java WS client updated consequently
* SONAR-2382 Create a new "reviews" web service APIFabrice Bellingard2011-04-291-6/+5
| | | | | | | - Add possibility to use keys or ids for resources/projects - Add possibility to use logins or ids for authors/assignees - Remove the "html" parameter on the ReviewQuery (comments will always be returned in HTML)
* SONAR-2382 Create a new "reviews" web service APIFabrice Bellingard2011-04-281-0/+56