Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 39 | -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 configKey | simonbrandhof | 2011-02-22 | 2 | -0/+18 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | SONAR-1937 violations tab : display violation age in days to current date | simonbrandhof | 2010-12-08 | 2 | -14/+0 | |
| | ||||||
* | SONAR-1937 add the field 'age' to violations web service + display the ↵ | simonbrandhof | 2010-12-07 | 2 | -0/+14 | |
| | | | | select box to filter violations by period | |||||
* | SONAR-2024: Fix operations with generic types | Godin | 2010-12-07 | 8 | -24/+26 | |
| | ||||||
* | SONAR-2024: Add support for rule status parameter | Godin | 2010-12-07 | 6 | -7/+42 | |
| | ||||||
* | SONAR-2024: Add classes to work with "/api/rules" service | Godin | 2010-12-06 | 8 | -0/+434 | |
| | ||||||
* | SONAR-2024: Add "limit" parameter to ViolationQuery | Godin | 2010-12-06 | 2 | -28/+30 | |
| | ||||||
* | SONAR-1829: Rename the term "Priority" by "Severity" for rules in ↵ | Godin | 2010-12-06 | 7 | -38/+166 | |
| | | | | sonar-ws-client | |||||
* | SONAR-1450: | Godin | 2010-12-01 | 4 | -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 ↵ | simonbrandhof | 2010-11-05 | 4 | -35/+45 | |
| | | | | point. Rename to /api/updatecenter/installed_plugins | |||||
* | SONAR-1911 New web service to get server status | simonbrandhof | 2010-11-02 | 3 | -6/+49 | |
| | ||||||
* | SONAR-1897: Add web service to get information about installed plugins | Godin | 2010-11-01 | 6 | -0/+116 | |
| | ||||||
* | wsclient: add Measure.toString() | simonbrandhof | 2010-10-21 | 1 | -0/+18 | |
| | ||||||
* | SONAR-1852 Add the analysis date to the Java web service client libray | simonbrandhof | 2010-10-19 | 8 | -5/+18 | |
| | ||||||
* | 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 | 2 | -2/+2 | |
| | | | | parameter used | |||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 100 | -0/+5995 | |
value of rule parameters in Q profile console |