Review Board Eclipse Plugin

Review Request #967 — Created Aug. 16, 2009 and discarded — Latest diff uploaded

Information

Review Board SVN (deprecated)
trunk
660

Reviewers

This is the diff from the GSOC project "Review Board Eclipse Plugin". The original is hosted here: http://github.com/mknittig/ereviewboard
If you just want to use the plugin, the easies way is to install it from the update site: http://www.knittig.de/ereviewboard/update

First the features:
* Query review requests
* View review request attributes
* Create/Update review request attributes

Hopefully these feature will make it soon:
* View reviews (diffs/comments)
* Apply/Post diffs

Also important:
* Documentation
* More tests
* Validation

Known bugs:
* After creating a new review request you need to update the task list and open the new review request yourself
* The task list is not updated after updating attributes
For the marshalling of JSON and for the URL generation for queries.

Diff Revision 1 (Latest)

/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/exception/ReviewboardException.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/AllReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/Comment.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/DiffSet.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/FileDiff.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/FromUserReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/GroupReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/Marshallable.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/Repository.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/RepositoryReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/Review.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/ReviewGroup.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/ReviewRequest.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/ReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/ReviewRequestStatus.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/StatusReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/ToUserReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/User.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/util/ReviewboardUtil.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.tests.feature/.project
This diff has been split across 3 pages: < 1 2 3 >
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/exception/ReviewboardException.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/AllReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/Comment.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/DiffSet.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/FileDiff.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/FromUserReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/GroupReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/Marshallable.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/Repository.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/RepositoryReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/Review.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/ReviewGroup.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/ReviewRequest.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/ReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/ReviewRequestStatus.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/StatusReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/ToUserReviewRequestQuery.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/User.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/util/ReviewboardUtil.java
/trunk/reviewboard/ereviewboard/org.review_board.ereviewboard.tests.feature/.project
This diff has been split across 3 pages: < 1 2 3 >
Loading...