aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3278 Revert back the review search by 'id' on WSFabrice Bellingard2012-04-101-1/+1
* 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-1053-55/+55
* SONAR-2412 add support of project deletion from the Java web service clientSimon Brandhof2011-08-151-0/+36
* SONAR-2667 Keep context when Java Web Service raises exceptionsSimon Brandhof2011-08-042-16/+65
* Fix new violationsSimon Brandhof2011-08-021-3/+1
* Manual Measures WS : add ManualMeasureDeleteQuery to ws-clientSimon Brandhof2011-08-011-0/+34
* Fix wsclient of POST /api/manual_mesasures with integer valuesSimon Brandhof2011-07-291-2/+9
* SONAR-2648 add ManualMeasureCreateQuerySimon Brandhof2011-07-281-0/+42
* SONAR-2648 New web service /api/manual_measuresSimon Brandhof2011-07-274-0/+134
* SONAR-2581 Support server setup in Java Web Service clientSimon Brandhof2011-07-074-0/+89
* SONAR-2453,SONAR-2404 Allow search for reviews by resolutionsEvgeny Mandrikov2011-06-281-6/+22
* SONAR-2404 Refactor reviews API - web-service and sonar-ws-clientEvgeny Mandrikov2011-06-275-65/+49
* SONAR-2520 Add support for RESOLVED and REOPENED statuses for reviewsFabrice Bellingard2011-06-151-0/+6
* SONAR-2488 Add the id for violations in the WS ClientFabrice Bellingard2011-05-316-11/+13
* SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managedFabrice Bellingard2011-05-303-2/+2
* SONAR-2404 Extend the Review web service API to create & updateFabrice Bellingard2011-05-305-1/+140
* SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managedFabrice Bellingard2011-05-264-4/+51
* 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-11/+7
* SONAR-2382 Create a new "reviews" web service APIFabrice Bellingard2011-04-291-6/+5
* SONAR-2327 Improve rendering for violations when source code is missingFabrice Bellingard2011-04-281-0/+1
* SONAR-2381 The "violations" web service API must return violations decorated ...Fabrice Bellingard2011-04-282-3/+14
* SONAR-2382 Create a new "reviews" web service APIFabrice Bellingard2011-04-283-0/+123
* SONAR-2381 Improve the violations WS decorated with reviewsFabrice Bellingard2011-04-282-4/+4
* SONAR-2386 Define contract for lineId in ViolationEvgeny Mandrikov2011-04-272-0/+31
* SONAR-2382 Complete review web servicesimonbrandhof2011-04-264-11/+21
* SONAR-2380 The "violations" web service API must not returnFabrice Bellingard2011-04-213-8/+9
* SONAR-2379 Fix ClassCastException in DependencyUnmarshallerEvgeny Mandrikov2011-04-214-16/+25
* SONAR-2230 Add Java client for the web service "profiles"simonbrandhof2011-03-152-0/+61
* SONAR-2204,SONAR-2259 Fix URL encodingEvgeny Mandrikov2011-03-0621-118/+144
* Upgrade copyright headerssimonbrandhof2011-02-0439-41/+41
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-315-0/+100
* SONAR-2046: Reuse unmarshallers from sonar-ws-client for sonar-gwt-apiEvgeny Mandrikov2011-01-2715-79/+69
* SONAR-1664: Add access to project settings/propertiesJulien HENRY2011-01-204-1/+89
* merge 2.5: SONAR-2024 Improvements to Java WS clientsimonbrandhof2011-01-121-1/+1
* fix unit test (timezone pb)simonbrandhof2010-12-221-3/+3
* fix unit testssimonbrandhof2010-12-221-3/+3
* Remove unused methodGodin2010-12-211-2/+1
* fix unit testsimonbrandhof2010-12-211-1/+14
* SONAR-833 time machine WS : improve SQL requests + better support of Q model ...simonbrandhof2010-12-207-49/+186
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-134-24/+17
* Improve tests for sonar-ws-clientGodin2010-12-1317-108/+95
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-131-0/+25
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-133-4/+30
* SONAR-833: Add time machine to sonar-ws-client and sonar-gwt-apiGodin2010-12-122-0/+29
* SONAR-2024: Fix operations with generic typesGodin2010-12-071-3/+3
* SONAR-2024: Add support for rule status parameterGodin2010-12-073-6/+18
* SONAR-2024: Add classes to work with "/api/rules" serviceGodin2010-12-063-0/+105
* SONAR-2024: Add "limit" parameter to ViolationQueryGodin2010-12-061-4/+4