Re: ReviewRequestFieldsHook

2015-01-16 Thread Andrew Hills (anhills)
Hi Justin, For better or for worse, combo boxes aren’t available. I have shoehorned them into an extension, but it was not a fun process, at least for someone who hates working with JavaScript. You’ll need to extend one of the field classes (easy) and create a jQuery widget (tedious, painful,

Re: repo navigation with ReviewBoard

2014-10-01 Thread Andrew Hills (anhills)
Hi Stefan, While that sounds like an interesting project for an extension, I'm not sure exactly how it would work, since it would have a completely different interface for each type of version control. It would be much easier if you already had such a tool in place, and to write an extension

Re: Review Board 2.0.6 performance issue

2014-09-10 Thread Andrew Hills (anhills)
In my experience, nginx+uwsgi gives a significant performance improvement over Apache+mod_wsgi, but I didn’t investigate to find out how much of that comes from better static file service. On Sep 10, 2014, at 4:12 PM, David Trowbridge trowb...@gmail.commailto:trowb...@gmail.com wrote: The

Re: Diff problems after 2.0.5 upgrade

2014-08-13 Thread Andrew Hills (anhills)
:26 PM, Christian Hammond chip...@chipx86.commailto:chip...@chipx86.com wrote: Hey Andrew, Can you check for JavaScript errors on their browsers? Also, are these newly-uploaded diffs (since 2.0.5), or older ones? Christian On Tuesday, August 12, 2014, Andrew Hills (anhills) anhi

Diff problems after 2.0.5 upgrade

2014-08-12 Thread Andrew Hills (anhills)
Hi all, After upgrading from 1.7.21 to 2.0.5, some users are reporting difficulties viewing diffs between diffs when one diff was uploaded prior to the upgrade, and the other after. Sometimes the page just never loads, and sometimes portions of the diffs are missing their content. Any

Re: New user of review board here, I'm having trouble attaching diffs

2014-08-08 Thread Andrew Hills (anhills)
Hi Usama, Run rbt post with the -d flag to get more details. Thanks, Andrew On Aug 8, 2014, at 11:39 AM, Usama Ahmed usama.ahme...@gmail.commailto:usama.ahme...@gmail.com wrote: Whenever I create a new branch in VS, do some work and then enter 'rbt post' on the repo I get this message:

Re: Reviewboard with Perforce repository that uses an SSL connection

2014-08-01 Thread Andrew Hills (anhills)
Well, do you trust the host? ;) On Aug 1, 2014, at 3:47 AM, Moe Hussein mohyed...@gmail.commailto:mohyed...@gmail.com wrote: Hi David, I am having this issue when I try to show the repository for perforce ssl. please take a look at attached screenshot Thanks Moe On Friday, 4 January 2013

Upgrade to 2.0.2 Failed

2014-07-01 Thread Andrew Hills (anhills)
Hi all, During an upgrade from 1.7.21 to 2.0.2, rb-site upgrade hung. I killed it, and running it again yields the error below, and now no combination of versions works. My last database backup is not so very old, but I'd really rather not lose anything if it's possible to avoid it. (The

Re: Upgrade to 2.0.2 Failed

2014-07-01 Thread Andrew Hills (anhills)
://www.beanbaginc.com/ On July 1, 2014 at 10:12:54 AM, Andrew Hills (anhills) (anhi...@cisco.commailto:anhi...@cisco.com) wrote: Hi all, During an upgrade from 1.7.21 to 2.0.2, rb-site upgrade hung. I killed it, and running it again yields the error below, and now no combination of versions works

Re: Upgrade to 2.0.2 Failed

2014-07-01 Thread Andrew Hills (anhills)
://www.reviewboard.org/ Beanbag, Inc. - http://www.beanbaginc.comhttp://www.beanbaginc.com/ On July 1, 2014 at 10:12:54 AM, Andrew Hills (anhills) (anhi...@cisco.commailto:anhi...@cisco.com) wrote: Hi all, During an upgrade from 1.7.21 to 2.0.2, rb-site upgrade hung. I killed it, and running it again

Re: Paths in the Patch file

2014-02-19 Thread Andrew Hills (anhills)
Is it just me, or do those paths look identical? Those are paths relative to the repository root, and doesn't seem to have anything to do with remote servers. On Feb 19, 2014, at 10:40 AM, Allen zhangsan8...@gmail.commailto:zhangsan8...@gmail.com wrote: After a code review is created, there`s

Re: Failure authenticating with BASIC 'Web API'@reviewboard.example.com

2014-02-11 Thread Andrew Hills (anhills)
Hi, I don't know anything about ReviewBot or Jenkins, but BASIC is a type of HTTP authentication, and those errors are indicating that whichever process is attempting to access the web API does not have any credentials provided (i.e., you forgot to give it a username/password to access the web