Re: Change to Review Group Manager UI (2.5.3 vs. 2.0.18)

2016-04-27 Thread Jim Hagan
What is the number of users (estimate) that would push the prior admin page over the edge? On Wednesday, April 27, 2016, Christian Hammond wrote: > This is really only a problem with us and other large installs that have > spam accounts. I don't think we should be providing

Re: Error Displaying Diff (can't process revision)

2016-03-24 Thread Jim Hagan
These diffs are for git (although our rb implementation has both git and svn reviews) I'm not sure why they are being routed through svn. I'll say it's a copy of our production 2.0.18 DB which has been upgraded to 2.5.3. Jim On Thursday, March 24, 2016, Christian Hammond

Re: UnicodeDecodeError in set_default_password

2016-03-22 Thread Jim Hagan
I am able to fix this locally if I do not convert the password with 'six.text_type'. Is this an okay, workaround for the short term? * class Client(base.Client):* * 31 required_module = 'pysvn'* * 32* * 33 def __init__(self, config_dir, repopath, username=None, password=None):* * 34

Re: Lost Most Auth Options after upgrade to 2.5.3

2016-03-19 Thread Jim Hagan
ution 0.7.5 (/wayfair/pkg/python2.7/Python-2.7.3/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7.egg), Requirement.parse('django-evolution<=0.7.999,>=0.7.6')) On Wed, Mar 16, 2016 at 2:09 PM, Jim Hagan <jim.locat...@gmail.com> wrote: > David, > > I can't find anything

Re: Lost Most Auth Options after upgrade to 2.5.3

2016-03-19 Thread Jim Hagan
Mar 16, 2016 at 11:53 AM Jim Hagan <jim.locat...@gmail.com> wrote: > >> Okay, I restarted GUNICORN again and got this: >> >> ersionConflict: (django-evolution 0.7.5 >> (/wayfair/pkg/python2.7/Python-2.7.3/lib/python2.7/site-packages/django_evolution-0.7.5-py2.7

Re: Lost Most Auth Options after upgrade to 2.5.3

2016-03-19 Thread Jim Hagan
David, I can't find anything obvious in the logs. Doe sit help that I am able to run the following code from my django shell for the site in question... >>> import pkg_resources >>> for entry in pkg_resources.iter_entry_points('reviewboard.auth_backends'): ... print entry ... *x509 =