Ways to archieve old reviews

2012-12-07 Thread Lucas Wong
Hi: On our reviewboard, we have accumulated more than 65000 reviews. As a result, the index page for everyone is a little bit slow, taking almost 10s to open, the other pages are working just fine. I took a guess that this is because the huge number of reviews. My questions are: 1. If we clo

Re: Ways to archieve old reviews

2012-12-07 Thread Christian Hammond
Hi Lucas, People should be closing review requests when the accompanying change is submitted. That's your "archival" process, basically. Education is going to be the most important thing here. People have to get into that habit. #1 is probably what you want to do to start off, and then make sure

Re: Configuring Review Board for GIT

2012-12-07 Thread Matthew Woehlke
On 2012-12-07 00:08, Krishnan Raghupathi wrote: I tried using the following value for the raw file URL mask - http://gitgrid.unx.coep.com/cgit/Mobile/Commons/tree/Commons/formatters/Constants.cpp?id2=7d8cb5fa13a5985e70300baac4ae09d1be8c37bf Based on that, I would guess your Raw File URL should

Re: Review Board 1.7 RC 1 is released!

2012-12-07 Thread Christian Hammond
We're definitely compatible with Python 2.6. All the entries in the log you provided are just harmless warnings, so it must be something else causing the HTTP 500 error. Is there nothing else after that in the log file? Christian On Dec 7, 2012, at 5:56, Vishal Gautam wrote: > Ahh ... that p

Re: API question: list of files in requests, filtered by path and request date

2012-12-07 Thread Christian Hammond
Hi Dado, You probably don't want to query the database directly, but you could write a script that uses our Model classes to get what you want. You'll have to spend some time looking at the Django docs on how to do that, and write a script that has your site's conf/ directory in your PYTHONPATH

open issue without code comment?

2012-12-07 Thread Matthew Woehlke
Is it possible to create an issue for a review request without it being associated with a code comment? (I don't see a way, but want to check if I'm missing something before filing an enhancement request.) The use case I am thinking of is that I go to test a patch and discover that it has e.g.

Re: open issue without code comment?

2012-12-07 Thread Christian Hammond
Hi Matthew, There's no support for that today. This is less an issue thing and more a comment thing. We tie issues to comments, and comments to some part of a file/diff. The exception being that you can leave a general summary comment on a review, but that works differently internally and makin

Re: Review Board 1.7 RC 1 is released!

2012-12-07 Thread Vishal Gautam
Ahh ... that python upgrade caused a lot of damage (being a newbie), spent entire day battling it ... since it was a new install, I recreated the site with new db, got plethora of errors. Thinking Python 2.7 could be an issue I have now downgraded to Python 2.6 and re-installed RB 1.7 and recrea

Re: Problem in viewing Review Board Diff

2012-12-07 Thread MUKUL GARG
HI, i am getting the same error logs:- Could not load amazon's S3 bindings. See http://developer.amazonwebservices.com/connect/entry.jspa?externalID=134 Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/Django-1.3.3-py2.6.egg/django/core/handlers/base.py", line 111, in

Re: Problem in viewing Review Board Diff

2012-12-07 Thread Christian Hammond
Hi Mukul, Looks like the Amazon S3 bindings changed their behavior. We'll have to work on a patch and a release to fix this properly, but for now, assuming you're not using S3 for storage, delete the django_storages-1.1.5-p2.6.egg directory and reload Apache. See if that fixes it for you. Chri

Re: Configured repository doesn't show on New Review Request page

2012-12-07 Thread Christian Hammond
Hi, I'm not an expert on the Clear Case setups, but going through the code, we do this: cleartool lsview -full -properties -cview If we get an error, we won't show the repository. We then look through the output. If there's no "Properties: " with "dynamic" or "snapshot", we fail. Otherwise

Re: open issue without code comment?

2012-12-07 Thread Matthew Woehlke
On 2012-12-07 14:55, Christian Hammond wrote: On Dec 7, 2012, at 11:52 AM, Matthew Woehlke wrote: Is it possible to create an issue for a review request without it being associated with a code comment? (I don't see a way, but want to check if I'm missing something before filing an enhancement re

Re: Will there be a 1.6.14 release

2012-12-07 Thread Derek
Hi, Is there any update to switching to a local lesscss compiler? The http://blesscss.cloudfoundry.com service is down, and that is causing the build to fail. Thanks, Derek On Monday, November 26, 2012 3:34:30 PM UTC-5, Christian Hammond wrote: > > Awesome :) > > We'll make sure to have our

Re: Will there be a 1.6.14 release

2012-12-07 Thread Christian Hammond
Hi Derek, 1.7 RC makes use of a local lessc compiler. Christian On Dec 7, 2012, at 15:00, Derek wrote: > Hi, > > Is there any update to switching to a local lesscss compiler? The > http://blesscss.cloudfoundry.com service is down, and that is causing the > build to fail. > > Thanks, > Der

Re: Review Board 1.7 RC 1 is released!

2012-12-07 Thread Vishal Gautam
Turned Debug=True, now i see this ... any pointers? Traceback: File "/usr/local/lib/python2.6/site-packages/Django-1.4.2-py2.6.egg/django/core/handlers/base.py" in get_response 89. response = middleware_method(request) File "/usr/local/lib/python2.6/site-packages/ReviewBoard