That worked. Thanks for the diligent work over the long weekend! One issue, in reviewboard/scmtools/forms.py:553 had an extra closing bracket that caused the page to not show up.
Thanks, Balaji. On Sun, May 29, 2016 at 3:26 PM, Christian Hammond <[email protected] > wrote: > If you don't mind applying the patch manually, I have this fixed: > https://reviews.reviewboard.org/r/8194/ > > We'll get this into the next set of releases. > > Christian > > -- > Christian Hammond > President/CEO of Beanbag <https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > > On Sat, May 28, 2016 at 10:02 PM, Balaji Srinivasan < > [email protected]> wrote: > >> Thank you! >> >> >> On Saturday, 28 May 2016 21:51:21 UTC-7, Christian Hammond wrote: >>> >>> Hi, >>> >>> Unfortunately, until I'm able to dig in and figure out what's going >>> wrong, there's no advice I can give you. You will not be able to use the >>> standard Git option with the raw file URL, as that's only compatible with >>> certain setups, and GitLab is not one of them. >>> >>> I've scheduled some time to look into the GitLab support. I'll let you >>> know when I know more. >>> >>> Christian >>> >>> -- >>> Christian Hammond >>> President/CEO of Beanbag <https://www.beanbaginc.com/> >>> Makers of Review Board <https://www.reviewboard.org/> >>> >>> On Sat, May 28, 2016 at 9:42 PM, Balaji Srinivasan <[email protected]> >>> wrote: >>> >>>> Hi Chris, any way to get this to work? If I set it up just as a git >>>> repo and not as a gitlab repo, it expects it to be available locally (or on >>>> a NFS mount). I tried providing git raw file url mask as http://gitlab >>>> .<company>.com/platform/testrb/blob/<revision>/<filename> >>>> But this fails during rbt post: >>>> >>>> >>> Got API Error 207 (HTTP code 400): The file was not found in the >>>> repository. >>>> >>>> >>> Error data: {u'stat': u'fail', u'file': u'README', u'err': {u'msg': >>>> u'The file was not found in the repository.', u'code': 207}, u'revision': >>>> u'2d47f731333ae90c7b686bd4b2377c43e29c2b16'} >>>> >>>> >>>> Let me know if you want detailed logs for this. >>>> >>>> >>>> Thanks, >>>> >>>> Balaji. >>>> >>>> On Thursday, 26 May 2016 14:09:58 UTC-7, Balaji Srinivasan wrote: >>>>> >>>>> Is there any way to get more details on why this is failing? >>>>> >>>>> On Thursday, May 26, 2016 at 1:52:13 PM UTC-7, Balaji Srinivasan wrote: >>>>>> >>>>>> Looked at that. Nothing in the gitlab docs. >>>>>> >>>>>> On Thursday, May 26, 2016 at 1:37:23 PM UTC-7, Christian Hammond >>>>>> wrote: >>>>>>> >>>>>>> Hi Balaji, >>>>>>> >>>>>>> Someone at one point had mentioned a regression with modern GitLab >>>>>>> Enterprises, due to some API change. It's not something I've had time to >>>>>>> dive into. Are there logs on the GitLab Enterprise side you can look at >>>>>>> to >>>>>>> see what HTTP requests are being made when attempting to link the >>>>>>> repository? >>>>>>> >>>>>>> Christian >>>>>>> >>>>>>> -- >>>>>>> Christian Hammond >>>>>>> President/CEO of Beanbag <https://www.beanbaginc.com/> >>>>>>> Makers of Review Board <https://www.reviewboard.org/> >>>>>>> >>>>>>> On Thu, May 26, 2016 at 1:25 PM, Balaji Srinivasan < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> More details: >>>>>>>> - Enabled logging, couldn't find anything in the logs w.r.t this >>>>>>>> error. >>>>>>>> - One of the threads suggested PyCrypto library version check, >>>>>>>> checked it and it is up to date. >>>>>>>> - Both Gitlab and reviewboard were set up this week, so running new >>>>>>>> versions of both. >>>>>>>> >>>>>>>> >>>>>>>> On Thursday, May 26, 2016 at 1:00:38 PM UTC-7, Balaji Srinivasan >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> Hi, installed a few reviewboard instance (2.5.5) pointing to our >>>>>>>>> Gitlab Enterprise hosted repo. Having trouble creating the repo in >>>>>>>>> reviewboard. Getting an error without any details: >>>>>>>>> Unknown error when linking the account: >>>>>>>>> >>>>>>>>> I've attached the screenshot. Went through the documentation and >>>>>>>>> the archives in this group, didn't find any solution. Thanks for any >>>>>>>>> help >>>>>>>>> in advance! >>>>>>>>> >>>>>>>>> -Balaji. >>>>>>>>> >>>>>>>>> -- >>>>>>>> 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 user? Let us know! https://www.reviewboard.org/users/ >>>>>>>> --- >>>>>>>> You received this message because you are subscribed to the Google >>>>>>>> Groups "reviewboard" group. >>>>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>>>> send an email to [email protected]. >>>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>>> >>>>>>> >>>>>>> >>> -- >> 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 user? Let us know! https://www.reviewboard.org/users/ >> --- >> You received this message because you are subscribed to the Google Groups >> "reviewboard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
