Update dev build instructions

2010-02-22 Thread Raja
build page. 1. In the Installation dependencies page, add the following recaptcha-client (Can be installed using easy_install recaptcha- client) paramiko (can be installed using easy_install paramiko) -- Raja -- Want to help the Review Board project? Donate today at http

Re: Setting up developer environment

2010-02-22 Thread Raja
It looks like you need to get django_evolution from easy_install django_evolution or code.google.com/p/django-evolution/ I just created a post with missing packages in the dependency list, but missed this one (as I had installed reviewboard earlier using easy_install). -- Raja On Feb 18, 12

Re: Update dev build instructions

2010-02-23 Thread Raja
Thanks Christian, Filed http://reviews.reviewboard.org/r/1428 with the patch. On Feb 23, 12:45 am, Christian Hammond chip...@chipx86.com wrote: Hi Raja, Would you mind filing a bug for tracking purposes? Or if you want to quickly update them yourself, you could even modify the docs yourself

Re: Review Board and remote user middleware/backend - user not forced to enter first/last names and email address

2010-02-23 Thread Raja
if auth_backend is builtin. -- Raja On Feb 23, 6:29 am, Christian Hammond chip...@chipx86.com wrote: Or we should figure out a scheme to allow for setting that on other backends. Could check an attribute on the backend. Maybe assume that we can set that info and have a flag for turning it off

Re: Email setup help

2012-12-29 Thread Raja
Filed an enhancement at http://code.google.com/p/reviewboard/issues/detail?id=2840 and posted a patch at http://reviews.reviewboard.org/r/3707/ - Raja On Friday, December 28, 2012 2:42:53 AM UTC+5:30, Christian Hammond wrote: In theory, it could, but it would probably need a little bit

Re: How to get diff draft info using web API?

2013-01-11 Thread Raja
=xml along with your POST parameters ? -Raja -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~--~~~~--~~--~--~--- To unsubscribe from this group, send email

Re: can't close other users' requests?

2013-01-19 Thread Raja
in this case. I granted both can_edit_reviewrequest and can_change_status and now can close other people's review requests. Regards Raja On Saturday, January 19, 2013 12:21:05 AM UTC+5:30, Matthew Woehlke wrote: I have given myself the 'review | review request | can change status' permission

Re: Cannot post-review using API with LDAP user on 1.7.4

2013-02-12 Thread Raja
is called in more places. Regards Raja On Tuesday, February 12, 2013 10:42:59 PM UTC+5:30, Liam Reimers wrote: I investigated this a bit further. I see that RB does indeed authenticate against the LDAP server, and a cookie file is created with an rbsessionid and an expiration time (?) one year

Re: curious inter-diff bug?

2013-02-16 Thread Raja
on code.google.com. For folks who want to contribute, it might be a good list to work on. Thanks Raja -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users

Re: How to get review id before publishing a review request

2013-02-20 Thread Raja
Raja On Wednesday, February 20, 2013 11:01:23 PM UTC+5:30, chuck j wrote: Hi, how to get review request id after successful posting of review request and before publishing the review request. I tried to search a lot in reviewbaord forum but couldn't find relevant response, do we have

ANN: Custom Reports Extension

2013-02-22 Thread Raja
codebase contributed by Dolanor into an extension) . You could test-drive them there before trying it in your own install. Ill post here when I have that setup. Regards Raja -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know

Re: Web API: How to get the review id from the perforce change list number?

2013-02-27 Thread Raja
to enter multiple status-es, maybe file an enhancement request for that? Regards Raja On Wed, Feb 27, 2013 at 9:32 PM, Steve seide.al...@gmail.com wrote: For some reason my initial post got mangled. Here it is again in briefer form: I need to be able to query the Web API to get the RB ID

Re: ANN: Custom Reports Extension

2013-02-28 Thread Raja
On Saturday, February 23, 2013 12:50:12 PM UTC+5:30, Raja wrote: Im also planning to setup a custom RB instance (on cloudfoundry or heroku) where the plugins are installed (I also converted a RSS Feed codebase contributed by Dolanor into an extension) . You could test-drive them

Re: Failure during rb-install

