Re: Error linking to a Gitlab repo

2016-05-29 Thread Christian Hammond
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 Makers of Review Board On

Re: Error linking to a Gitlab repo

2016-05-29 Thread Balaji Srinivasan
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 wrote: > If you don't mind applying the patch man

Re: Error linking to a Gitlab repo

2016-05-29 Thread Christian Hammond
Yeah, sorry, that was fixed locally but I failed to `git add` that change. Glad it works! Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Sun, May 29, 2016 at 9:30 PM, Balaji Srinivasan wrote: > Th