Best Approach to Reconstruct Repo with Changes

2015-04-23 Thread jameslam91744
Hello Review Board users / developers,

What is the recommended approach for reconstructing a work copy of the 
changes in a review request?

I am most specifically interested in Git where branching may occur.

It seems that an approach would be to 

1. Checkout the repo with the base revision which I can get from the Review 
Board API.
2. rbt patch to apply the changes

However, it seems that I can't always just checkout from the base revision 
as that revision may be in a unpushed branch.

How can I reconstruct the repo up to the point where the base revision is 
if I can't directly check out the changes. Does Review Board store all the 
diffs leading up to the uploaded diff for branches? Is this information 
exposed to the user?

Thanks!

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 

https://www.reviewboard.org/docs/manual/dev/webapi/2.0/resources/user/

This is with RB 2.0.11 using Git.

Thanks!

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Recompiling Less Files

2014-12-02 Thread jameslam91744
Hello Review Board users,

I was hoping to make modifications to the .less files provided by Review 
Board (common.less, diffviewer.less). However, after making edits, the 
changes are not reflected on our Review Board instance. I suspect this is 
because the .less files are not being recompiled to .css files. Is there a 
way to manually retrigger this compiling? Or a `lessc` command that I can 
use to generate the correct .css files? 

Thanks!

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.