]> source.dussan.org Git - sonarqube.git/commit
SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 26 May 2011 10:10:38 +0000 (12:10 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 26 May 2011 11:49:26 +0000 (13:49 +0200)
commitf769fb5f2e558c027c92b87c5ad989913793d224
tree397947cb9b20057e44afe6cba4d1d20a0198ba4f
parent235d3e745d68bf549ce0c5353d76f936572f7c93
SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed

1- Update the DB, migration scripts & co.
2- Update the model, controller & co.
3- Update the WS Client
17 files changed:
plugins/sonar-core-plugin/src/test/resources/org/sonar/plugins/core/sensors/CloseReviewsDecoratorTest/shouldCloseReviewWithoutCorrespondingViolation-result.xml
plugins/sonar-dbcleaner-plugin/src/test/resources/org/sonar/plugins/dbcleaner/purges/PurgeOrphanReviewsTest/purgeOrphanReviews-result.xml
plugins/sonar-dbcleaner-plugin/src/test/resources/org/sonar/plugins/dbcleaner/purges/PurgeOrphanReviewsTest/purgeOrphanReviews.xml
sonar-core/src/main/java/org/sonar/jpa/entity/SchemaMigration.java
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/rule_failure.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/201_change_false_positive_on_reviews.rb [new file with mode: 0644]
sonar-testing-harness/src/main/resources/org/sonar/test/persistence/sonar-test.ddl
sonar-ws-client/src/main/java/org/sonar/wsclient/services/Review.java
sonar-ws-client/src/main/java/org/sonar/wsclient/services/ReviewQuery.java
sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ReviewUnmarshaller.java
sonar-ws-client/src/test/java/org/sonar/wsclient/services/ReviewQueryTest.java
sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/ReviewUnmarshallerTest.java
sonar-ws-client/src/test/resources/reviews/reviews-2.8.json [new file with mode: 0644]
sonar-ws-client/src/test/resources/reviews/reviews-2.9.json [new file with mode: 0644]
sonar-ws-client/src/test/resources/reviews/reviews.json [deleted file]