Re: Unable to add gitlab Repository in Review board

2016-07-01 Thread Christian Hammond
Glad it works!

Not a problem. We are working on ways to improve the entire repository
configuration experience, as well.

Christian

-- 
Christian Hammond
President/CEO of Beanbag 
Makers of Review Board 

On Fri, Jul 1, 2016 at 5:17 PM, kamalakar vadla 
wrote:

> Hi Christian
>
> Thank you so much.
> It worked finally . I was looking at totally wrong.
>
> Regards
> KV
>
> On Friday, 1 July 2016 16:56:39 UTC-7, Christian Hammond wrote:
>>
>> You can't encrypt and set your own password like that. It won't work.
>> You'll need to empty out the content in extra_data, or delete the
>> repository, and then authenticate using your GitLab username/password, so
>> we can generate a token specific to Review Board.
>>
>> Christian
>>
>> --
>> Christian Hammond
>> President/CEO of Beanbag 
>> Makers of Review Board 
>>
>> On Fri, Jul 1, 2016 at 4:40 PM, kamalakar vadla 
>> wrote:
>>
>>> I am able to run below mentioned command.
>>> If I try to use the encrypted password that is generated using above
>>> command - getting *"'ascii' codec can't decode byte 0x8f in position 3:
>>> ordinal not in range(128)"*
>>>
>>> Your help is appreciated.
>>>
>>>
>>> On Friday, 1 July 2016 13:25:55 UTC-7, kamalakar vadla wrote:

 Hi

 I am trying to adding gitlab Repository in Review board without any
 luck. Getting "IV must be 16 bytes long" error.

 1. In HOSTING SERVICE ACCOUNT -  I have added by gitlab user with Data
 value as below
  {"private_token": " "}
 2. Now trying to add Repository I keep on getting "IV must be 16 bytes
 long" error.

 From thread
 
  thread
 I got  below command but  what is "*path/to/site" ?? *

 $ rb-site manage* /path/to/site* shell
 >>> from reviewboard.scmtools.crypto_utils import encrypt_password
 >>> print encrypt_password('')

 Can anybody help me to get this?


 --
>>> 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: Unable to add gitlab Repository in Review board

2016-07-01 Thread kamalakar vadla
Hi Christian

Thank you so much.
It worked finally . I was looking at totally wrong.

Regards
KV

On Friday, 1 July 2016 16:56:39 UTC-7, Christian Hammond wrote:
>
> You can't encrypt and set your own password like that. It won't work. 
> You'll need to empty out the content in extra_data, or delete the 
> repository, and then authenticate using your GitLab username/password, so 
> we can generate a token specific to Review Board.
>
> Christian
>
> -- 
> Christian Hammond
> President/CEO of Beanbag 
> Makers of Review Board 
>
> On Fri, Jul 1, 2016 at 4:40 PM, kamalakar vadla  > wrote:
>
>> I am able to run below mentioned command.
>> If I try to use the encrypted password that is generated using above 
>> command - getting *"'ascii' codec can't decode byte 0x8f in position 3: 
>> ordinal not in range(128)"*
>>
>> Your help is appreciated.
>>
>>
>> On Friday, 1 July 2016 13:25:55 UTC-7, kamalakar vadla wrote:
>>>
>>> Hi 
>>>
>>> I am trying to adding gitlab Repository in Review board without any 
>>> luck. Getting "IV must be 16 bytes long" error.
>>>
>>> 1. In HOSTING SERVICE ACCOUNT -  I have added by gitlab user with Data 
>>> value as below
>>>  {"private_token": " "}
>>> 2. Now trying to add Repository I keep on getting "IV must be 16 bytes 
>>> long" error. 
>>>
>>> From thread 
>>> 
>>>  thread 
>>> I got  below command but  what is "*path/to/site" ?? *
>>>
>>> $ rb-site manage* /path/to/site* shell
>>> >>> from reviewboard.scmtools.crypto_utils import encrypt_password
>>> >>> print encrypt_password('')
>>>
>>> Can anybody help me to get this?
>>>
>>>
>>> -- 
>> 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: Unable to add gitlab Repository in Review board

