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:

> 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 <
> christ...@beanbaginc.com> 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 
>> Makers of Review Board 
>>
>> On Sat, May 28, 2016 at 10:02 PM, Balaji Srinivasan <
>> balajiche...@gmail.com> 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 
 Makers of Review Board 

 On Sat, May 28, 2016 at 9:42 PM, Balaji Srinivasan >>> > 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
> ..com/platform/testrb/blob//
> 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 
 Makers of Review Board 

 On Thu, May 26, 2016 at 1:25 PM, Balaji Srinivasan <
 balaji...@gmail.com> 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
>>

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 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 Sat, May 28, 2016 at 10:02 PM, Balaji Srinivasan <
> balajiche...@gmail.com> 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 
>>> Makers of Review Board 
>>>
>>> On Sat, May 28, 2016 at 9:42 PM, Balaji Srinivasan 
>>> 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
 ..com/platform/testrb/blob//
 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 
>>> Makers of Review Board 
>>>
>>> On Thu, May 26, 2016 at 1:25 PM, Balaji Srinivasan <
>>> balaji...@gmail.com> 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 reviewboard...@googlegroups.com.
 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.

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 Sat, May 28, 2016 at 10:02 PM, Balaji Srinivasan 
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 
>> Makers of Review Board 
>>
>> On Sat, May 28, 2016 at 9:42 PM, Balaji Srinivasan 
>> 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
>>> ..com/platform/testrb/blob//
>>> 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 
>> Makers of Review Board 
>>
>> On Thu, May 26, 2016 at 1:25 PM, Balaji Srinivasan <
>> balaji...@gmail.com> 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 reviewboard...@googlegroups.com.
>>> 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 reviewboard+unsubscr...@googlegroups.com.
>
> 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 Re

Re: Error linking to a Gitlab repo

2016-05-28 Thread Balaji Srinivasan
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 
> Makers of Review Board 
>
> On Sat, May 28, 2016 at 9:42 PM, Balaji Srinivasan  > 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
>> ..com/platform/testrb/blob//
>> 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 
> Makers of Review Board 
>
> On Thu, May 26, 2016 at 1:25 PM, Balaji Srinivasan <
> balaji...@gmail.com> 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 reviewboard...@googlegroups.com.
>> 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error linking to a Gitlab repo

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

On Sat, May 28, 2016 at 9:42 PM, Balaji Srinivasan 
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
> ..com/platform/testrb/blob//
> 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 
 Makers of Review Board 

 On Thu, May 26, 2016 at 1:25 PM, Balaji Srinivasan >>> > 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 reviewboard...@googlegroups.com.
> 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error linking to a Gitlab repo

2016-05-28 Thread Balaji Srinivasan
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..com/platform/testrb/blob//
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 
>>> Makers of Review Board 
>>>
>>> On Thu, May 26, 2016 at 1:25 PM, Balaji Srinivasan  
>>> 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 reviewboard...@googlegroups.com.
 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error linking to a Gitlab repo

2016-05-26 Thread Balaji Srinivasan
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 
>> Makers of Review Board 
>>
>> On Thu, May 26, 2016 at 1:25 PM, Balaji Srinivasan  
>> 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 reviewboard...@googlegroups.com.
>>> 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error linking to a Gitlab repo

2016-05-26 Thread Balaji Srinivasan
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 
> Makers of Review Board 
>
> On Thu, May 26, 2016 at 1:25 PM, Balaji Srinivasan  > 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 reviewboard...@googlegroups.com .
>> 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error linking to a Gitlab repo

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

On Thu, May 26, 2016 at 1:25 PM, Balaji Srinivasan 
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 reviewboard+unsubscr...@googlegroups.com.
> 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error linking to a Gitlab repo

2016-05-26 Thread Balaji Srinivasan
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.