2013-03-05 Thread Raja
as by default apache will include all *.conf under conf.d folder. Regards Raja On Wed, Mar 6, 2013 at 9:37 AM, arunku...@gmail.com wrote: Hi Christian I could able to install Review Board successfully with rb-install script . Now i am the process of configuring Apache server on Linux system

Re: Failure during rb-install

2013-03-05 Thread Raja
You need to install mod_wsgi for your distribution. yum install mod_wsgi or apt-get install mod_wsgi depending on your distribution should fix this. On Wed, Mar 6, 2013 at 10:01 AM, arunku...@gmail.com wrote: Hi I copied /var/www/reviews.nonstop.com/conf/apache-wsgi.conf to

Re: Failure during rb-install

2013-03-05 Thread Raja
I dont have a Redhat installation, but I think you have to add the module into httpd.conf explicitly. Can you search for LoadModule definitions in httpd.conf and add LoadModule wsgi_module modules/mod_wsgi.so and restart Apache? -- Want to help the Review Board project? Donate today at

Re: Failure during rb-install

2013-03-05 Thread Raja
for the version of apache as this error has to do with how your server installation is and less about reviewboard now. Regards Raja On Wed, Mar 6, 2013 at 11:03 AM, arunku...@gmail.com wrote: Hi Hi Now i have done that . I restarted Apche again . Looks like it has gone ahead . Still i am

Running Reviewboard Selenium tests

2013-03-07 Thread Raja
with django.request: ERROR: Internal Server Error: /account/login/ stack trace DatabaseError: no such table: extensions_registeredextension It looks like its not able to connect to the correct database. Can you point me to some documentation on how to get these tests running? Thanks Raja -- Want

Re: Running Reviewboard Selenium tests

2013-03-07 Thread Raja
On Thu, Mar 7, 2013 at 2:49 PM, Raja rajas...@gmail.com wrote: It looks like its not able to connect to the correct database. Can you point me to some documentation on how to get these tests running? This is what it seems to be. Since I did not give a absolute path, the database got created

Re: Hosting multiple RB sites on one host, one database server with multiple databases, one per RB site.

2013-03-08 Thread Raja
or put both of those definitions inside of the same VirtualHost since you use the same ServerName. Regards Raja On Sat, Mar 9, 2013 at 1:18 AM, Sassan sassan...@verifone.com wrote: OK, so we have done this before but now cannot figure out how we did this. Here's the setup. Our system

Re: Installation of extension

2013-03-13 Thread Raja
-- Extensions, where you can see all the extensions installed. Click Enable on your extension, which should enable your extension (provided there arent any errors). Hope that helps Raja On Thursday, March 14, 2013 10:38:04 AM UTC+5:30, Aditi Sarkar wrote: Hey everyone, I m new

Re: Use new python API to get latest changes

2013-03-20 Thread Raja
is sluggish, the users might have the same experience as the signals get processed in the same thread. Regards Raja On Thu, Mar 21, 2013 at 5:42 AM, A.M. age...@themactionfaction.com wrote: Hello, Is it possible to use the rb API in 1.7.5 to get the changes to reviewboard in the past X minutes

Re: Review Board 1.7.6 and whitespace

2013-03-25 Thread Raja
it might be helpful if we setup the Show whitespace for: to default to *.py. Given Python's reliance on whitespaces, defaulting the value might make it easier for reviewboard users, who will skip this setting otherwise. Regards Raja -- Want to help the Review Board project? Donate today

Re: Announcements to Users

2013-06-25 Thread Raja
. There is one available at https://github.com/rajasaur/rb-extension-pack/tree/gh-pages/downloads/rbbroadcastmessage, but I will need to test this again as it was tested a few months ago. Best regards, Raja On Wed, Jun 26, 2013 at 12:40 AM, Christian Hammond chip...@chipx86.comwrote: Hi Peter

Re: Open issues column in the dashboard

2013-11-15 Thread Raja
. Sorry about the Delay. Regards raja On Fri, Nov 15, 2013 at 1:18 PM, Sébastien Tromp sebastien.tr...@gmail.comwrote: Hello, We have just started using ReviewBoard internally, and wondered if it was already possible to show, in the Dashboard, the number of Issues that were still open

