How can I download the parent_diff of a review request using reviewboard api?

2020-02-26 Thread Pablo G
I can easily get the 'main' diff, but I could not manage to get the parent diff. I want to download the diff and apply it to a local working directory, but without the parent diff the patch fails. This is the scenario: I have 2 local unpushed commits in git. I post the 2nd review with a paren

Repository type is empty for GitHub Enterprise

2017-05-04 Thread Pablo Daniel Dionisi
I did the default installation (on windows with bitnami distribution) and I'm trying to add a GitHub enterprise repository buy the Repository Type comboBox is empty. Could be an installation error? Regards, Pablo. -- Supercharge your Review Board with Power Pack: https://www.reviewboar

Re: Users are automatically created if authenticated through ldap

2011-03-23 Thread Pablo G
Thanks for your reply. I created this enhancement request: http://code.google.com/p/reviewboard/issues/detail?id=2048 -- 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/ -~--~~

Users are automatically created if authenticated through ldap

2011-03-23 Thread Pablo G
Hi guys. I have a RB installation validating against an LDAP server. It looks like RB creates users in the local database whenever a user is correctly authenticated with LDAP. What I need is a way to disable this automatic user creation, so the site admin can decide which users in the full LDAP

Re: Installing reviewboard on OpenSuse, getting "symbolic link not allowed"

2010-01-10 Thread pablo
something, let's try to configure the first user now... :-P pablo On Jan 10, 11:22 am, pablo wrote: > Hi Christian, > > I must be doing something really wrong. This is my reviewboard.conf > file at /etc/apache2/vhosts.d > > opentriskelion:/etc/apache2/vhosts.d

Re: Installing reviewboard on OpenSuse, getting "symbolic link not allowed"

2010-01-10 Thread pablo
s.py:2: DeprecationWarning: the sha module is deprecated; use the hashlib module instead from sha import sha /usr/lib64/python2.6/site-packages/mod_python/importer.py:32: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 Any help would be appreciated. Thanks,

Re: Installing reviewboard on OpenSuse, getting "symbolic link not allowed"

2010-01-08 Thread pablo
so we need to set it up first :-P Thanks again, pablo On Jan 8, 12:49 pm, Christian Hammond wrote: > Hi Pablo, > > Does the htdocs/media/rb directory point to a valid location? If so, try > adding the following to the section for media: > >     Options AllowSymLinks > >

Installing reviewboard on OpenSuse, getting "symbolic link not allowed"

2010-01-08 Thread pablo
iskelion/htdocs/ media" Alias /reviewboard/errordocs "/var/www/opentriskelion/htdocs/ errordocs" When I try to log in to my reviewboard I just get a 404 "page does not exist" I must be missing something pretty obvious. Any help will be appreciated. Thanks, pablo