aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2404 Extend the Review web service API to create & updateFabrice Bellingard2011-05-305-4/+408
* SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managedFabrice Bellingard2011-05-263-16/+79
* Fix NPE: register ReviewUnmarshallerEvgeny Mandrikov2011-05-111-0/+1
* Improve the web services 'violations' and 'reviews'simonbrandhof2011-05-051-3/+3
* 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
* SONAR-2382 Create a new "reviews" web service APIFabrice Bellingard2011-04-291-63/+40
* SONAR-2381 The "violations" web service API must return violations decorated ...Fabrice Bellingard2011-04-283-6/+28
* 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
* 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
* SONAR-2379 Fix ClassCastException in DependencyUnmarshallerEvgeny Mandrikov2011-04-212-3/+4
* Fix violationsEvgeny Mandrikov2011-04-051-0/+1
* Fix some violationssimonbrandhof2011-04-011-3/+3
* Fix coding violationssimonbrandhof2011-03-273-3/+5
* SONAR-2230 Refactor to decrease complexitysimonbrandhof2011-03-151-8/+16
* SONAR-2230 Add Java client for the web service "profiles"simonbrandhof2011-03-154-0/+317
* SONAR-2204,SONAR-2259 Fix URL encodingEvgeny Mandrikov2011-03-0618-123/+117
* SONAR-2205 Web service /api/rules should provide configKeysimonbrandhof2011-02-222-0/+18
* Fix some violationssimonbrandhof2011-02-101-0/+3
* Upgrade copyright headerssimonbrandhof2011-02-0471-71/+71
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-313-0/+60
* SONAR-2046: Reuse unmarshallers from sonar-ws-client for sonar-gwt-apiEvgeny Mandrikov2011-01-2716-194/+341
* SONAR-1664: Add access to project settings/propertiesJulien HENRY2011-01-204-3/+290
* SONAR-2066: Allow PUT requests from Java Web Service ClientJulien HENRY2011-01-206-1/+107
* merge 2.5: SONAR-2024 Improvements to Java WS clientsimonbrandhof2011-01-123-12/+12
* fix filter by period in violations viewersimonbrandhof2010-12-231-1/+1
* Remove unused methodGodin2010-12-212-16/+5
* SONAR-833 time machine WS : improve SQL requests + better support of Q model ...simonbrandhof2010-12-207-52/+198
* remove ISO categories from ws-client ResourceQuery + minor improvements of GW...simonbrandhof2010-12-152-17/+20
* SONAR-249 rename FILTERS.VARIATION_INDEX to FILTERS.PERIOD_INDEX + support va...simonbrandhof2010-12-153-3/+335
* Add missing javadocGodin2010-12-141-0/+3
* Add missing license headersGodin2010-12-142-0/+38
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-141-2/+8
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-133-36/+47
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-131-3/+3
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-131-0/+15
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-131-5/+8
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-131-2/+5
* SONAR-833: Add time machine to sonar-ws-client and sonar-gwt-apiGodin2010-12-128-7/+144
* SONAR-1937 violations tab : display violation age in days to current datesimonbrandhof2010-12-082-14/+0
* SONAR-1937 add the field 'age' to violations web service + display the select...simonbrandhof2010-12-072-0/+14
* SONAR-2024: Fix operations with generic typesGodin2010-12-077-21/+23
* SONAR-2024: Add support for rule status parameterGodin2010-12-073-1/+24
* SONAR-2024: Add classes to work with "/api/rules" serviceGodin2010-12-065-0/+329