Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | SONAR-2381 The "violations" web service API must return violations decorated ↵ | Fabrice Bellingard | 2011-04-28 | 5 | -9/+42 | |
| | | | | with review | |||||
* | SONAR-2382 Create a new "reviews" web service API | Fabrice Bellingard | 2011-04-28 | 7 | -0/+689 | |
| | ||||||
* | SONAR-2381 Improve the violations WS decorated with reviews | Fabrice Bellingard | 2011-04-28 | 4 | -10/+10 | |
| | ||||||
* | SONAR-2386 Define contract for lineId in Violation | Evgeny Mandrikov | 2011-04-27 | 3 | -1/+52 | |
| | | | | | Value can be null or greater than zero, so setter must log warning if not null and less than 1. It will throw an exception in future releases. | |||||
* | SONAR-2382 Complete review web service | simonbrandhof | 2011-04-26 | 6 | -17/+37 | |
| | ||||||
* | 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 | |
| |