Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard


Comment #3 on issue 2224 by imyuanj...@gmail.com: post-review fails  
w/ error fetching extended information for this repository

https://code.google.com/p/reviewboard/issues/detail?id=2224

I received this error while I was configuring .reviewboardrc via `rbt  
setup-repo`.




Attachments:
rberror.PNG  11.0 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard


Comment #4 on issue 2224 by imyuanj...@gmail.com: post-review fails  
w/ error fetching extended information for this repository

https://code.google.com/p/reviewboard/issues/detail?id=2224

Update:

I ran the command `rbt setup-repo` in the top level directory of my repo  
(which was checked out via TortoiseSVN). After trying above, I tried to  
manually add a .reviewboardrc file as shown in the screenshot. Then I tried  
`rbt post`, which gives me the same error.


The message seems to indicate that the repository is not connectable. But I  
can connect via SVN command as shown in the second image attached here.





Attachments:
rberror2.PNG  4.3 KB
rberror3.PNG  1.4 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard


Comment #5 on issue 2224 by imyuanj...@gmail.com: post-review fails  
w/ error fetching extended information for this repository

https://code.google.com/p/reviewboard/issues/detail?id=2224

Some more info. Before I ran above commands, the following property on the  
SVN repo was already set. Proof here:


Thanks if you could give me any pointers.

Attachments:
rberror4.PNG  1.4 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Issue 3698 in reviewboard: Condensediff warning in 2.0.11

2014-12-18 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3698 by raav...@gmail.com: Condensediff warning in 2.0.11
https://code.google.com/p/reviewboard/issues/detail?id=3698

What version are you running?
RB migration from 1.6.9 == 2.0.11

What's the URL of the page containing the problem?
Its not the URL problem, but the DB migration warning during condensediff.

What steps will reproduce the problem?
In a test environment;
1. Installed RB 2.0.11 (including all necessary dependencies)
2. DB dump was taken from production and converted all tables to InnoDB.
3. Initial attempt was made to condense diff in CHARSET latin1 - the  
warning is observed.
4. After reading few posts in RB group, I thought the problem may be due to  
CHARSET in DB and changed the DB and all tables to uft8 CHARSET - even then  
the same warning is observed.


It means the warning is not associated with the DB and its CHARSET,  
something else?


What is the expected output? What do you see instead?
Condensediff should not result in any warnings.
Please see the last topic of the error on STDOUT

What operating system are you using? What browser?

- RHEL-6.3, 64 bit. Warning appears during condensediff operation.
However, I suspect this warning may lead in to an error? - I am not sure.

Please provide any additional information below.

Error on STDOUT:
==
$ rb-site manage  /var/www/rbsite -- condensediffs
Processing 555709 diffs for duplicates...

This may take a while. It is safe to continue using Review Board while this  
is

processing, but it may temporarily run slower.

WARNING:py.warnings:/usr/lib/python2.7/site-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/diffviewer/models.py:174:  
UnicodeWarning:  
Unicode unequal comparison failed to convert both arguments  
to Unicode - interpreting them as being unequal

  if parent_diff != :

  [100%] 555709/555709 - 0 seconds remaining
==

How the migration was done?
1) Installed the new RB instance in a different server (also in the  
different directory) than production.

2) DB was dumped using mysqldump.
3) Imported the DB into test environment in default mode latin1 (also in  
utf8 in second attempt)
4) Created the site using rb-site - during the site creation the RB schema  
was updated from 1.6.9 == 2.0.11 - no warnings observed.

5) While performing condensediff, the above warning is seen.
This is where I have stopped further migration work.

Please let me know, if more information is required.

Thanks, Ravi

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard


Comment #6 on issue 2224 by imyuanj...@gmail.com: post-review fails  
w/ error fetching extended information for this repository

https://code.google.com/p/reviewboard/issues/detail?id=2224

I had the same problem. In fact, I had this very error when I ran `rbt  
setup-repo`. Anyways, I added my own .reviewboardrc manually. However, I  
can't seem to remove the error. Here are two screenshots of my setups,  
followed by an detailed exception thrown by running `rbt post d`.


Any help is appreciated.

Attachments:
rberror1.PNG  22.2 KB
rberror2.PNG  42.7 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Issue 3699 in reviewboard: I can NOT issue a review

2014-12-18 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3699 by rtpan.m...@gmail.com: I can NOT issue a review
https://code.google.com/p/reviewboard/issues/detail?id=3699

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?


What's the URL of the page containing the problem?


What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What operating system are you using? What browser?


Please provide any additional information below.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Issue 3700 in reviewboard: Getting a list of all RBs that a user participated in (commented on, ship it, etc) via the API

2014-12-18 Thread reviewboard

Status: New
Owner: 
Labels: Type-Enhancement Priority-Medium

New issue 3700 by evan.bor...@gmail.com: Getting a list of all RBs that a  
user participated in (commented on, ship it, etc) via the API

https://code.google.com/p/reviewboard/issues/detail?id=3700

Provide an API endpoint for fetching all of the RBs that a user  
participated in.


For example, if a user is a member of a large group that gets lots of RBs  
assigned to them I want to get a list of those specific RBs where the user  
actually commented or provided a review/ship it without seeing the RBs they  
didn't participate in.


For more context see the following discussion on the RB group:  
https://groups.google.com/forum/#!topic/reviewboard/fl0djzlcsDk



--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 1072 in reviewboard: HTTPS Subversion repositories don't work with Review Board

2014-12-18 Thread reviewboard


Comment #50 on issue 1072 by jjthomas...@gmail.com: HTTPS Subversion  
repositories don't work with Review Board

https://code.google.com/p/reviewboard/issues/detail?id=1072

I see this is still an issue today, Getting no love on a solution.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3699 in reviewboard: I can NOT issue a review

2014-12-18 Thread reviewboard

Updates:
Status: Invalid

Comment #1 on issue 3699 by trowb...@gmail.com: I can NOT issue a review
https://code.google.com/p/reviewboard/issues/detail?id=3699

You have to fill out the form in full or we can't help. You might try first  
starting with your server admin (this bug-tracker is for Review Board  
generally)


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3528 in reviewboard: UnicodeDecodeError while LDAP-authenticating

2014-12-18 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 3528 by trowb...@gmail.com: UnicodeDecodeError while  
LDAP-authenticating

https://code.google.com/p/reviewboard/issues/detail?id=3528

Fixed in release-2.0.x (c691ebc). Thanks!

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard


Comment #8 on issue 2224 by trowb...@gmail.com: post-review fails w/ error  
fetching extended information for this repository

https://code.google.com/p/reviewboard/issues/detail?id=2224

Your 'rbt post -d' screenshot shows that it returned HTTP 500, which means  
something is wrong on the server side. Can you check the server logs  
(apache and reviewboard) and see what errors are in there? Please also  
include the review board version with your report.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.