Re: how to install plugins on review board

2013-12-11 Thread Raja
If Its installed successfully, you can go to the Administration menu and click on the Extensions menu in the top-navigation. If the extension install was successful, you should be able to see your extension in that list. Enable it to activate the extension. Regards Raja On Wed, Dec 11, 2013

Re: how to install plugins on review board

2013-12-11 Thread Raja
error might be helpful to know where the error is. Regards Raja On Thu, Dec 12, 2013 at 9:58 AM, abc123 dange.soman...@gmail.com wrote: Hi, Thanks for the reply. when i click on enable it gives me an error like object does not exist. Can you please help. On Wednesday, 11 December 2013 16

Re: how to install plugins on review board

2013-12-11 Thread Raja
().domain j=Notification() and i have installed it but when i click on enable it says that object does not exist. attached snap. Thanks. On Thursday, 12 December 2013 10:43:08 UTC+5:30, Raja wrote: First off, I think for the task that you are trying to achieve(adding a menu to navigation bar

Re: Integration with Jenkins and Jira

2014-02-11 Thread Raja
1.7.x but hasnt been tested yet on 2.x . Regards Raja -David On Mon, Feb 10, 2014 at 7:10 PM, MoonWalker daniel.cabrera...@gmail.comwrote: I use JIRA and the only stuff that I am a aware of, is that you can link your Bug # ( Reviewboard) with your JIRA issue #. You will be able

Re: Integration with Jenkins and Jira

2014-02-11 Thread Raja
On Tue, Feb 11, 2014 at 7:43 PM, Gong Zhang zhangsan8...@gmail.com wrote: Hi Raja, I tried with ReviewBot, it did work with the build part, and it also should notify the ReviewBoard after a build is done which did not work well. Any idea about that? Should I change some privileges

Re: Integration with Jenkins and Jira

2014-02-11 Thread Raja
! On Tuesday, February 11, 2014 9:29:44 AM UTC-5, Raja wrote: On Tue, Feb 11, 2014 at 7:43 PM, Gong Zhang zhangs...@gmail.com wrote: Hi Raja, I tried with ReviewBot, it did work with the build part, and it also should notify the ReviewBoard after a build is done which did not work well. Any idea about

Re: Add Repository via APi

2016-05-08 Thread Raja
Hi, This one ( https://www.reviewboard.org/docs/manual/2.5/webapi/2.0/resources/repository-list/#POST) should help you add repositories through the API. Regards Raja On Sun, May 8, 2016 at 3:47 PM, Yarden Bar <ayash.jor...@gmail.com> wrote: > Hello, > > I've automated our RB se

ReviewRequestApprovalHook not working (Reviewboard 3.0.x )

2018-10-05 Thread Raja
was expecting the UI to throw an alert indicating that there needs to be X Ship-Its (The error message returned from the extension) Environment: Virtual env running Reviewboard from source: Branch 3.0.x Extension source is pretty much copied from the link above. Thanks Raja -- Supercharge your Review

Re: API for adding users/groups to repository

2018-10-15 Thread Raja
Thanks David. I'll file one today. I can also work on contributing it since it is required for what we are doing internally. For generally these types of requests where you can do both add and remove(users and groups), is there a predefined pattern that I can look at for RB? Thanks Raja On Tue

API for adding users/groups to repository

2018-10-09 Thread Raja
o indicate whether the repo is private or public but not able to find out how to associate users or groups. Thanks Raja -- Raja rajasaur at gmail.com -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommo

Re: ReviewRequestApprovalHook not working (Reviewboard 3.0.x )

2018-10-05 Thread Raja
attributes. Is that correct? Best Raja On Sat, Oct 6, 2018 at 2:41 AM Christian Hammond wrote: > Hi Raja, > > The hook doesn't influence anything in the UI. It's used for integrations > that make use of the API to check if a review request has been approved > (throug

Review Board Ticket #4757: API for adding/updating users/groups to Review Repository

2018-10-16 Thread Raja Venkataraman
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4757/ -- New ticket #4757 by rajasaur For Beanbag, Inc. > Review Board Status: New