Issue 3500 in reviewboard: Update from RB 1.6.2 to 2.0.3 failed.

2014-07-25 Thread reviewboard

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

New issue 3500 by ad643...@gmail.com: Update from RB 1.6.2 to 2.0.3 failed.
http://code.google.com/p/reviewboard/issues/detail?id=3500



What version are you running?
1.6.2

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


What steps will reproduce the problem?
1. use easy_install -U ReviewBoard to update to 2.0.3
2. rb-site upgrade /path/to/site
3.

What is the expected output? What do you see instead?
I expect the update to succeed. It doesn't. The backtrace:

Traceback (most recent call last):
  File /usr/bin/rb-site, line 9, in module
load_entry_point('ReviewBoard==2.0.3', 'console_scripts', 'rb-site')()
   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.3-py2.6.egg/reviewboard/cmdline/rbsite.py,  
line 1859, in main

command.run()
   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.3-py2.6.egg/reviewboard/cmdline/rbsite.py,  
line 1657, in run

diff_dedup_needed = site.get_diff_dedup_needed()
   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.3-py2.6.egg/reviewboard/cmdline/rbsite.py,  
line 449, in get_diff_dedup_needed

return FileDiff.objects.unmigrated().count()  0
   
File /usr/lib/python2.6/site-packages/Django-1.6.5-py2.6.egg/django/db/models/query.py,  
line 294, in count

return self.query.get_count(using=self.db)
   
File /usr/lib/python2.6/site-packages/Django-1.6.5-py2.6.egg/django/db/models/sql/query.py,  
line 390, in get_count

number = obj.get_aggregation(using=using)[None]
   
File /usr/lib/python2.6/site-packages/Django-1.6.5-py2.6.egg/django/db/models/sql/query.py,  
line 356, in get_aggregation

result = query.get_compiler(using).execute_sql(SINGLE)
   
File /usr/lib/python2.6/site-packages/Django-1.6.5-py2.6.egg/django/db/models/sql/compiler.py,  
line 786, in execute_sql

cursor.execute(sql, params)
   
File /usr/lib/python2.6/site-packages/Django-1.6.5-py2.6.egg/django/db/backends/util.py,  
line 53, in execute

return self.cursor.execute(sql, params)
   
File /usr/lib/python2.6/site-packages/Django-1.6.5-py2.6.egg/django/db/utils.py,  
line 99, in __exit__

six.reraise(dj_exc_type, dj_exc_value, traceback)
   
File /usr/lib/python2.6/site-packages/Django-1.6.5-py2.6.egg/django/db/backends/util.py,  
line 53, in execute

return self.cursor.execute(sql, params)
django.db.utils.ProgrammingError: column diffviewer_filediff.diff_hash_id  
does not exist

LINE 1: ...CT COUNT(*) FROM diffviewer_filediff WHERE NOT (diffviewe...


What operating system are you using? What browser?
Scientific Linux release 6.3 (Carbon)

Please provide any additional information below.
The issue is similar to the one addressed here:

https://github.com/reviewboard/reviewboard/commit/11a850ca279416feed96beae9efd6c4c1f188f15

In fact, you only need to additionally catch a  
django.db.utils.ProgrammingError in the except block and everything works  
like a charm.


--
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 3499 in reviewboard: on submitting the RB request, i am seeing internal server error 500 (my username sushilk)

2014-07-25 Thread reviewboard

Updates:
Status: Invalid

Comment #1 on issue 3499 by trowb...@gmail.com: on submitting the RB  
request, i am seeing internal server error 500 (my username sushilk)

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

We need you to answer all the questions in the form.

If you're just a user of the server (rather than the administrator), you  
may want to follow up with your local admins first.


--
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 3501 in reviewboard: djblets references cloudflare cdn

2014-07-25 Thread reviewboard

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

New issue 3501 by josh.guf...@gmail.com: djblets references cloudflare cdn
http://code.google.com/p/reviewboard/issues/detail?id=3501

I run reviewboard behind a firewall, and references to cloudflare cause a  
few parts of the site to fail.



What version are you running?
2.0.4 (djblets 0.8.7)

What's the URL of the page containing the problem?
admin/extensions/

What steps will reproduce the problem?
1. load the extensions page behind a firewall

What is the expected output? What do you see instead?
The list of extensions loads; instead i see an ajax spinner and javascript  
errors Backbone is not defined and Djblets.ExtensionManager is not a  
constructor


What operating system are you using? What browser?
RHEL 6/firefox 30

Please provide any additional information below.

the files djblets/util/templates/js/underscore|backbone.html are trying to  
load data from cloudflare.  I manually copied the js files to a static  
location on my webserver, edited those files to point to the new static  
files, and then regenerated static files.  After that, the extension page  
loads correctly.


https://github.com/djblets/djblets/blob/master/djblets/util/templates/js/underscore.html#L1


--
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 2989 in reviewboard: Administrator not able to reopen review request after discard

2014-07-25 Thread reviewboard

Updates:
Status: Fixed
Owner: chip...@gmail.com
Labels: Milestone-Release1.7.x

Comment #2 on issue 2989 by chip...@gmail.com: Administrator not able to  
reopen review request after discard

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

Fixed on release-1.7.x (d513ba1)

--
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 3500 in reviewboard: Update from RB 1.6.2 to 2.0.3 failed.

2014-07-25 Thread reviewboard

Updates:
Status: Fixed
Owner: chip...@gmail.com
Labels: Milestone-Release2.0.x Project-ReviewBoard Component-RB-Site

Comment #1 on issue 3500 by chip...@gmail.com: Update from RB 1.6.2 to  
2.0.3 failed.

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

Fixed on release-2.0.x (c816421). This will go into 2.0.5. 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 3402 in reviewboard: Include revision of the commits shown in the repository listing of a branch

2014-07-25 Thread reviewboard

Updates:
Status: Fixed

Comment #3 on issue 3402 by trowb...@gmail.com: Include revision of the  
commits shown in the repository listing of a branch

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

Fixed in release-2.0.x (bdf9343). 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 3453 in reviewboard: can't discard draft

2014-07-25 Thread reviewboard

Updates:
Status: Fixed

Comment #6 on issue 3453 by trowb...@gmail.com: can't discard draft
http://code.google.com/p/reviewboard/issues/detail?id=3453

OK, I determined that there's a problem whereby if the server responds with  
an error, then it would fail silently. I've fixed the error display in  
release-2.0.x (8ac72ed), which will ship in 2.0.5. That said, there's some  
cause for the error, which I still don't know.


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