Re: Issue 2655 in reviewboard: Email being sent for comment with 0 character length

2012-07-16 Thread reviewboard


Comment #6 on issue 2655 by trupti_p...@xyratex.com: Email being sent for  
comment with 0 character length

http://code.google.com/p/reviewboard/issues/detail?id=2655

Is there any update on this issue? Thanks.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2414 in reviewboard: Windows post-review and diffutils version 2.8.7

2012-07-16 Thread reviewboard


Comment #4 on issue 2414 by andrewm@gmail.com: Windows post-review and  
diffutils version 2.8.7

http://code.google.com/p/reviewboard/issues/detail?id=2414

I'm getting the same problem, and I didn't use quotes in my PATH. I am  
trying to execute the following command:


post-review --revision-range=4:33

I can run diff, sdiff, cmp, and diff3 just fine from the command prompt but  
post-review doesn't seem to recognize that those programs exist.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2670 in reviewboard: /api/session not working with reviewboard 1.6.9

2012-07-16 Thread reviewboard

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

New issue 2670 by pragalath...@gmail.com: /api/session not working with  
reviewboard 1.6.9

http://code.google.com/p/reviewboard/issues/detail?id=2670

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
1.6.9

What's the URL of the page containing the problem?
/api/session

What steps will reproduce the problem?
1. Try to login API
2.
3.

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

What operating system are you using? What browser?
Kubunu 12.04 32 bit. Firefox 13.0

