]> source.dussan.org Git - sonarqube.git/commit
SONAR-2381 The "violations" web service API must return violations
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 21 Apr 2011 16:39:08 +0000 (18:39 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 21 Apr 2011 16:42:01 +0000 (18:42 +0200)
commit89a316ece8d0309596579dfb510c210fc022bc00
treed6e81bd4999cf3551d5063372df476e51eaef5c0
parente8bf534ec680e583b0e7683c92f1be31ab66a74e
SONAR-2381 The "violations" web service API must return violations
decorated with review

Ruby controller updated, need now to add the WS client part of it
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/reviews_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/models/review.rb
sonar-server/src/main/webapp/WEB-INF/app/models/rule_failure.rb