Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 3.0.13.0.1 | Eric Hartmann | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release sonar-3.0.1-RC1 | Eric Hartmann | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | Update to 3.0.1-SNAPSHOT | Eric Hartmann | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | Change from 3.0.1-SNAPSHOT to 3.0-SNAPSHOT to allow every jobs to still use ↵ | Eric Hartmann | 2012-04-18 | 1 | -1/+1 |
| | | | | 3.0-SNAPSHOT version | ||||
* | Update to SNAPSHOT version for release-3.0 branch | Eric Hartmann | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | Release 3.03.0 | Eric Hartmann | 2012-04-17 | 1 | -1/+1 |
| | |||||
* | Rename version 2.15 to 3.0 | Simon Brandhof | 2012-04-11 | 1 | -4/+4 |
| | |||||
* | Upgrade to 3.0-SNAPSHOT | Eric Hartmann | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.15-RC2 | Eric Hartmann | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | SONAR-3278 Revert back the review search by 'id' on WS | Fabrice Bellingard | 2012-04-10 | 2 | -2/+2 |
| | | | | | | - As previous versions of the Java WS Client used this parameter (and in turn Sonar Eclipse too) - But keep it undocumented as it is deprecated - And update the Java WS Client to not use 'id' anymore but 'ids' | ||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-04-06 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.15-RC1 | Eric Hartmann | 2012-04-06 | 1 | -1/+1 |
| | |||||
* | SONAR-3283 Do not allow to search reviews by author/assignee ID | Fabrice Bellingard | 2012-03-20 | 2 | -19/+71 |
| | |||||
* | Minor - remove useless ; in enum | Simon Brandhof | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | Typo : upgrade version to 2.15-SNAPSHOT | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 3.0-SNAPSHOT | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 142 | -144/+144 |
| | |||||
* | Upgrade to 2.14-SNAPSHOT | Eric Hartmann | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.13-SNAPSHOT | Eric Hartmann | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-11-07 | 2 | -2/+0 |
| | |||||
* | SONAR-2813 Wrong links in the hotspots of views | Simon Brandhof | 2011-09-16 | 1 | -0/+1 |
| | |||||
* | Upgrade version to 2.12-SNAPSHOT | Simon Brandhof | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | SONAR-2412 add support of project deletion from the Java web service client | Simon Brandhof | 2011-08-15 | 11 | -11/+96 |
| | |||||
* | Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10 | Simon Brandhof | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.10-RC2 | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.11-SNAPSHOT | Simon Brandhof | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | SONAR-2667 Keep context when Java Web Service raises exceptions | Simon Brandhof | 2011-08-04 | 4 | -22/+120 |
| | |||||
* | Some code improvements | Simon Brandhof | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | Fix new violations | Simon Brandhof | 2011-08-02 | 5 | -11/+9 |
| | |||||
* | SONAR-2665 Allow to override the HTTP parameter Accepted-Language in Java ↵ | Simon Brandhof | 2011-08-02 | 3 | -0/+29 |
| | | | | Web Service Client | ||||
* | Manual Measures WS : add ManualMeasureDeleteQuery to ws-client | Simon Brandhof | 2011-08-01 | 2 | -0/+94 |
| | |||||
* | Fix wsclient of POST /api/manual_mesasures with integer values | Simon Brandhof | 2011-07-29 | 2 | -3/+24 |
| | |||||
* | SONAR-2648 add ManualMeasureCreateQuery | Simon Brandhof | 2011-07-28 | 2 | -0/+137 |
| | |||||
* | Add convenient factory methods ResourceQuery#create(String resourceKey) and ↵ | Simon Brandhof | 2011-07-28 | 1 | -0/+7 |
| | | | | Rule#create(String repo, String key) | ||||
* | SONAR-2648 New web service /api/manual_measures | Simon Brandhof | 2011-07-27 | 8 | -0/+377 |
| | |||||
* | SONAR-2002 fix timeout with HttpClient 4 | Simon Brandhof | 2011-07-19 | 1 | -0/+1 |
| | |||||
* | SONAR-2002 The Sonar WS API automatically kills an HTTP connection after ↵ | Simon Brandhof | 2011-07-15 | 5 | -46/+53 |
| | | | | 30s. This timeout parameter should be configurable | ||||
* | Upgrade version to 2.10-SNAPSHOT | Simon Brandhof | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | temporary reverting to 2.9-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.10-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | SONAR-2581 Support server setup in Java Web Service client | Simon Brandhof | 2011-07-07 | 8 | -0/+220 |
| | |||||
* | SONAR-2453,SONAR-2404 Allow search for reviews by resolutions | Evgeny Mandrikov | 2011-06-28 | 2 | -25/+29 |
| | |||||
* | SONAR-2404 Refactor reviews API - web-service and sonar-ws-client | Evgeny Mandrikov | 2011-06-27 | 10 | -395/+143 |
| | | | | | | | | * Remove ability to edit and delete comments. * Fix bug - comment should be transferred in body. * Fix XML/JSON output - new attribute 'resolution'. | ||||
* | SONAR-2520 Add support for RESOLVED and REOPENED statuses for reviews | Fabrice Bellingard | 2011-06-15 | 2 | -0/+34 |
| | | | | | | | | | - Modifications on the Web UI side to allow to resolve reviews - Modifications on the batch side to reopen reviews that were specified as resolved but the violation has not been fixed - Modifications on the WS server side to allow to change the status of a review to RESOLVED or REOPENED - Modifications on the WS client to reflect those server side changes | ||||
* | Fix violations | Evgeny Mandrikov | 2011-06-07 | 2 | -1/+8 |
| | |||||
* | SONAR-2404 Fix API small issue | Fabrice Bellingard | 2011-05-31 | 1 | -1/+2 |
| |