Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2381 temporarily deactivate switch-off property from violations ws | simonbrandhof | 2011-04-22 | 1 | -17/+0 |
| | |||||
* | SONAR-2380 The "violations" web service API must not return | Fabrice Bellingard | 2011-04-21 | 6 | -9/+47 |
| | | | | | | | "false-positive" violation Also modified the batch side ViolationQuery class that I created so that they have the same API. | ||||
* | SONAR-2379 Fix ClassCastException in DependencyUnmarshaller | Evgeny Mandrikov | 2011-04-21 | 6 | -19/+29 |
| | | | | | | GwtUtils.getString returns string representation of a numeric field, so this is a contract in WSUtils.getString and JdkUtils.getString must not cast Object to String. | ||||
* | Fix violations | Evgeny Mandrikov | 2011-04-05 | 1 | -0/+1 |
| | |||||
* | Fix some violations | simonbrandhof | 2011-04-01 | 1 | -3/+3 |
| | |||||
* | Upgrade master to version 2.8-SNAPSHOT | simonbrandhof | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC3 | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Fix coding violations | simonbrandhof | 2011-03-27 | 3 | -3/+5 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC1 | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC2 | simonbrandhof | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | SONAR-2230 Refactor to decrease complexity | simonbrandhof | 2011-03-15 | 1 | -8/+16 |
| | |||||
* | SONAR-2230 Add Java client for the web service "profiles" | simonbrandhof | 2011-03-15 | 6 | -0/+378 |
| | |||||
* | SONAR-2204,SONAR-2259 Fix URL encoding | Evgeny Mandrikov | 2011-03-06 | 40 | -242/+262 |
| | | | | | | | | | * 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 configKey | simonbrandhof | 2011-02-22 | 2 | -0/+18 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.62.6 | simonbrandhof | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | Fix some violations | simonbrandhof | 2011-02-10 | 1 | -0/+3 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 110 | -112/+112 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 8 | -0/+160 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-01-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.6-M1 | simonbrandhof | 2011-01-28 | 1 | -1/+1 |
| | |||||
* | SONAR-2046: Reuse unmarshallers from sonar-ws-client for sonar-gwt-api | Evgeny Mandrikov | 2011-01-27 | 31 | -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/properties | Julien HENRY | 2011-01-20 | 8 | -4/+379 |
| | |||||
* | SONAR-2066: Allow PUT requests from Java Web Service Client | Julien HENRY | 2011-01-20 | 6 | -1/+107 |
| | |||||
* | merge 2.5: SONAR-2024 Improvements to Java WS client | simonbrandhof | 2011-01-12 | 4 | -13/+13 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.5-RC1 | simonbrandhof | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | revert trunk version to 2.5-SNAPSHOT | simonbrandhof | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.5 | simonbrandhof | 2010-12-24 | 1 | -1/+1 |
| | |||||
* | fix filter by period in violations viewer | simonbrandhof | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | fix unit test (timezone pb) | simonbrandhof | 2010-12-22 | 1 | -3/+3 |
| | |||||
* | fix unit tests | simonbrandhof | 2010-12-22 | 1 | -3/+3 |
| | |||||
* | Remove unused method | Godin | 2010-12-21 | 3 | -18/+6 |
| | |||||
* | 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 | 14 | -101/+384 |
| | | | | characteristics | ||||
* | remove ISO categories from ws-client ResourceQuery + minor improvements of ↵ | simonbrandhof | 2010-12-15 | 2 | -17/+20 |
| | | | | GWT API | ||||
* | SONAR-249 rename FILTERS.VARIATION_INDEX to FILTERS.PERIOD_INDEX + support ↵ | simonbrandhof | 2010-12-15 | 3 | -3/+335 |
| | | | | variations in the resources web service + add IT | ||||
* | Add missing javadoc | Godin | 2010-12-14 | 1 | -0/+3 |
| | |||||
* | Add missing license headers | Godin | 2010-12-14 | 2 | -0/+38 |
| | |||||
* | SONAR-833: New Web Service to get history of measures (time machine) | Godin | 2010-12-14 | 1 | -2/+8 |
| | |||||
* | SONAR-833: New Web Service to get history of measures (time machine) | Godin | 2010-12-13 | 7 | -60/+64 |
| | |||||
* | Improve tests for sonar-ws-client | Godin | 2010-12-13 | 17 | -108/+95 |
| | |||||
* | SONAR-833: New Web Service to get history of measures (time machine) | Godin | 2010-12-13 | 1 | -3/+3 |
| | |||||
* | SONAR-833: New Web Service to get history of measures (time machine) | Godin | 2010-12-13 | 2 | -0/+40 |
| | |||||
* | SONAR-833: New Web Service to get history of measures (time machine) | Godin | 2010-12-13 | 4 | -9/+38 |
| | |||||
* | SONAR-833: New Web Service to get history of measures (time machine) | Godin | 2010-12-13 | 1 | -2/+5 |
| | |||||
* | SONAR-833: Add time machine to sonar-ws-client and sonar-gwt-api | Godin | 2010-12-12 | 10 | -7/+173 |
| |