Re: Announce - BitNami Windows installer for ReviewBoard

2014-01-23 Thread deepti vaidyula
Hi, I have done reviewboard installation for my team and I have documented it here. http://technical-nonsense.blogspot.in/search/label/REVIEWBOARD%20INSTALLATION%20IN%20WINDOWS I am hoping that it might be useful. I have installed it on a 32 bit windows. -- Get the Review Board Power

getting and parsing a json apicall result

2014-01-23 Thread lijano
Hi Everybody! I modified the serverside to make same validation, when submitting a review. I made modification in webapi/resource.py in class ReviewRequestResource(WebAPIResource). I modified the update function to not submit a review if the validation is failed. I returning with http

Enabling Searching on RB 1.7.21

2014-01-23 Thread Stefan Sabolowitsch
Hi I am seeing a pylucene warning on my RB setting page: == Enable search Provides a search field for quickly searching through review requests. PyLucene (with JCC) is required to enable search. See the documentation for instructions.

ReviewBoard 2.0beta2 for Fedora is now (semi-)available!

2014-01-23 Thread Stephen Gallagher
I have put together a testing repository of ReviewBoard 2.0 for interested parties to experiment with. This has not yet been committed to the standard Fedora repositories (due to it's beta nature). I am instead offering a COPR (Collection Of Package Repositories; Fedora's equivalent to Ubuntu's

Re: post-review only update testing-done field for existing request

2014-01-23 Thread markdbeyer
How about from rbtools.api.client import RBClient server_url = https://server root # choose the review request Id # RRId=some review request number # choose the field to update RRDField=changedescription # the value to set RRDValue=This is a change description # connect to the server

Re: post-review only update testing-done field for existing request

2014-01-23 Thread Christian Hammond
For the update call, instead of using eval, just do: fields = { RRDField: RRDValue, } draft.update(fields) or: draft.update(**{ RRDField: RRDValue, }) -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. -

Re: ReviewBoard 2.0beta2 for Fedora is now (semi-)available!

2014-01-23 Thread Christian Hammond
Thanks, Stephen! That's above and beyond. Hope this makes it easier for some of you to try out the betas. We're making good progress on a third beta/RC, so keep the feedback coming! Christian On Thursday, January 23, 2014, Stephen Gallagher step...@gallagherhome.com wrote: I have put

Re: post-review only update testing-done field for existing request

2014-01-23 Thread markdbeyer
Yep, much better not to use eval(). thanks. On Thursday, January 23, 2014 1:40:26 PM UTC-8, Christian Hammond wrote: For the update call, instead of using eval, just do: fields = { RRDField: RRDValue, } draft.update(fields) or: draft.update(**{

rbtools: Could not load SCM Client ?

2014-01-23 Thread markdbeyer
One of my users is getting the error message below when posting a review. The post succeeds. rbt post --debug 123456 ERROR:root:Could not load SCM Client svn: No module named etree ERROR:root:Could not load SCM Client git: No module named etree ERROR:root:Could not load SCM Client mercurial: No

Re: rbtools: Could not load SCM Client ?

2014-01-23 Thread markdbeyer
oh it's rb tools v0.5.5 On Thursday, January 23, 2014 3:14:58 PM UTC-8, markd...@gmail.com wrote: One of my users is getting the error message below when posting a review. The post succeeds. rbt post --debug 123456 ERROR:root:Could not load SCM Client svn: No module named etree

Re: rbtools: Could not load SCM Client ?

2014-01-23 Thread Christian Hammond
That should definitely be an error. That means Subversion (and Git and Mercurial) should be broken. I gather that install is using Python 2.4. Seems like xml.etree, which is a new dependency (shipped with Python), is non-existent for 2.4. We'll need to fix this in a point release. However, I

Re: rbtools: Could not load SCM Client ?

2014-01-23 Thread markdbeyer
ah right, and we were using Perforce. Still I can fix the Python version easy enough. Thanks, Christian ! On Thursday, January 23, 2014 3:17:48 PM UTC-8, Christian Hammond wrote: That should definitely be an error. That means Subversion (and Git and Mercurial) should be broken. I gather

How to allow users to select their Group on Standard Registration

2014-01-23 Thread MoonWalker
I was wondering if is possible to allow the users to select their group if standard registration is selected -- 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

Issue 3202 in reviewboard: 'Last updated' column for review request in 'My Dashboard' page, displays incorrect time, if the server's and the client's time zones are different

2014-01-23 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3202 by rajengin...@gmail.com: 'Last updated' column for review request in 'My Dashboard' page, displays incorrect time, if the server's and the client's time zones are different

Issue 3203 in reviewboard: rbt doesn't authenticate some requests

2014-01-23 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3203 by mra...@rapitasystems.com: rbt doesn't authenticate some requests http://code.google.com/p/reviewboard/issues/detail?id=3203 What version are you running? 1.7.20 What steps will reproduce the problem? 1. Set up a

Issue 3204 in reviewboard: Viewing review groups that you are watching no longer works.

2014-01-23 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3204 by erik.l...@gmail.com: Viewing review groups that you are watching no longer works. http://code.google.com/p/reviewboard/issues/detail?id=3204 What version are you running? 1.7.21 What's the URL of the page

Re: Issue 3204 in reviewboard: Viewing review groups that you are watching no longer works.

2014-01-23 Thread reviewboard
Comment #1 on issue 3204 by erik.l...@gmail.com: Viewing review groups that you are watching no longer works. http://code.google.com/p/reviewboard/issues/detail?id=3204 Ah, it looks like this is somewhat by design:

Re: Issue 3204 in reviewboard: Viewing review groups that you are watching no longer works.

2014-01-23 Thread reviewboard
Updates: Status: Confirmed Labels: Milestone-Release1.7.x Comment #2 on issue 3204 by chip...@gmail.com: Viewing review groups that you are watching no longer works. http://code.google.com/p/reviewboard/issues/detail?id=3204 Sort of by design, but it wasn't intended to impact

Re: Issue 3204 in reviewboard: Viewing review groups that you are watching no longer works.

2014-01-23 Thread reviewboard
Updates: Labels: EasyFix Comment #3 on issue 3204 by chip...@gmail.com: Viewing review groups that you are watching no longer works. http://code.google.com/p/reviewboard/issues/detail?id=3204 (No comment was entered for this change.) -- You received this message because this project

Re: Issue 3204 in reviewboard: Viewing review groups that you are watching no longer works.

2014-01-23 Thread reviewboard
Comment #4 on issue 3204 by jmm.lind...@gmail.com: Viewing review groups that you are watching no longer works. http://code.google.com/p/reviewboard/issues/detail?id=3204 I will take a look on this. -- You received this message because this project is configured to send all issue