Case of the strange disappearing diff

2015-05-06 Thread Andrew MacLeod
I have one user who posts a diff from a git workspace. The diff appears on RB for a few minutes and then disappears just showing the This is an empty file display. Reviews in other workspaces work as expected (ie. don't go missing) I am unable to reproduce using the downloaded diff in my own

A question on the marking of differences in between revisions of a review

2014-11-20 Thread Andrew MacLeod
The scenario is as follow. In the first diff posting (rev #1) of a review, lines 5-10 are removed in one particular file. There are lots of other changes in this file and others. In the second diff posting (rev #2) of the review, the lines are added back in. We get several more diff

Caching not working with 2.0.8

2014-10-21 Thread Andrew MacLeod
Folks, Just upgraded to 2.0.8 this past weekend. Started to see high cpu load on the server and looked at the cache statistics (memcache) and there was no activity. Tried restarting both memcached and reviewboard but still no caching activity is occurring. Tried restarting and using file

Re: Caching not working with 2.0.8

2014-10-21 Thread Andrew MacLeod
Hi Christian, We were using 1.7.18 for the past year. Prior to that, if it matters, we used 1.6.15 Thanks! -amac On Tuesday, October 21, 2014 10:45:38 AM UTC-7, Christian Hammond wrote: Hi Andrew, What version were you using before? Christian On Tuesday, October 21, 2014, Andrew

Re: Caching not working with 2.0.8

2014-10-21 Thread Andrew MacLeod
Here you go: cache_backend: { default: { LOCATION: /export/content/reviewboard/cache, BACKEND: django.core.cache.backends.filebased.FileBasedCache } }, I switched it over from memcached to file based in attempt to get some caching working but checking the LOCATION

Re: Caching not working with 2.0.8

2014-10-21 Thread Andrew MacLeod
django.core.cache import cache cache Christian -- Christian Hammond - chri...@beanbaginc.com javascript: Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -Original Message- From: Andrew MacLeod free...@gmail.com javascript

Re: Caching not working with 2.0.8

2014-10-21 Thread Andrew MacLeod
Here is that information as well (I added the spacing to make a bit more readable): from djblets.siteconfig.models import SiteConfiguration from djblets.cache.backend_compat import normalize_cache_backend siteconfig = SiteConfiguration.objects.get_current() print

Re: Caching not working with 2.0.8

2014-10-21 Thread Andrew MacLeod
patches on, I can send you something soon. Christian -- Christian Hammond - chri...@beanbaginc.com javascript: Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -Original Message- From: Andrew MacLeod free...@gmail.com javascript

Ways to speed up 1.6.15 to 1.7.18 upgrade

2013-11-14 Thread Andrew MacLeod
Anyone have ideas on how to speed up the upgrade from 1.6.15 to 1.7.18 or more specifically the evolutions involved? When tested on a snapshot of Review Board database it appeared to take almost 4 hours to process the diffviewer_filediff table and around 90 minutes for the

post-review assuming a git repo in an svn checkout

2013-03-29 Thread Andrew MacLeod
Hello, We have some folks doing svn checkouts and commits inside of a local git repository. When running post-reivew, inside the svn checkout directory, it believes the changes to be in a git repository. We want it forced it to know about the svn check out and use the svn repository instead

Re: post-review assuming a git repo in an svn checkout

2013-03-29 Thread Andrew MacLeod
the repository type. DEBUG:root:Running: git config --get reviewboard.url DEBUG:root:Command exited with rc 1: ['git', 'config', '--get', 'reviewboard.url'] --- Unable to find a Review Board server for this source code tree. On Friday, March 29, 2013 11:43:23 AM UTC-7, Andrew MacLeod wrote: Hello, We

Re: post-review assuming a git repo in an svn checkout

2013-03-29 Thread Andrew MacLeod
then, the only options I have are to downgrade or to modify the source. Christian On Mar 29, 2013, at 12:25, Andrew MacLeod free...@gmail.com javascript: wrote: Here is the debug info: [amacleod@amacleod-ld mcls]$ post-review --debug RBTools 0.4.3 Python 2.6.6 (r266:84292, Apr 11 2011

Reviewboard returns error 200 when publishing a review

2013-02-22 Thread Andrew MacLeod
Hi, We are using version 1.6.16 and have had three reports in the past week which exactly match issue 2653 (http://code.google.com/p/reviewboard/issues/detail?id=2653) This is was closed as it seemed to have disappeared. Since it is occasionally re-appearing for us now, I wanted to know what