Generating a report of the reviews

2013-09-16 Thread richard . cochran
Dear RB users,

We are starting to use RB, and in some projects we have a requirement to
document the reviews that took place.

Before I go and write a script myself, I wanted to ask whether anyone else 
has
already got such a script and is willing to share it. What I would need is 
a script
that takes a repository name (or a set of review IDs) and generates a 
report
containing the information shown on the item view in the RB web interface.

Thanks,
Richard

__
Richard Cochran, RD Engineer
ESCATEC Switzerland AG, Heinrich-Wild-Strasse, CH-9435 Heerbrugg, 
Switzerland
Tel:   +41 71 727 42 66
Email: richard.coch...@escatec.com
__www.escatec.com_

-- 
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/groups/opt_out.


Issues with SVN diff for added files in non-committed code

2013-09-16 Thread Chris Landry
Hi all. I've done some searching and can't seem to find anyone else 
encountering this issue. I've also looked through all the switches and 
can't seem to find the magic combination.

I'm looking to publish a review using post-review of uncommitted code while 
picking up any added files.

GNU Utils diff does not seem to be picking up files that have been added to 
the repository before they are committed, but if I submit a previous 
committed revision then added files are picked up fine there.

Is there a way to get this done with GNU Utils diff and post-review? Or do 
need to find another diff util to generate and use manually?

command used: svn diff --diff-cmd=diff.exe --summarize --xml

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/groups/opt_out.


Re: Issues with SVN diff for added files in non-committed code

2013-09-16 Thread David Trowbridge
First of all, have you done svn add on the new files?

We recommend using rbtools (either rbt post or post-review) to create your
review requests, rather than manually creating your diff and uploading it.

-David


On Mon, Sep 16, 2013 at 10:07 AM, Chris Landry clan...@miovision.comwrote:

 Hi all. I've done some searching and can't seem to find anyone else
 encountering this issue. I've also looked through all the switches and
 can't seem to find the magic combination.

 I'm looking to publish a review using post-review of uncommitted code
 while picking up any added files.

 GNU Utils diff does not seem to be picking up files that have been added
 to the repository before they are committed, but if I submit a previous
 committed revision then added files are picked up fine there.

 Is there a way to get this done with GNU Utils diff and post-review? Or do
 need to find another diff util to generate and use manually?

 command used: svn diff --diff-cmd=diff.exe --summarize --xml

 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/groups/opt_out.


-- 
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/groups/opt_out.


Re: Issues with SVN diff for added files in non-committed code

2013-09-16 Thread Chris Landry
I hadn't.

I've got this fixed now. I wrote a script to find all unversioned files 
that aren't ignored, add them, then run post-review, then remove them.

Works like a charm.

Thanks.

On Monday, September 16, 2013 11:35:41 AM UTC-4, David Trowbridge wrote:

 First of all, have you done svn add on the new files?

 We recommend using rbtools (either rbt post or post-review) to create your 
 review requests, rather than manually creating your diff and uploading it.

 -David


 On Mon, Sep 16, 2013 at 10:07 AM, Chris Landry 
 cla...@miovision.comjavascript:
  wrote:

 Hi all. I've done some searching and can't seem to find anyone else 
 encountering this issue. I've also looked through all the switches and 
 can't seem to find the magic combination.

 I'm looking to publish a review using post-review of uncommitted code 
 while picking up any added files.

 GNU Utils diff does not seem to be picking up files that have been added 
 to the repository before they are committed, but if I submit a previous 
 committed revision then added files are picked up fine there.

 Is there a way to get this done with GNU Utils diff and post-review? Or 
 do need to find another diff util to generate and use manually?

 command used: svn diff --diff-cmd=diff.exe --summarize --xml

 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...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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/groups/opt_out.


Re: Review Board 1.7.14 is released

2013-09-16 Thread victoria
Hi,

The BitNami installers, virtual machines and cloud images have been
also updated. They include Django 1.4.8, Djblets 0.7.18 and Review
Board 1.7.14.

http://bitnami.com/stack/reviewboard

Best regards,

Victoria.

On Sun, Sep 15, 2013 at 10:01 PM, Christian Hammond
christ...@beanbaginc.com wrote:
 Hi everyone,

 Review Board 1.7.14 is out. As promised, it updates to the latest security
 release for Django, and has a handful of other bug fixes, including a small
 security fix affecting some users using private groups and repositories in
 the API.

 Along with this, we've added Team support for Bitbucket.

 More info at
 http://www.reviewboard.org/news/2013/09/15/review-board-1-7-14-released/

 Christian

 --
 Christian Hammond - christ...@beanbaginc.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 --
 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/groups/opt_out.

-- 
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/groups/opt_out.


Issue 3092 in reviewboard: always i get error on page when i tried reviewing the code in google review board.

2013-09-16 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3092 by tejaswi@gmail.com: always i get error on page when  
i tried reviewing the code in google review board.

http://code.google.com/p/reviewboard/issues/detail?id=3092

always i get error on page when i tried reviewing the code in google  
review board. Not able to review the code and ship it option with IE 8



*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
rejected.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!


What version are you running?


What's the URL of the page containing the problem?


What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What operating system are you using? What browser?


Please provide any additional information below.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3092 in reviewboard: always i get error on page when i tried reviewing the code in google review board.

2013-09-16 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3092 by trowb...@gmail.com: always i get error on  
page when i tried reviewing the code in google review board.

http://code.google.com/p/reviewboard/issues/detail?id=3092

We need detailed information about the error you're seeing, what version  
you're running, etc. I also don't know what google review board is.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2890 in reviewboard: Error 500 - NoReverseMatch failure with usernames containing single-quote character

2013-09-16 Thread reviewboard


Comment #2 on issue 2890 by caffeina...@gmail.com: Error 500 -  
NoReverseMatch failure with usernames containing single-quote character

http://code.google.com/p/reviewboard/issues/detail?id=2890

I'll fix this one. Decided that we're just going to disable the ability to  
have single quotes in usernames.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.