Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | SONAR-2488 Add the id for violations in the WS Client | Fabrice Bellingard | 2011-05-31 | 8 | -13/+31 |
| | |||||
* | SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed | Fabrice Bellingard | 2011-05-30 | 9 | -10/+28 |
| | | | | | Add the violation id on a review JSON/XML format so that we don't have to add it later when we implement manual reviews. | ||||
* | SONAR-2404 Extend the Review web service API to create & update | Fabrice Bellingard | 2011-05-30 | 10 | -5/+548 |
| | | | | | | - Java client WS: create, update and delete queries - Added the ID of each comment on a review (JSON and XML) to be able to cleanly delete the last comment of a review | ||||
* | SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed | Fabrice Bellingard | 2011-05-26 | 7 | -20/+130 |
| | | | | | | 1- Update the DB, migration scripts & co. 2- Update the model, controller & co. 3- Update the WS Client | ||||
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Fix NPE: register ReviewUnmarshaller | Evgeny Mandrikov | 2011-05-11 | 1 | -0/+1 |
| | |||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.9-SNAPSHOT | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Release 2.8-RC2 | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Improve the web services 'violations' and 'reviews' | simonbrandhof | 2011-05-05 | 1 | -3/+3 |
| | | | | | | | SONAR-2249 always use unix newline (LF) in violation messages SONAR-2382 always use unix newlines (LF) in review comments (plain output) SONAR-2382 use upper-case constants for output parameter SONAR-2382 replace the XML node <user> by <author> | ||||
* | Merge remote branch 'upstream/master' | Fabrice Bellingard | 2011-05-05 | 1 | -25/+33 |
|\ | |||||
| * | Reduce technical debt | simonbrandhof | 2011-05-05 | 1 | -25/+33 |
| | | |||||
* | | SONAR-2381 Fix error in Review WS client | Fabrice Bellingard | 2011-05-05 | 2 | -2/+2 |
|/ | |||||
* | SONAR-2381, SONAR-2382 Web services return comment in HTML by default | Fabrice Bellingard | 2011-05-04 | 4 | -11/+41 |
| | | | | | | | Available for the Violation and Review WS: - parameter 'output' on the request - if set to 'html', comments are returned in HTML - otherwise comments are returned as raw text - Java WS client updated consequently | ||||
* | Prepare for next development iteration | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Prepare 2.8-RC1 | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | SONAR-2382 Create a new "reviews" web service API | Fabrice Bellingard | 2011-04-29 | 2 | -69/+45 |
| | | | | | | | - Add possibility to use keys or ids for resources/projects - Add possibility to use logins or ids for authors/assignees - Remove the "html" parameter on the ReviewQuery (comments will always be returned in HTML) | ||||
* | SONAR-2327 Improve rendering for violations when source code is missing | Fabrice Bellingard | 2011-04-28 | 1 | -0/+1 |
| |