Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2230 Add Java client for the web service "profiles" | simonbrandhof | 2011-03-15 | 1 | -0/+60 |
| | |||||
* | SONAR-2204,SONAR-2259 Fix URL encoding | Evgeny Mandrikov | 2011-03-06 | 21 | -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 headers | simonbrandhof | 2011-02-04 | 37 | -39/+39 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 5 | -0/+100 |
| | |||||
* | SONAR-2046: Reuse unmarshallers from sonar-ws-client for sonar-gwt-api | Evgeny Mandrikov | 2011-01-27 | 15 | -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/properties | Julien HENRY | 2011-01-20 | 4 | -1/+89 |
| | |||||
* | merge 2.5: SONAR-2024 Improvements to Java WS client | simonbrandhof | 2011-01-12 | 1 | -1/+1 |
| | |||||
* | Remove unused method | Godin | 2010-12-21 | 1 | -2/+1 |
| | |||||
* | fix unit test | simonbrandhof | 2010-12-21 | 1 | -1/+14 |
| | |||||
* | SONAR-833 time machine WS : improve SQL requests + better support of Q model ↵ | simonbrandhof | 2010-12-20 | 3 | -42/+109 |
| | | | | characteristics | ||||
* | SONAR-833: New Web Service to get history of measures (time machine) | Godin | 2010-12-13 | 2 | -16/+9 |
| | |||||
* | Improve tests for sonar-ws-client | Godin | 2010-12-13 | 13 | -108/+91 |
| | |||||
* | SONAR-833: New Web Service to get history of measures (time machine) | Godin | 2010-12-13 | 1 | -0/+25 |
| | |||||
* | SONAR-833: New Web Service to get history of measures (time machine) | Godin | 2010-12-13 | 1 | -2/+24 |
| | |||||
* | SONAR-833: Add time machine to sonar-ws-client and sonar-gwt-api | Godin | 2010-12-12 | 1 | -0/+25 |
| | |||||
* | SONAR-2024: Fix operations with generic types | Godin | 2010-12-07 | 1 | -3/+3 |
| | |||||
* | SONAR-2024: Add support for rule status parameter | Godin | 2010-12-07 | 2 | -0/+12 |
| | |||||
* | SONAR-2024: Add classes to work with "/api/rules" service | Godin | 2010-12-06 | 2 | -0/+97 |
| | |||||
* | SONAR-2024: Add "limit" parameter to ViolationQuery | Godin | 2010-12-06 | 1 | -4/+4 |
| | |||||
* | SONAR-1829: Rename the term "Priority" by "Severity" for rules in ↵ | Godin | 2010-12-06 | 1 | -7/+7 |
| | | | | sonar-ws-client | ||||
* | SONAR-1450: | Godin | 2010-12-01 | 1 | -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 ↵ | simonbrandhof | 2010-11-05 | 2 | -16/+16 |
| | | | | point. Rename to /api/updatecenter/installed_plugins | ||||
* | SONAR-1911 New web service to get server status | simonbrandhof | 2010-11-02 | 1 | -2/+13 |
| | |||||
* | SONAR-1897: Add web service to get information about installed plugins | Godin | 2010-11-01 | 2 | -0/+38 |
| | |||||
* | SONAR-1852 Add the analysis date to the Java web service client libray | simonbrandhof | 2010-10-19 | 1 | -0/+1 |
| | |||||
* | sonar-gwt-api : activate the parallel unit tests | simonbrandhof | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | SONAR-1793: Fix wrong URL construction in ViolationQuery, when depth ↵ | Godin | 2010-09-15 | 1 | -1/+1 |
| | | | | parameter used | ||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 28 | -0/+1612 |
value of rule parameters in Q profile console |