aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-2230 Add Java client for the web service "profiles"simonbrandhof2011-03-156-0/+378
|
* SONAR-2204,SONAR-2259 Fix URL encodingEvgeny Mandrikov2011-03-0639-241/+261
| | | | | | | | | * 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.
* SONAR-2205 Web service /api/rules should provide configKeysimonbrandhof2011-02-222-0/+18
|
* Fix some violationssimonbrandhof2011-02-101-0/+3
|
* Upgrade copyright headerssimonbrandhof2011-02-04110-112/+112
|
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-318-0/+160
|
* SONAR-2046: Reuse unmarshallers from sonar-ws-client for sonar-gwt-apiEvgeny Mandrikov2011-01-2731-273/+410
| | | | | | | | * 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-208-4/+379
|
* 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-124-13/+13
|
* fix filter by period in violations viewersimonbrandhof2010-12-231-1/+1
|
* fix unit test (timezone pb)simonbrandhof2010-12-221-3/+3
|
* fix unit testssimonbrandhof2010-12-221-3/+3
|
* Remove unused methodGodin2010-12-213-18/+6
|
* fix unit testsimonbrandhof2010-12-211-1/+14
|
* SONAR-833 time machine WS : improve SQL requests + better support of Q model ↵simonbrandhof2010-12-2014-101/+384
| | | | characteristics
* remove ISO categories from ws-client ResourceQuery + minor improvements of ↵simonbrandhof2010-12-152-17/+20
| | | | GWT API
* SONAR-249 rename FILTERS.VARIATION_INDEX to FILTERS.PERIOD_INDEX + support ↵simonbrandhof2010-12-153-3/+335
| | | | variations in the resources web service + add IT
* 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-137-60/+64
|
* 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-3/+3
|
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-132-0/+40
|
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-134-9/+38
|
* 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-1210-7/+173
|
* 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 ↵simonbrandhof2010-12-072-0/+14
| | | | select box to filter violations by period
* SONAR-2024: Fix operations with generic typesGodin2010-12-078-24/+26
|
* SONAR-2024: Add support for rule status parameterGodin2010-12-076-7/+42
|
* SONAR-2024: Add classes to work with "/api/rules" serviceGodin2010-12-068-0/+434
|
* SONAR-2024: Add "limit" parameter to ViolationQueryGodin2010-12-062-28/+30
|
* SONAR-1829: Rename the term "Priority" by "Severity" for rules in ↵Godin2010-12-067-38/+166
| | | | sonar-ws-client
* SONAR-1450:Godin2010-12-014-12/+35
| | | | | | * 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-054-35/+45
| | | | point. Rename to /api/updatecenter/installed_plugins
* SONAR-1911 New web service to get server statussimonbrandhof2010-11-023-6/+49
|
* SONAR-1897: Add web service to get information about installed pluginsGodin2010-11-016-0/+116
|
* wsclient: add Measure.toString()simonbrandhof2010-10-211-0/+18
|
* SONAR-1852 Add the analysis date to the Java web service client libraysimonbrandhof2010-10-198-5/+18
|
* sonar-gwt-api : activate the parallel unit testssimonbrandhof2010-09-221-1/+1
|
* SONAR-1793: Fix wrong URL construction in ViolationQuery, when depth ↵Godin2010-09-152-2/+2
| | | | parameter used
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-06100-0/+5995
value of rule parameters in Q profile console