aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2230 Add Java client for the web service "profiles"simonbrandhof2011-03-151-0/+60
|
* SONAR-2204,SONAR-2259 Fix URL encodingEvgeny Mandrikov2011-03-0621-118/+144
| | | | | | | | | * For correct URL encoding we must encode parameters on lower level - in Query itself, but not in concrete implementation of Connector, because in Query we can distinguish concrete parts of URL. * Moreover in this case any additional encoding routines in Connector are useless, so were removed.
* Upgrade copyright headerssimonbrandhof2011-02-0437-39/+39
|
* 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
| | | | | | | | * WSUtils has two implementations - one for GWT and another for Java, so can be used by unmarshallers in both cases. But this not very good, because code is not type-safe. In fact it would be better to use emulation of types from org.json.simple for GWT, but this solution is more straightforward.
* 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
|
* 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-203-42/+109
| | | | characteristics
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-132-16/+9
|
* Improve tests for sonar-ws-clientGodin2010-12-1313-108/+91
|
* 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-131-2/+24
|
* SONAR-833: Add time machine to sonar-ws-client and sonar-gwt-apiGodin2010-12-121-0/+25
|
* SONAR-2024: Fix operations with generic typesGodin2010-12-071-3/+3
|
* SONAR-2024: Add support for rule status parameterGodin2010-12-072-0/+12
|
* SONAR-2024: Add classes to work with "/api/rules" serviceGodin2010-12-062-0/+97
|
* SONAR-2024: Add "limit" parameter to ViolationQueryGodin2010-12-061-4/+4
|
* SONAR-1829: Rename the term "Priority" by "Severity" for rules in ↵Godin2010-12-061-7/+7
| | | | sonar-ws-client
* SONAR-1450:Godin2010-12-011-6/+10
| | | | | | * Expose rule_failure.created_at in rest api * Support createdAt in sonar-ws-client
* SONAR-1897 URL /api/plugins conflicts with existing web service extension ↵simonbrandhof2010-11-052-16/+16
| | | | point. Rename to /api/updatecenter/installed_plugins
* SONAR-1911 New web service to get server statussimonbrandhof2010-11-021-2/+13
|
* SONAR-1897: Add web service to get information about installed pluginsGodin2010-11-012-0/+38
|
* SONAR-1852 Add the analysis date to the Java web service client libraysimonbrandhof2010-10-191-0/+1
|
* sonar-gwt-api : activate the parallel unit testssimonbrandhof2010-09-221-1/+1
|
* SONAR-1793: Fix wrong URL construction in ViolationQuery, when depth ↵Godin2010-09-151-1/+1
| | | | parameter used
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-0628-0/+1612
value of rule parameters in Q profile console