]> source.dussan.org Git - sonarqube.git/commit
Improve the web services 'violations' and 'reviews'
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 5 May 2011 15:19:26 +0000 (17:19 +0200)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 5 May 2011 15:19:26 +0000 (17:19 +0200)
commit8ee5ce3071082e0fb26f8984bcaa8f5bdb7877d7
tree0b98281692ee6e044f90d9ad6e26f90aaeb47e9e
parent1f63c2d10bed4f4505242eedd9ea4d8e7cf155c2
Improve the web services 'violations' and 'reviews'

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>
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/models/api/utils.rb
sonar-server/src/main/webapp/WEB-INF/app/models/review.rb
sonar-server/src/main/webapp/WEB-INF/app/models/review_comment.rb
sonar-server/src/main/webapp/WEB-INF/app/models/rule_failure.rb
sonar-ws-client/src/main/java/org/sonar/wsclient/services/ReviewQuery.java