2016-07-01 Thread Christian Hammond
You can't encrypt and set your own password like that. It won't work.
You'll need to empty out the content in extra_data, or delete the
repository, and then authenticate using your GitLab username/password, so
we can generate a token specific to Review Board.

Christian

-- 
Christian Hammond
President/CEO of Beanbag 
Makers of Review Board 

On Fri, Jul 1, 2016 at 4:40 PM, kamalakar vadla 
wrote:

> I am able to run below mentioned command.
> If I try to use the encrypted password that is generated using above
> command - getting *"'ascii' codec can't decode byte 0x8f in position 3:
> ordinal not in range(128)"*
>
> Your help is appreciated.
>
>
> On Friday, 1 July 2016 13:25:55 UTC-7, kamalakar vadla wrote:
>>
>> Hi
>>
>> I am trying to adding gitlab Repository in Review board without any luck.
>> Getting "IV must be 16 bytes long" error.
>>
>> 1. In HOSTING SERVICE ACCOUNT -  I have added by gitlab user with Data
>> value as below
>>  {"private_token": " "}
>> 2. Now trying to add Repository I keep on getting "IV must be 16 bytes
>> long" error.
>>
>> From thread
>> 
>>  thread
>> I got  below command but  what is "*path/to/site" ?? *
>>
>> $ rb-site manage* /path/to/site* shell
>> >>> from reviewboard.scmtools.crypto_utils import encrypt_password
>> >>> print encrypt_password('')
>>
>> Can anybody help me to get this?
>>
>>
>> --
> 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: Unable to add gitlab Repository in Review board

2016-07-01 Thread kamalakar vadla
I am able to run below mentioned command.
If I try to use the encrypted password that is generated using above 
command - getting *"'ascii' codec can't decode byte 0x8f in position 3: 
ordinal not in range(128)"*

Your help is appreciated.


On Friday, 1 July 2016 13:25:55 UTC-7, kamalakar vadla wrote:
>
> Hi 
>
> I am trying to adding gitlab Repository in Review board without any luck. 
> Getting "IV must be 16 bytes long" error.
>
> 1. In HOSTING SERVICE ACCOUNT -  I have added by gitlab user with Data 
> value as below
>  {"private_token": " "}
> 2. Now trying to add Repository I keep on getting "IV must be 16 bytes 
> long" error. 
>
> From thread 
> 
>  thread 
> I got  below command but  what is "*path/to/site" ?? *
>
> $ rb-site manage* /path/to/site* shell
> >>> from reviewboard.scmtools.crypto_utils import encrypt_password
> >>> print encrypt_password('')
>
> Can anybody help me to get this?
>
>
>

-- 
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: Unable to add gitlab Repository in Review board

2016-07-01 Thread Christian Hammond
Hi,

It sounds like you're setting the token manually, but you'll actually need
to provide your credentials instead. We don't support setting a token for
gitlab.

Christian


On Friday, July 1, 2016, kamalakar vadla  wrote:

> Hi
>
> I am trying to adding gitlab Repository in Review board without any luck.
> Getting "IV must be 16 bytes long" error.
>
> 1. In HOSTING SERVICE ACCOUNT -  I have added by gitlab user with Data
> value as below
>  {"private_token": " "}
> 2. Now trying to add Repository I keep on getting "IV must be 16 bytes
> long" error.
>
> From thread
> 
>  thread
> I got  below command but  what is "*path/to/site" ?? *
>
> $ rb-site manage* /path/to/site* shell
> >>> from reviewboard.scmtools.crypto_utils import encrypt_password
> >>> print encrypt_password('')
>
> Can anybody help me to get this?
>
>
> --
> 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.
>


-- 
-- 
Christian Hammond
President/CEO of Beanbag 
Makers of Review Board 

-- 
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.