Re: Authentication problems with 1.5 api via perl.

2013-02-28 Thread cmuser
I am now able to post the review as draft from below script, but unable to set the parameters. Can u pls suggest where i m going wrong? Getting error- Can't locate object method "previous" via package "submit_as" (perhaps you forgot to load "submit_as"?) at /usr/lib/perl5/site_perl/5.8.8/HTTP

Re: Use of subprocess.popen with sequence and shell=ture is incorrect on linux, breaks clearcase.py

2013-02-28 Thread Jay Lawrence
As an experiment, I've changed all the "shell=True" arguments to "shell=False" which is the same as the default value of the argument used everywhere else. With this change, I can add repositories correctly. My installation is not yet functional enough to test whether I can submit reviews, etc.

Re: Use of subprocess.popen with sequence and shell=True is incorrect on linux, breaks clearcase.py

2013-02-28 Thread Jay Lawrence
On Wednesday, February 27, 2013 5:29:56 PM UTC-5, Jay Lawrence wrote: > > > This is the root cause of the problem entitle "SCMError("Unsupported View > Type" earlier on this board, but appears fundamental enough that I've > started a new thread with a more appropriate title > > In the scmtools/

Re: Authentication problems with 1.5 api via perl.

2013-02-28 Thread Jay Lawrence
I don't know this interface, but I suspect that you need to pass a reference to your params. instead of my $resp= $ua->request($req,%param); try my $resp= $ua->request($req,\%param); Note the extra '\'. jay On Thursday, October 21, 2010 2:06:16 PM UTC-4, Jeff wrote: > > I'm trying to wri

post-review setting for bazaar

2013-02-28 Thread WW Li
Hi All, I am trying to setting up post-review tool bazaar. I looked into this page http://www.reviewboard.org/docs/manual/1.7/users/tools/post-review/ . It seems missing configuration docs for bazaar. When I ran post-review in my bazaar repository I saw this error "Unable to find a Review Boar

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 there >

Re: post-review setting for bazaar

2013-02-28 Thread WW Li
I figured it out by passing --server= I ran "post-review --server= --repository-url=" but I got this error Error uploading diff Your review request still exists, but the diff is not attached. On Thursday, February 28, 2013 10:09:29 AM UTC-8, WW Li wrote: > > Hi All, > > I am trying to setti

Add new users

2013-02-28 Thread Michael Browning
We are using LDAP for authenication. #1 is it possible to add a user to Reviewboard and have them user LDAP as an admin? It seem to prompt for password, how do you get around this? #2 is it possbile to change a user from using a internal password in Reviewboard to use LDAP? Thanks, Michael Bro

Re: post-review setting for bazaar

2013-02-28 Thread WW Li
this is the result I ran in debug mode >>> RBTools 0.4.3 >>> Python 2.7.3 (default, Aug 1 2012, 05:16:07) [GCC 4.6.3] >>> Running on Linux-3.2.0-34-generic-pae-i686-with-Ubuntu-12.04-precise >>> Home = /home/escent >>> Current Directory = /home//src//trunk >>> Checking the repository type. Error

Re: Add new users

2013-02-28 Thread Michael Browning
To clarify, I meant as an admin add a user. Right now is I , as an admin, add a user it forces me to add a password and when I do that the user can not user LDAP from that point forward. On Thursday, February 28, 2013 10:17:39 AM UTC-8, Michael Browning wrote: > We are using LDAP for authenica

Re: Authentication problems with 1.5 api via perl.

2013-02-28 Thread cmuser
hash reference give me this error malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "(end of string)") On Thursday, February 28, 2013 8:30:37 PM UTC+5:30, Jay Lawrence wrote: > > I don't know this interface, but I suspect that you need to pass a