Re: Issue 3890 in reviewboard: Didn't apply patch cleanly when using rbt post --parent in mercurial

2015-06-19 Thread reviewboard
Comment #1 on issue 3890 by ronald.c...@visiercorp.com: Didn't apply patch cleanly when using rbt post --parent in mercurial https://code.google.com/p/reviewboard/issues/detail?id=3890 A one-liner to replace rbi post --parent A is: rbt diff --parent A | perl -pe 's/^(diff -r \w+) -r

Re: Issue 3886 in reviewboard: Username bigger than 40 characters

2015-06-19 Thread reviewboard
Updates: Status: New Comment #3 on issue 3886 by trowb...@gmail.com: Username bigger than 40 characters https://code.google.com/p/reviewboard/issues/detail?id=3886 (No comment was entered for this change.) -- You received this message because this project is configured to send all

Re: MemoryError: Problem installing fixture

2015-06-19 Thread Christian Hammond
Hi John, Django's dumpdata/loaddata cannot scale. Do you still have a copy of the old database? We have replacements for loaddata/dumpdata that do scale. Are you trying to convert from one database type to another? Christian On Friday, June 19, 2015, John Schmitt marmalo...@gmail.com wrote:

Issue 3893 in reviewboard: Name, Username, and Password fields for repositories need new form field names

2015-06-19 Thread reviewboard
Status: Confirmed Owner: Labels: Type-Defect Priority-Medium Milestone-Release2.0.x Component-Admin New issue 3893 by chip...@gmail.com: Name, Username, and Password fields for repositories need new form field names https://code.google.com/p/reviewboard/issues/detail?id=3893 What

Re: email issue on RB group vs people

2015-06-19 Thread David Trowbridge
a) you're sure it's empty? no whitespace in there? b) you're sure everyone is a member of that group? -David On Thu, Jun 18, 2015 at 7:18 PM, MoonWalker daniel.cabrera...@gmail.com wrote: it is empty On Friday, June 19, 2015 at 12:12:44 PM UTC+10, David Trowbridge wrote: Please check the

Re: MemoryError: Problem installing fixture

2015-06-19 Thread Christian Hammond
If you're just moving between databases, you'll want to use mysqldump, and then use the mysql command line to import it. This is the safest, fastest, most straight-forward way to migrate between MySQL servers. Christian  -- Christian Hammond - christ...@beanbaginc.com Review Board -

Re: Review Board 2.0.16 is released, with security fixes and more

2015-06-19 Thread Christian Hammond
Hi Paul, Thanks for reporting this. I went through our caching code, and I'm not really sure why this is happening off-hand. Were you able to fix this by clearing your browser cache, or did you have to restart memcached? Christian -- Christian Hammond - christ...@beanbaginc.com Review

Re: rb-site upgrade help needed

2015-06-19 Thread Christian Hammond
Hi John, Try upgrading to Django Evolution 0.7.5, restore the backup, and try the migration again. I believe you hit a bug we had already fixed. Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com

Re: Issue 3887 in reviewboard: Perforce diff submission is broken in 2.0.17

2015-06-19 Thread reviewboard
Updates: Status: Fixed Comment #6 on issue 3887 by bar...@beanbaginc.com: Perforce diff submission is broken in 2.0.17 https://code.google.com/p/reviewboard/issues/detail?id=3887 A fix for this has landed on release-2.0.x as 6cc72eb8c3ee7a219b5d7656aa791b2feb976223. This will ship

Re: ImportError: No module named urllib.parse

2015-06-19 Thread Christian Hammond
Hey Stephen, I haven't been able to look into this yet (and will be out for a few days), but is this something that we can patch in our tree? Or is it a bug in six? If it's something we can fix in RBTools, then we can just fix it and get a new release out. Christian  -- Christian Hammond -

Re: Disable the ship it button?

2015-06-19 Thread Christian Hammond
Hi Terrence, There's no support for this yet. Short-term, one option would be to add a tiny extension that injects some CSS to hide that element. Longer-term, I want to make that list of actions something that are formally registered and tracked, so that an extension can simply say Remove Ship

Re: Issue 3887 in reviewboard: Perforce diff submission is broken in 2.0.17

2015-06-19 Thread reviewboard
Comment #7 on issue 3887 by bar...@beanbaginc.com: Perforce diff submission is broken in 2.0.17 https://code.google.com/p/reviewboard/issues/detail?id=3887 It is actually fixed in cb9a791e722c161d7e06f1add407e180aa025586. I copied the wrong revision. -- You received this message because

Re: ImportError: No module named urllib.parse

2015-06-19 Thread David Trowbridge
This isn't something we can work around in RBTools (at least not without regressing in our python 3.x compatibility). The problem is that older versions of six didn't ship moves for all of the urllib/urllib2 changes. -David On Fri, Jun 19, 2015 at 6:31 PM, Christian Hammond

Issue 3892 in reviewboard: Documentation for setting up Trac is wrong

2015-06-19 Thread reviewboard
Status: New Owner: Labels: Type-Defect Component-Docs New issue 3892 by gzau...@gmail.com: Documentation for setting up Trac is wrong https://code.google.com/p/reviewboard/issues/detail?id=3892 What's the URL of the page containing the problem?

Re: ImportError: No module named settings_local

2015-06-19 Thread Stephen Gallagher
On Thu, Jun 18, 2015 at 2:53 PM John Schmitt marmalo...@gmail.com wrote: I can run # rb-site manage --help just fine. But, taking the help literally, I get this when I try: # rb-site manage -- --help ... 'manage' command: Runs a Django management command on the site. Usage:

Re: ImportError: No module named urllib.parse

2015-06-19 Thread Stephen Gallagher
On Thu, Jun 18, 2015 at 5:04 PM John Schmitt marmalo...@gmail.com wrote: On Thursday, June 18, 2015 at 1:33:55 PM UTC-7, Barret Rennie wrote: Hi John, Yes thats what I mean. I’ll take a look at it. Can you tell me what version of six is installed? python-six-1.3.0-4.el7.noarch OK,

Re: Reviewing without a Source control Repo: Uploading changes?

2015-06-19 Thread Luciano Moretti
Thank you Christian: That matches what we seemed to have figured, but is disappointing. We're using Clearcase (moving to Perforce soon... hopefully), but are unable to install the Clearcase client on the Reviewboard evaluation machine as our IT does not support Clearcase under Linux. Luciano

Disable the ship it button?

2015-06-19 Thread Dunnigan, Terrence J
Hi all, Is there a way in any current or future Review Board release to disable the Ship it menu item? By disable I mean hide it, don't display it, or keep it in the menu bar and just grey it out. Terry -- Supercharge your Review Board with Power Pack:

Re: Issue 3886 in reviewboard: Username bigger than 40 characters

2015-06-19 Thread reviewboard
Comment #2 on issue 3886 by di...@microdice.net: Username bigger than 40 characters https://code.google.com/p/reviewboard/issues/detail?id=3886 The LDAP module uses this as the login, I guess the LDAP module is the one that needs to be modified then. How do I open against this ? -- You

MemoryError: Problem installing fixture

2015-06-19 Thread John Schmitt
How do I work around this? # rb-site manage /var/www/reviews.tintri.com loaddata /tmp/reviews-charles2_rb20_data.json Traceback (most recent call last): File /usr/bin/rb-site, line 9, in module