Re: Review Due Dates?

2012-04-30 Thread Britt Pearsall
Do you have any suggestions as to how I would go about customizing my
instance of ReviewBoard? The 'Development' documentation on the ReviewBoard
site seems to be geared more towards working on ReviewBoard for the
community, as opposed to making just one change for my own installation. If
I just want to customize mine, would I still go through all the git steps?
If so, once I've made my changes, how do I deploy them to the instance I
currently have running? Or can I just edit the .py files directly?

~Britt


On Wed, Apr 11, 2012 at 3:08 PM, David Trowbridge trowb...@gmail.comwrote:

 This is currently not part of the system. We've always tried to keep
 things as
 flexible as possible because people have such varying workflows, and using
 text comments accomodates most things (though of course, filtering/sorting
 wouldn't be included in that). I don't think it would be terribly
 difficult to add
 a basic deadline field, though searching/sorting is more work.

 -David



 On Wed, Apr 11, 2012 at 8:47 AM, Britt Pearsall doubl...@gmail.com
 wrote:
  Is there a way to set a 'deadline' for a review? IE -- I submit a review,
  and I want to note that the review needs to be completed by next Friday,
 the
  20th. Is there a field or something where I can add that easily? Or has
  anyone coded this additional functionality easily?
 
  Ideally, once I have the deadline, I'd also like to be able to
 search/filter
  review request based on when they're due. Anyone have any insight into
 how
  this can be done?
 
  ~Britt
 
  --
  Want to help the Review Board project? Donate today at
  http://www.reviewboard.org/donate/
  Happy user? Let us know at http://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/reviewboard?hl=en

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Review Due Dates?

2012-04-11 Thread Britt Pearsall
Is there a way to set a 'deadline' for a review? IE -- I submit a review,
and I want to note that the review needs to be completed by next Friday,
the 20th. Is there a field or something where I can add that easily? Or has
anyone coded this additional functionality easily?

Ideally, once I have the deadline, I'd also like to be able to
search/filter review request based on when they're due. Anyone have any
insight into how this can be done?

~Britt

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Connect SVN Repository

2012-03-15 Thread Britt Pearsall
No, that's not the full path, but that is the root it's complaining about.
The full URL is more like
https://svn/something/moreStuff/anotherFolder/gibberish/branches/. But the
error message does truncate everything after svn/.

On Thu, Mar 15, 2012 at 5:45 PM, Chris Tooley ch...@tooley.com wrote:

 The server name is svn and there is no path to the repo except /?
 On Mar 15, 2012 4:39 PM, Britt Pearsall doubl...@gmail.com wrote:

 Does anyone have any ideas to help with this problem?

 We've gotten a read-only user created, however I still cannot get Review
 Board to realize there is a repository at the given URL. It simply 'cannot
 connect to server https://svn' -- that is the proper root for our
 repository, and I've attempted to replace the 'svn' with the proper IP
 address, but still nothing works.

 On Tue, Feb 28, 2012 at 9:33 AM, Britt Pearsall doubl...@gmail.comwrote:

 We're using Review Board 1.6.3 -- it was the most up-to-date version as
 of a few weeks ago. Since it's not up and running yet, I'll probably end up
 upgrading before handing it over to my team.

 We access the Subversion server with HTTPS. We have no SSH access -- the
 repository is controlled by an outside team and they have very strict
 regulations regarding who they grant access to it. We do have a few
 read-only users that we could use, so I'll attempt to set up RB using one
 of them

 The server kicks back an error:

 [Tue Feb 28 06:39:11 2012] [error] ERROR:root:SVN: Failed to get
 repository information for https://svn/---: OPTIONS of 
 'https://svn/---':
 could not connect to server (https://svn)
 [Tue Feb 28 06:39:13 2012] [error]
 /usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/contrib/auth/models.py:393:
 DeprecationWarning: The user messaging API is deprecated. Please update
 your code to use the new messages framework.
 [Tue Feb 28 06:39:13 2012] [error]   category=DeprecationWarning)

 Those two errors look unrelated to me, but I'll see what I can do about
 updating the 'user messaging API' -- anyone know off the top of their head
 what module that might be?

 ~Britt


 On Tue, Feb 28, 2012 at 4:15 AM, Christian Hammond 
 chip...@chipx86.comwrote:

 Hi Britt,

 What version of Review Board are you using?

 What form of URL are you using for the Subversion server? Is it backed
 by SSH or by HTTPS? You may want to check your server log to see if there
 are any errors during repository checking.

 You can't have each user authenticate separately, nor would it make any
 sense to do so. Review Board is going to access the files, cache them, and
 present them to each user. The access is not per-user.

 What we generally recommend is to have a read-only account on the SVN
 side and use that. If you have any SSH access to the repository, you can
 use SSH keys and skip the password part entirely.

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Mon, Feb 27, 2012 at 7:01 AM, Britt Pearsall doubl...@gmail.comwrote:

 I'm trying to link ReviewBoard to a code repository, specifically a
 Subversion repository. I have the URL that we use to get to the code, but 
 I
 think we have a proxy of some kind and that it might be blocking the site
 from recognizing the repository.

 I believe the proxy is set up specifically for SVN and not the
 internet as a whole, so I didn't think it qualified as the whole box 
 behind
 'behind the proxy server' -- meaning I didn't set up the http-proxy
 variable before running the easy_install. But even before installation 
 both
 the server RB is hosted on and the machine I'm accessing the site from had
 access to the SVN repository -- both machines can
 browse/checkout/commit/etc code. However when I try to add the repo from
 the admin dashboard I get an error that that no repository exists at the
 specified path. Anyone have any ideas?

 An additional question for when I do get connected -- I can input a
 username/pw on the admin console for the repository, however everyone here
 has their own username/pw for SVN. Is there a way that they can each
 connect to SVN, through reviewboard, with their own ID?

  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

Re: Connect SVN Repository

2012-02-28 Thread Britt Pearsall
We're using Review Board 1.6.3 -- it was the most up-to-date version as of
a few weeks ago. Since it's not up and running yet, I'll probably end up
upgrading before handing it over to my team.

We access the Subversion server with HTTPS. We have no SSH access -- the
repository is controlled by an outside team and they have very strict
regulations regarding who they grant access to it. We do have a few
read-only users that we could use, so I'll attempt to set up RB using one
of them

The server kicks back an error:

[Tue Feb 28 06:39:11 2012] [error] ERROR:root:SVN: Failed to get repository
information for https://svn/---: OPTIONS of 'https://svn/---': could
not connect to server (https://svn)
[Tue Feb 28 06:39:13 2012] [error]
/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/contrib/auth/models.py:393:
DeprecationWarning: The user messaging API is deprecated. Please update
your code to use the new messages framework.
[Tue Feb 28 06:39:13 2012] [error]   category=DeprecationWarning)

Those two errors look unrelated to me, but I'll see what I can do about
updating the 'user messaging API' -- anyone know off the top of their head
what module that might be?

~Britt

On Tue, Feb 28, 2012 at 4:15 AM, Christian Hammond chip...@chipx86.comwrote:

 Hi Britt,

 What version of Review Board are you using?

 What form of URL are you using for the Subversion server? Is it backed by
 SSH or by HTTPS? You may want to check your server log to see if there are
 any errors during repository checking.

 You can't have each user authenticate separately, nor would it make any
 sense to do so. Review Board is going to access the files, cache them, and
 present them to each user. The access is not per-user.

 What we generally recommend is to have a read-only account on the SVN side
 and use that. If you have any SSH access to the repository, you can use SSH
 keys and skip the password part entirely.

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Mon, Feb 27, 2012 at 7:01 AM, Britt Pearsall doubl...@gmail.comwrote:

 I'm trying to link ReviewBoard to a code repository, specifically a
 Subversion repository. I have the URL that we use to get to the code, but I
 think we have a proxy of some kind and that it might be blocking the site
 from recognizing the repository.

 I believe the proxy is set up specifically for SVN and not the internet
 as a whole, so I didn't think it qualified as the whole box behind 'behind
 the proxy server' -- meaning I didn't set up the http-proxy variable before
 running the easy_install. But even before installation both the server RB
 is hosted on and the machine I'm accessing the site from had access to the
 SVN repository -- both machines can browse/checkout/commit/etc code.
 However when I try to add the repo from the admin dashboard I get an error
 that that no repository exists at the specified path. Anyone have any ideas?

 An additional question for when I do get connected -- I can input a
 username/pw on the admin console for the repository, however everyone here
 has their own username/pw for SVN. Is there a way that they can each
 connect to SVN, through reviewboard, with their own ID?

  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Apache Setup/Configuration

2012-02-17 Thread Britt Pearsall
Sridhar -- I'm sorry I missed your email yesterday, but I apparently did
not have that mod installed. Anton -- Thanks for the commands! Worked like
a charm. Now I've just got to rearrange these config files so that
nothing's using the default.

On Fri, Feb 17, 2012 at 4:34 PM, Anton Cohen an...@antoncohen.com wrote:

 On Thu, Feb 16, 2012 at 8:03 AM, Britt doubl...@gmail.com wrote:

 That's when Apache crashed - when I attempted
 to restart it, I get the error: Syntax error on line 8 of /etc/
 apache2/sites-enabled/reviewBoard: Invalid command
 'WSGIPassAuthorization', perhaps misspelled or defined by a module not
 included in the server configuration.


 sudo apt-get install libapache2-mod-wsgi
 sudo a2enmod wsgi
 sudo service apache2 restart
 # The last two might be done by the package post install scripts.

 -Anton

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en