Please provide any additional information below.
I have written a review board plugin for netbeans IDE  
(https://code.google.com/p/nb-reviewboard/). This used to work with review  
board 1.6.9.


However it is not working with 1.6.9. I have enabled the server log. Here  
is the error i saw in the log,


Exception thrown for user AnonymousUser at http://192.168.0.3/api/session/

Incorrect padding
Traceback (most recent call last):
   
File /usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/handlers/base.py,  
line 111, in get_response

response = callback(request, *callback_args, **callback_kwargs)
   
File /usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/views/decorators/cache.py,  
line 79, in _wrapped_view_func

response = view_func(request, *args, **kwargs)
   
File /usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/views/decorators/vary.py,  
line 22, in inner_func

response = func(*args, **kwargs)
   
File /usr/local/lib/python2.7/dist-packages/Djblets-0.6.19-py2.7.egg/djblets/webapi/resources.py,  
line 353, in __call__

check_login(request)
   
File /usr/local/lib/python2.7/dist-packages/Djblets-0.6.19-py2.7.egg/djblets/webapi/auth.py,  
line 44, in check_login

basic_access_login(request)
   
File /usr/local/lib/python2.7/dist-packages/Djblets-0.6.19-py2.7.egg/djblets/webapi/auth.py,  
line 50, in basic_access_login

username, password = encoded_auth.decode('base64').split(':', 1)
  File /usr/lib/python2.7/encodings/base64_codec.py, line 42, in  
base64_decode

output = base64.decodestring(input)
  File /usr/lib/python2.7/base64.py, line 321, in decodestring
return binascii.a2b_base64(s)
Error: Incorrect padding


Internal Server Error: /api/session/
Traceback (most recent call last):
   
File /usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/handlers/base.py,  
line 111, in get_response

response = callback(request, *callback_args, **callback_kwargs)
   
File /usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/views/decorators/cache.py,  
line 79, in _wrapped_view_func

response = view_func(request, *args, **kwargs)
   
File /usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/views/decorators/vary.py,  
line 22, in inner_func

response = func(*args, **kwargs)
   
File /usr/local/lib/python2.7/dist-packages/Djblets-0.6.19-py2.7.egg/djblets/webapi/resources.py,  
line 353, in __call__

check_login(request)
   
File /usr/local/lib/python2.7/dist-packages/Djblets-0.6.19-py2.7.egg/djblets/webapi/auth.py,  
line 44, in check_login

basic_access_login(request)
   
File /usr/local/lib/python2.7/dist-packages/Djblets-0.6.19-py2.7.egg/djblets/webapi/auth.py,  
line 50, in basic_access_login

username, password = encoded_auth.decode('base64').split(':', 1)
  File /usr/lib/python2.7/encodings/base64_codec.py, line 42, in  
base64_decode

output = base64.decodestring(input)
  File /usr/lib/python2.7/base64.py, line 321, in decodestring
return binascii.a2b_base64(s)
Error: Incorrect padding


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2670 in reviewboard: /api/session not working with reviewboard 1.6.9

2012-07-16 Thread reviewboard


Comment #1 on issue 2670 by pragalath...@gmail.com: /api/session not  
working with reviewboard 1.6.9

http://code.google.com/p/reviewboard/issues/detail?id=2670

This used to work with review board 1.6.9.
However it is not working with 1.6.9.

Please read the above as,

This used to work with review board 1.6.3.
However it is not working with 1.6.9.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2671 in reviewboard: post-review post commit fails with deletes against SVN

2012-07-16 Thread reviewboard

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

New issue 2671 by chuckbut...@gmail.com: post-review post commit fails with  
deletes against SVN

http://code.google.com/p/reviewboard/issues/detail?id=2671

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
1.6.9

What's the URL of the page containing the problem?
N/A.  It's a post-review issue

What steps will reproduce the problem?
1. Find and SVN revision (i.e. 508) with a file delete
2. Run post-review --revision-range=507:508

What is the expected output? What do you see instead?
I expect to see that a review was created for the specific revisions.   
Instead I get the following error:


Failed to execute command:  
['svn', 'info', '/tools/TestHarness/lib/ojdbc14.jar']
[svn: warning: W155010: The  
node '/home/test/trunk/tools/TestHarness/lib/ojdbc14.jar' was not  
found.\n, '\n', svn: E29: Could not display info for all targets  
because some targets don't exist\n]


What operating system are you using? What browser?
It happens on both Windows and CentOS.

Please provide any additional information below.
It looks like post-review is trying to do an svn info locally on a  
deleted file and it will obviously get that the target doesn't exist.  I  
would guess the path should be to the remote file and include the revision  
number (i.e. svn+ssh://repository/file_path@revision).



--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2671 in reviewboard: post-review post commit fails with deletes against SVN

2012-07-16 Thread reviewboard


Comment #1 on issue 2671 by chuckbut...@gmail.com: post-review post commit  
fails with deletes against SVN

http://code.google.com/p/reviewboard/issues/detail?id=2671

So this works when using the --repository-url option.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2672 in reviewboard: Duplicated review comment is inserted when do Review - Publish Review

2012-07-16 Thread reviewboard

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

New issue 2672 by alena11...@gmail.com: Duplicated review comment is  
inserted when do Review - Publish Review

http://code.google.com/p/reviewboard/issues/detail?id=2672

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?

1.6.9

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

https://reviews.apache.org/r/5930/#


What steps will reproduce the problem?

1. Select the ticket, click Review button on the top right corner.
2. Add the comment.
3. Click on Publish Review

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

Expected - one comment should be inserted to the ticket. I see the  
duplicated comment instead.



What operating system are you using? What browser?

Mac OSX, Version 10.7.3. Firefox 13.0.1


Please provide any additional information below.

I don't see the problem when I Save the review and Publish it later on.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2672 in reviewboard: Duplicated review comment is inserted when do Review - Publish Review

2012-07-16 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 2672 by chip...@gmail.com: Duplicated review comment is  
inserted when do Review - Publish Review

http://code.google.com/p/reviewboard/issues/detail?id=2672

The terminology is a bit confusing to me.

When you say ticket, do you mean review request?

When you add a comment, are you just filling out the top-most input box in  
the review dialog?


Screenshots of the comment you're adding and the result would help.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2673 in reviewboard: All review requests comes to error!

2012-07-16 Thread reviewboard

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

New issue 2673 by jihua...@gmail.com: All review requests comes to error!
http://code.google.com/p/reviewboard/issues/detail?id=2673

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?

1.6.4 is run on my server.


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

When I use administrator account to visit All review requests, it comes  
to error like this:

Something broke! (Error 500)
It appears something broke when you tried to go to here. This is either a  
bug in Review Board or a server configuration error. Please report this to  
your administrator.



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 you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2673 in reviewboard: All review requests comes to error!

2012-07-16 Thread reviewboard


Comment #2 on issue 2673 by jihua...@gmail.com: All review requests comes  
to error!

http://code.google.com/p/reviewboard/issues/detail?id=2673

where can I get the log file?

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2673 in reviewboard: All review requests comes to error!

2012-07-16 Thread reviewboard


Comment #3 on issue 2673 by jihua...@gmail.com: All review requests comes  
to error!

http://code.google.com/p/reviewboard/issues/detail?id=2673

This is the log file

Attachments:
reviewboard.log  6.3 KB

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.