aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Fix some quality flawsSimon Brandhof2012-05-281-1/+1
|
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-274-0/+11
|
* Rename version 2.15 to 3.0Simon Brandhof2012-04-111-4/+4
|
* 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-14/+48
|
* Minor - remove useless ; in enumSimon Brandhof2012-03-161-1/+1
|
* Fix some quality flawsEvgeny Mandrikov2012-02-171-1/+1
|
* Update copyright header for this new yearSimon Brandhof2012-01-1089-89/+89
|
* Fix violationsEvgeny Mandrikov2011-11-072-2/+0
|
* SONAR-2813 Wrong links in the hotspots of viewsSimon Brandhof2011-09-161-0/+1
|
* SONAR-2412 add support of project deletion from the Java web service clientSimon Brandhof2011-08-1510-11/+60
|
* SONAR-2667 Keep context when Java Web Service raises exceptionsSimon Brandhof2011-08-042-6/+55
|
* Some code improvementsSimon Brandhof2011-08-021-1/+1
|
* Fix new violationsSimon Brandhof2011-08-024-8/+8
|
* SONAR-2665 Allow to override the HTTP parameter Accepted-Language in Java ↵Simon Brandhof2011-08-023-0/+29
| | | | Web Service Client
* Manual Measures WS : add ManualMeasureDeleteQuery to ws-clientSimon Brandhof2011-08-011-0/+60
|
* Fix wsclient of POST /api/manual_mesasures with integer valuesSimon Brandhof2011-07-291-1/+15
|
* SONAR-2648 add ManualMeasureCreateQuerySimon Brandhof2011-07-281-0/+95
|
* Add convenient factory methods ResourceQuery#create(String resourceKey) and ↵Simon Brandhof2011-07-281-0/+7
| | | | Rule#create(String repo, String key)
* SONAR-2648 New web service /api/manual_measuresSimon Brandhof2011-07-274-0/+243
|
* SONAR-2002 fix timeout with HttpClient 4Simon Brandhof2011-07-191-0/+1
|
* SONAR-2002 The Sonar WS API automatically kills an HTTP connection after ↵Simon Brandhof2011-07-155-46/+53
| | | | 30s. This timeout parameter should be configurable
* SONAR-2581 Support server setup in Java Web Service clientSimon Brandhof2011-07-074-0/+131
|
* SONAR-2453,SONAR-2404 Allow search for reviews by resolutionsEvgeny Mandrikov2011-06-281-19/+7
|
* SONAR-2404 Refactor reviews API - web-service and sonar-ws-clientEvgeny Mandrikov2011-06-275-330/+94
| | | | | | | | * Remove ability to edit and delete comments. * Fix bug - comment should be transferred in body. * Fix XML/JSON output - new attribute 'resolution'.
* SONAR-2520 Add support for RESOLVED and REOPENED statuses for reviewsFabrice Bellingard2011-06-151-0/+28
| | | | | | | | | - Modifications on the Web UI side to allow to resolve reviews - Modifications on the batch side to reopen reviews that were specified as resolved but the violation has not been fixed - Modifications on the WS server side to allow to change the status of a review to RESOLVED or REOPENED - Modifications on the WS client to reflect those server side changes
* Fix violationsEvgeny Mandrikov2011-06-072-1/+8
|
* SONAR-2404 Fix API small issueFabrice Bellingard2011-05-311-1/+2
|
* SONAR-2488 Add the id for violations in the WS ClientFabrice Bellingard2011-05-312-2/+18
|
* SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managedFabrice Bellingard2011-05-306-8/+26
| | | | | Add the violation id on a review JSON/XML format so that we don't have to add it later when we implement manual reviews.
* SONAR-2404 Extend the Review web service API to create & updateFabrice Bellingard2011-05-305-4/+408
| | | | | | - Java client WS: create, update and delete queries - Added the ID of each comment on a review (JSON and XML) to be able to cleanly delete the last comment of a review
* SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managedFabrice Bellingard2011-05-263-16/+79
| | | | | | 1- Update the DB, migration scripts & co. 2- Update the model, controller & co. 3- Update the WS Client
* Fix NPE: register ReviewUnmarshallerEvgeny Mandrikov2011-05-111-0/+1
|
* Improve the web services 'violations' and 'reviews'simonbrandhof2011-05-051-3/+3
| | | | | | | SONAR-2249 always use unix newline (LF) in violation messages SONAR-2382 always use unix newlines (LF) in review comments (plain output) SONAR-2382 use upper-case constants for output parameter SONAR-2382 replace the XML node <user> by <author>
* Merge remote branch 'upstream/master'Fabrice Bellingard2011-05-051-25/+33
|\
| * Reduce technical debtsimonbrandhof2011-05-051-25/+33
| |
* | 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-042-0/+34
| | | | | | | 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-63/+40
| | | | | | | - 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-2381 The "violations" web service API must return violations decorated ↵Fabrice Bellingard2011-04-283-6/+28
| | | | with review
* SONAR-2382 Create a new "reviews" web service APIFabrice Bellingard2011-04-284-0/+566
|
* SONAR-2381 Improve the violations WS decorated with reviewsFabrice Bellingard2011-04-282-6/+6
|
* SONAR-2386 Define contract for lineId in ViolationEvgeny Mandrikov2011-04-271-1/+21
| | | | | Value can be null or greater than zero, so setter must log warning if not null and less than 1. It will throw an exception in future releases.
* SONAR-2382 Complete review web servicesimonbrandhof2011-04-262-6/+16
|
* SONAR-2381 temporarily deactivate switch-off property from violations wssimonbrandhof2011-04-221-17/+0
|
* SONAR-2380 The "violations" web service API must not returnFabrice Bellingard2011-04-213-1/+38
| | | | | | | "false-positive" violation Also modified the batch side ViolationQuery class that I created so that they have the same API.
* SONAR-2379 Fix ClassCastException in DependencyUnmarshallerEvgeny Mandrikov2011-04-212-3/+4
| | | | | | GwtUtils.getString returns string representation of a numeric field, so this is a contract in WSUtils.getString and JdkUtils.getString must not cast Object to String.
* Fix violationsEvgeny Mandrikov2011-04-051-0/+1
|
* Fix some violationssimonbrandhof2011-04-011-3/+3
|
* Fix coding violationssimonbrandhof2011-03-273-3/+5
|