]> source.dussan.org Git - sonarqube.git/commit
SONAR-2327 split actions for resource viewer and reviews page
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 25 Apr 2011 21:12:50 +0000 (23:12 +0200)
committersimonbrandhof <simon.brandhof@gmail.com>
Tue, 26 Apr 2011 10:06:08 +0000 (12:06 +0200)
commitdbc988359bac8e7a5ca426fa42f27ae0b8c36063
tree814a0aba8fcd5cbf039e18d8457fea11234aad5e
parente174628696636f74808f61c76a44da994edcadc7
SONAR-2327 split actions for resource viewer and reviews page
30 files changed:
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/sensors/CloseReviewsDecorator.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/sensors/ReviewsDecorator.java [deleted file]
plugins/sonar-core-plugin/src/test/java/org/sonar/plugins/core/sensors/CloseReviewsDecoratorTest.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/test/java/org/sonar/plugins/core/sensors/ReviewsDecoratorTest.java [deleted file]
plugins/sonar-core-plugin/src/test/resources/org/sonar/plugins/core/sensors/CloseReviewsDecoratorTest/fixture.xml [new file with mode: 0644]
plugins/sonar-core-plugin/src/test/resources/org/sonar/plugins/core/sensors/CloseReviewsDecoratorTest/shouldCloseReviewWithoutCorrespondingViolation-result.xml [new file with mode: 0644]
plugins/sonar-core-plugin/src/test/resources/org/sonar/plugins/core/sensors/ReviewsDecoratorTest/fixture.xml [deleted file]
plugins/sonar-core-plugin/src/test/resources/org/sonar/plugins/core/sensors/ReviewsDecoratorTest/shouldCloseReviewWithoutCorrespondingViolation-result.xml [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_controller.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-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_form.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_form_assign.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_form_comment.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_list.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_review.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_show.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_view.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_assign_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_comment_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_false_positive_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/create_comment_result.js.rjs [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/create_result.js.rjs [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb
sonar-server/src/main/webapp/WEB-INF/db/migrate/191_create_review.rb
sonar-server/src/main/webapp/stylesheets/style.css