aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test/java/org/sonar/server/ws/WebServiceEngineTest.java
Commit message (Expand)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-101-387/+0
* Fix stability of testSimon Brandhof2014-06-191-0/+5
* SONAR-5007 improve l10n of server exception handlingSimon Brandhof2014-06-161-43/+25
* SONAR-5007 add testsSimon Brandhof2014-05-201-18/+19
* SONAR-5264 Force documentation of web services to be up-to-dateSimon Brandhof2014-05-021-62/+34
* Check that the values of a param is in possible values (if defined)Julien Lancelot2014-05-021-1/+25
* Drop UnsuportedException and improve rule searchSimon Brandhof2014-05-011-1/+1
* Check that the value of a pram is in possible values (if defined)Julien Lancelot2014-04-301-10/+35
* SONAR-5111 Add support for default parameters in Java WS, protection against ...Jean-Baptiste Lievremont2014-04-281-5/+24
* Manage l10n message on ServerExceptionJulien Lancelot2014-04-281-0/+21
* SONAR-4764 Add Java WS Client to restore default profilesJulien Lancelot2014-04-251-15/+70
* SONAR-5010 improve WebService extension pointSimon Brandhof2014-03-131-8/+8
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* SONAR-5010 rename some methods before publishing APISimon Brandhof2014-03-031-1/+1
* Add support on WS for l10n and multiple messages on BadRequestExceptionJean-Baptiste Lievremont2014-02-251-7/+36
* Fix some quality flawsSimon Brandhof2014-02-011-1/+2
* SONAR-5010 Fix CPU hotspot in Java WSSimon Brandhof2014-01-301-83/+22
* SONAR-5010 fix handling of HTTP statusSimon Brandhof2014-01-271-25/+17
* SONAR-4326 Provide webservices to add/remove tags on a ruleJean-Baptiste Lievremont2014-01-241-0/+24
* SONAR-5010 improve WS APISimon Brandhof2014-01-241-18/+30
* SONAR-5010 improve testability of web service and fix media type of responseSimon Brandhof2014-01-241-7/+120
* Refactor WS apiSimon Brandhof2014-01-221-1/+46
* SONAR-5010 refactor WebService frameworkSimon Brandhof2014-01-201-3/+20
* Refactor package names of API introduced in 4.2Simon Brandhof2014-01-201-1/+1
* SONAR-5010 public API for Java web servicesSimon Brandhof2014-01-191-7/+7
* SONAR-5010 New API for implementing Java Web ServicesSimon Brandhof2014-01-171-4/+8
* SONAR-5010 use Java HttpServletRequestSimon Brandhof2014-01-171-4/+4
* SONAR-5010 New Java API for implementing Web ServicesSimon Brandhof2014-01-171-0/+107