Re: Do not redirect back to Reviews after posting a comment.

2014-12-03 Thread Andy Matthews
why are you publishing them ad-hoc. When I type a comment and click Save, the Publish bar shows up at the top containing the text You have a pending review.. There's nothing to indicate that the Publish action applies to a single comment, or multiple comments. As a first time user I equate

Re: Automatically publish reviewboard comments?

2014-12-03 Thread Andy Matthews
Okay. This is a good explanation, but it would be nice if that was indicated in the UI of the app. It's not obvious that multiple comments are aggregated into a single publish action. On Tuesday, December 2, 2014 11:58:17 AM UTC-8, Christian Hammond wrote: Reviews can cover multiple lines of

Re: Automatically publish reviewboard comments?

2014-12-03 Thread Matthew Woehlke
On 2014-12-03 14:02, Andy Matthews wrote: Okay. This is a good explanation, but it would be nice if that was indicated in the UI of the app. It's not obvious that multiple comments are aggregated into a single publish action. Well, it's obvious once you've made more than one :-) (since

Re: Error message while displaying the interdiff

2014-12-03 Thread Christian Hammond
Hi Alexey, Hmm, those are concerning issues. Never seen them before. The interdiff code is complex and debugging this on our end would really require full copies of the diffs and source code referenced. Can you tell me the following: 1) How many files were modified in each diff? 2) How many

Efficient Way of Retrieving Review ID with the Commit Hash

2014-12-03 Thread jameslam91744
Hi RB users, Is there an effective way of using the API to retrieve the review request ID with only knowledge of the commit hash? If not, is there a way to retrieve all review requests made by a certain user? It does not seem to be made available in

Re: integrate reviewboard with cvs commit

2014-12-03 Thread Denver Serrao
I'm also getting the same issue. How were you able to get past it ? On Thursday, March 14, 2013 9:32:48 AM UTC-5, cmuser wrote: Hello Experts, I am trying to integrate reviewboard in CVS postcommit hook .When running below command from checked out code workspace for any specific

Re: Efficient Way of Retrieving Review ID with the Commit Hash

2014-12-03 Thread David Trowbridge
You can use the review request list resource to get both of these: https://www.reviewboard.org/docs/manual/2.0/webapi/2.0/resources/review-request-list/ For the first, you'd use /api/review-requests/?commit-id=hash For the second, /api/review-requests/from-user=username -David On Wed, Dec 3,

Re: Do not redirect back to Reviews after posting a comment.

2014-12-03 Thread David Trowbridge
We do have some plans to add an initial user tour that would guide new users through the basics of using Review Board. This is the first I've heard of someone with your particular confusion, so I'm not sure what else we could do to communicate how comments work. We redirect back to the reviews