]> source.dussan.org Git - sonarqube.git/commit
SONAR-2382 Complete review web service
authorsimonbrandhof <simon.brandhof@gmail.com>
Tue, 26 Apr 2011 13:24:57 +0000 (15:24 +0200)
committersimonbrandhof <simon.brandhof@gmail.com>
Tue, 26 Apr 2011 13:25:08 +0000 (15:25 +0200)
commit43888ce6c210e5502bf8bb52e5762906aa50c70c
tree1af2171a2680c42efab450a491e65480a45fde2e
parentd488859bea5acf8406ff19465c1187950105ac05
SONAR-2382 Complete review web service
12 files changed:
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/reviews_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/violations_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/markdown_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/models/review.rb
sonar-server/src/main/webapp/WEB-INF/app/models/rule_failure.rb
sonar-server/src/main/webapp/WEB-INF/app/models/user.rb
sonar-ws-client/src/main/java/org/sonar/wsclient/services/Violation.java
sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ViolationUnmarshaller.java
sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/ViolationUnmarshallerTest.java
sonar-ws-client/src/test/resources/violations/false-positive.json [new file with mode: 0644]
sonar-ws-client/src/test/resources/violations/violation-without-optional-fields.json
sonar-ws-client/src/test/resources/violations/violations.json