Set ups for Integrate GitLab with Review Board(Details)

2014-10-08 Thread Akhil Dangore
Hi Akhil, Please tell me know, how to install and configure Review Board for Gitlab. Thanks In Advance -- 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 http://ww

Re: Unable to add repository to ReviewBoard

2014-10-08 Thread David Trowbridge
It looks like you have an invalid SSL certificate on your SVN server. I believe that you can add something to the ~/.subversion directory on your review board host (within the home directory of the httpd user) to trust this certificate, but I'm not sure what that is. Perhaps check the contents of a

Re: unable to change review request state to submitted

2014-10-08 Thread David Trowbridge
Based on the small amount of code visible in your traceback, I think probably what you have is pretty close, but likely the surrounding code that handles authentication isn't correct. -David On Tue, Oct 7, 2014 at 10:25 AM, Jes wrote: > Hi David, > > Thanks for the reply. It is customized for C

Re: Set ups for Integrate GitLab with Review Board(Details)

2014-10-08 Thread David Trowbridge
https://www.reviewboard.org/docs/manual/2.0/admin/configuration/repositories/ On Tue, Oct 7, 2014 at 11:58 PM, Akhil Dangore < akhil.dang...@clariontechnologies.co.in> wrote: > Hi Akhil, > > Please tell me know, how to install and configure Review Board for Gitlab. > > > Thanks In Advance > > --

Re: unable to change review request state to submitted

2014-10-08 Thread Jes
Thanks David, it is issue with authentication. -Jes On Wednesday, October 8, 2014 9:46:55 PM UTC+5:30, David Trowbridge wrote: > > Based on the small amount of code visible in your traceback, I think > probably what you have is pretty close, but likely the surrounding code > that handles authen

Re: Warnings in server log

2014-10-08 Thread David Carson
I'm seeing naive timetamps for many different objects. I'm running 2.0.8. - Review.timestamp - ReviewRequest.time_added - ChangeDescription.timestamp - user.last_login - Comment.timestamp - etc. Here is a snippet of the log, showing some of the above. 19:36:52WARNING - /usr/

rbt post failing on my git svn repository

2014-10-08 Thread damian . lezama
Hi, I'm trying to use rbt post and I'm getting this, any ideas on how to fix it? dlezama@damian-mint:~/git/colossus/object_store > rbt post -d HEAD >>> RBTools 0.6.2 >>> Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2] >>> Running on Linux-3.13.0-24-generic-x86_64-with-LinuxMint-17-qian

Re: rbt post failing on my git svn repository

2014-10-08 Thread damian . lezama
I have to add that sometimes it works (1 out of 10 maybe) and that the error changes, specifically the column number seems to vary each time. I tried to fetch the data with curl and it always works, can this be a bug in the http request? On Wednesday, October 8, 2014 1:10:00 PM UTC-7, damian..