Facing two different errors while installing new reviewboard and migrating postgresql database from 1.5.5 to new version.

2015-05-05 Thread Sri Ram Kannan
Hi, My first error is: * Installing the site... Building site directories ... OK Building site configuration files ... OK Creating database ... Creating tables ... Creating table extensions_registeredextension Creating table accounts_localsiteprofile Creating table attachments_fileattachment Crea

Re: Facing two different errors while installing new reviewboard and migrating postgresql database from 1.5.5 to new version.

2015-05-05 Thread Sri Ram Kannan
an Hammond - chi...@chipx86.com > Review Board - http://www.reviewboard.org > Beanbag, Inc. - http://www.beanbaginc.com > > On Mon, May 4, 2015 at 3:02 PM, Sri Ram Kannan > wrote: > >> Hi, >> >> My first error is: >> >> * Installing the site... >> Building

Installing ReviewBoard using pip

2015-05-06 Thread Sri Ram Kannan
Hi, I read few posts in this group that Review board cannot installed using pip. But I see reviewboard in PyPi page and when I tried to install using pip, I got the below error: Could not find any downloads that satisfy the requirement ReviewBoard Some externally hosted files were ignored

Jenkins-ReviewBot

2015-05-06 Thread Sri Ram Kannan
Hi, I found a plugin that triggers pre-commit test through the diff files submitted in the ReviewBoard. The link of the plugin is : https://wiki.jenkins-ci.org/display/JENKINS/Jenkins-Reviewbot Has anyone in this group tried this with newer review board instance ? I request to guide me on how

Re: Installing ReviewBoard using pip

2015-05-06 Thread Sri Ram Kannan
e down the road, apparently, but for now, it's a lot harder to install > using pip. > > Christian > > -- > Christian Hammond - chi...@chipx86.com > Review Board - http://www.reviewboard.org > Beanbag, Inc. - http://www.beanbaginc.com > > On Wed, May 6, 2015 at 9

Integration of gitlab and reviewboard error

2015-05-07 Thread Sri Ram Kannan
Hi, I'm trying to connect the gitlab and reviewboard together by addina a gitlab repository into the reviewboard. Initially, I faced error : Unable to link Unable to link the account: The username or password is incorrect. After reading one the topic in this group, I added the ssh key from re

Re: Integration of gitlab and reviewboard error

2015-05-07 Thread Sri Ram Kannan
. - https://www.beanbaginc.com > > -Original Message- > From: Sri Ram Kannan > > Reply: revie...@googlegroups.com >> > Date: May 7, 2015 at 12:19:35 PM > To: revie...@googlegroups.com >> > Subject: Integration of gitlab and reviewboard error >

Re: Integration of gitlab and reviewboard error

2015-05-07 Thread Sri Ram Kannan
Hi chris, Thanks a lot. It works .. I apologize for creating a topic for such trivial issue. Regards, Sri. -- 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 use

User Permission settings error

2015-05-08 Thread Sri Ram Kannan
Hi, In the latest reviewboard version that I have installed, as a admin, I gave the below permission to one of the users as: Can add repository Can change repository and Can delete repository But I do not see the user account has got the permission. When I logged in as non-admin (user who has

How to permanently uncheck "open an issue" checkbox in reviewboard ?

2015-05-18 Thread Sri Ram Kannan
Hi, As far as I know, the check box "open an issue" can be unchecked by following ways: 1. Normal User : Account settings page -> uncheck the tick on "open an issue" 2.Super User: Users-> click each users -> unheck the tick on "open an issue" But this is little bit difficult to do. What if th

Re: How to permanently uncheck "open an issue" checkbox in reviewboard ?

2015-05-18 Thread Sri Ram Kannan
Hi, I figured out how to disable it globally. In reviewboard/accounts/models.py file the open an issue is set to True by default. Changing this to False will uncheck the checkbox for new users. For existing users, alter the table auth_user. On Monday, May 18, 2015 at 3:37:21 PM UTC-4, Sri Ram

How to install reviewboard from GIT

2015-05-18 Thread Sri Ram Kannan
Hi, I have to make a particular dev - change in reviewboard . For this, I cloned the new reviewboard version from GIT repository. When I tried to install using setup.py as : python setup.py install It throws an error: Traceback (most recent call last): File "contrib/internal/build-media.py"

An Extension to uncheck the checkbox "open an issue" in admin UI page

2015-05-19 Thread Sri Ram Kannan
Hi, I'm trying to create an extension that sets *open_an_issue* checkbox to *False* (uncheck) by default. How can I create an extension that access the python page *reviewboard.accounts.models.py* page to change the boolean value of the open_an_issue to set False ? I'm very new to rb - extens

rbdemo extension

2015-05-20 Thread Sri Ram Kannan
Hi, Anyone tried rbdemo extension before ? I donot know how to play around with it. For your information, the reviewboard that I use is linked with Active directory therefore I assume the authentication back end is based on LDAP. Now how to test and understand the workflow of rbdemo extension.