Re: Error on 1.5 - 1.7.1 upgrade: Model 'reviews.FileAttachmentComment' already has a field named 'extra_data'

2013-02-08 Thread Sebastien Douche
, in get return self.get_query_set().get(*args, **kwargs) File /usr/local/lib/python2.6/dist-packages/django/db/models/query.py, line 341, in get % self.model._meta.object_name) DoesNotExist: Evolution matching query does not exist. -- Sebastien Douche sdou...@gmail.com Twitter: @sdouche

Re: Error on 1.5 - 1.7.1 upgrade: Model 'reviews.FileAttachmentComment' already has a field named 'extra_data'

2013-02-08 Thread Sebastien Douche
. I have a repro case for another issue (not quite yours, but maybe related), so... maybe I'll figure out something. Do you want the dump of our database? ~330MB (we use RB since 0.something :). -- Sebastien Douche sdou...@gmail.com Twitter: @sdouche / G+: +sdouche -- Want to help the Review

Re: Error on 1.5 - 1.7.1 upgrade: Model 'reviews.FileAttachmentComment' already has a field named 'extra_data'

2013-02-05 Thread Sebastien Douche
'reviews.FileAttachmentComment' already has a field named 'extra_data' Doesn't work :(. -- Sebastien Douche sdou...@gmail.com Twitter: @sdouche / G+: +sdouche -- 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

Re: Error on 1.5 - 1.7.1 upgrade: Model 'reviews.FileAttachmentComment' already has a field named 'extra_data'

2013-01-28 Thread Sebastien Douche
On Fri, Jan 18, 2013 at 6:10 PM, Sebastien Douche sdou...@gmail.com wrote: On Fri, Dec 28, 2012 at 2:28 AM, Christian Hammond chip...@chipx86.com wrote: If you have both before and after, that would certainly help a lot :) Done Hey Christian, have you see my dumps? -- Sebastien Douche

Error on 1.5 - 1.7.1 upgrade: Model 'reviews.FileAttachmentComment' already has a field named 'extra_data'

2012-12-27 Thread Sebastien Douche
(reviewboard.scmtools.plastic.PlasticTool) in database Error: Model 'reviews.FileAttachmentComment' already has a field named 'extra_data' On IHM: DatabaseError at /dashboard/ (1054, Unknown column 'accounts_profile.is_private' in 'field list') Any ideas? -- Sebastien Douche sdou...@gmail.com Twitter

Re: Error on 1.5 - 1.7.1 upgrade: Model 'reviews.FileAttachmentComment' already has a field named 'extra_data'

2012-12-27 Thread Sebastien Douche
? Never. Can you provide an SQL dump of the django_evolution and django_project_version tables? Before or after the migration to 1.7.1? -- Sebastien Douche sdou...@gmail.com Twitter: @sdouche / G+: +sdouche -- Want to help the Review Board project? Donate today at http://www.reviewboard.org

RBTools: wrong repository path

2011-09-07 Thread Sebastien Douche
/git/repo_name.git I've a patch for that. -- Sebastien Douche sdou...@gmail.com Twitter : @sdouche -- 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

Re: How can I run ReviewBoard 1.5.5 and 1.6rc1 in same time?

2011-07-19 Thread Sebastien Douche
On Mon, Jul 18, 2011 at 08:31, jh5774@samsung.com jh5774@samsung.com wrote: Please, is anyone help me from this hell? Hmmm, it's very easy to install 2 differents versions with virtualenv: create a virtualenv for each. But I don't know if it's work well with Apache. -- Sebastien Douche

Review of ReviewBoard-1.5beta2.dev_20100228-py2.6.egg

2010-03-01 Thread Sebastien Douche
Hi :) A quick review of the last nightly build. - Upgrade from ReviewBoard 1.0.5 (stable) : ok - Seems to work but the author is missing (Diff updated by) on patch notification (when you are reading a patch and another dev upload a new one). We use LDAP. -- Sebastien Douche sdou

Re: Review of ReviewBoard-1.5beta2.dev_20100228-py2.6.egg

2010-03-01 Thread Sebastien Douche
On Mon, Mar 1, 2010 at 15:45, Sebastien Douche sdou...@gmail.com wrote: Hi :) A quick review of the last nightly build. - The base part of the URL (protocole + hostname + port) is missing in the email : a href=/r/2859/diff/6/?file=3D41159#file41159line32 src/sact/storage/model/metrics/tcp.py

Re: Review Board 1.5 Beta 1 released

2010-02-14 Thread Sebastien Douche
On Sun, Feb 14, 2010 at 22:56, Christian Hammond chip...@chipx86.com wrote: We've just put out the Review Board 1.5 beta 1 release Great news! But sorry for this stupid question: Where is the tarball? Nightlies dir contains 1.1 but not 1.5. -- Sebastien Douche sdou...@gmail.com Twitter: http

Re: Extension API?

2009-09-27 Thread Sebastien Douche
(bad excuse I know) but I'm interested to see what i can do with the code. -- Sebastien Douche sdou...@gmail.com Twitter: http://bit.ly/afkrK (agile, python, open source) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Important changes for Djblets and Review Board SVN

2009-07-31 Thread Sebastien Douche
is not needed. Time to learn Git :). -- Sebastien Douche sdou...@gmail.com Twitter: http://bit.ly/afkrK (agile, python, open source) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups reviewboard group. To post

Re: Setting up a Mercurial Repository

2009-07-28 Thread Sebastien Douche
on New Review Request all I get is   Something broke! (Error 500) Switch to debug mode (or read apache log) to know exactly what's wrong. cheers -- Sebastien Douche sdou...@gmail.com Twitter: http://bit.ly/afkrK (agile, python, open source

Re: Hg mirror of Reviewboard available

2009-06-26 Thread Sebastien Douche
use for development. We push to SVN from there. In time (probably in the next few months sometime) we're probably going to move all our code into Git officially, hosted likely on GitHub. Great -- Sebastien Douche sdou...@gmail.com --~--~-~--~~~---~--~~ You

Hg mirror of Reviewboard available

2009-06-25 Thread Sebastien Douche
We love DVCS (another way to said we hate SVN :) and we want send patch and contribution. So we create a Hg mirror :) http://hg.reviewboard.mirrors.securactive.org/trunk/ -- Sebastien Douche sdou...@gmail.com --~--~-~--~~~---~--~~ You received this message

Re: Upgraded from beta to 1.0 I am getting cache issues.

2009-06-23 Thread Sebastien Douche
, remove old eggs. What's happen? -- Sebastien Douche sdou...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups reviewboard group. To post to this group, send email to reviewboard@googlegroups.com

Re: Why reviewboard remove diff comment? (bug? feature?)

2009-06-19 Thread Sebastien Douche
-r 1a88a8ef8dbc setup.py --- a/setup.py Fri Jun 12 19:26:41 2009 +0200 +++ b/setup.py Fri Jun 19 13:38:58 2009 +0200 Upload this patch (demo.patch) on reviewboard and download it. This is a comment is not here. I suspect parse_special_header function exit -- Sebastien Douche sdou...@gmail.com

Small improvement on shipit count

2009-06-18 Thread Sebastien Douche
Hi, here we use a different shipit counting : we count only the number of shipit where the timestamp is more recent than last diff. The goal is to see shipit only for the last diff, shipit on precious diff is not relevant. Christian, what do you think about that? -- Sebastien Douche sdou

Re: Small improvement on shipit count

2009-06-18 Thread Sebastien Douche
reviews/evolutions/shipit_count.py, add AND reviews_review.timestamp reviews_reviewrequest.last_updated in the sql request. -- Sebastien Douche sdou...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Review Board 1.0 RC3 released

2009-06-16 Thread Sebastien Douche
/ ... don't work :(. -- Sebastien Douche sdou...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups reviewboard group. To post to this group, send email to reviewboard@googlegroups.com To unsubscribe from

Re: Review Board 1.0 RC3 released

2009-06-16 Thread Sebastien Douche
be the parent_diff_path field. Copy/paste the diff_path and see if it just works. Awesome! Seems to work perfectly. Any chance to see this feature for 1.0? -- Sebastien Douche sdou...@gmail.com --~--~-~--~~~---~--~~ You received this message because you

Re: Review Board 1.0 RC3 released

2009-06-15 Thread Sebastien Douche
by Colin Caughie. Why haven't you change initial screen (create a Hg review request)? It's not possible to create a review request with parent path. -- Sebastien Douche sdou...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Create new review remote API

2009-06-15 Thread Sebastien Douche
If someone had guidance on how to do the reviewboard side of this, I would appreciate it. We develop an CLI app with Hg and Reviewboard. Alpha stage but useful to understand interaction with RB. -- Sebastien Douche sdou...@gmail.com

Re: Getting parent diffs working with Mercurial

2009-05-05 Thread Sebastien Douche
, can you put this change for the rc2? Another question Christian, why it is not possible to add diff and parent diff directly in request creation? Cheers. -- Sebastien Douche sdou...@gmail.com --~--~-~--~~~---~--~~ You received this message because you

Re: Getting parent diffs working with Mercurial

2009-04-28 Thread Sebastien Douche
On Tue, Apr 28, 2009 at 16:20, ccaughie c.caug...@googlemail.com wrote: No replies, so I've added a review request: http://reviews.review-board.org/r/841/ Hi Colin, sorry for the gap, i will test your patch soon. -- Sebastien Douche sdou...@gmail.com

Re: Small UI feature request: 2 new fields

2009-03-20 Thread Sebastien Douche
On Fri, Feb 20, 2009 at 16:57, Sebastien Douche sdou...@gmail.com wrote: 1. field dependency 2. field state No success for my proposal ;(. Now I need 4 new fields, how adding them? -- Sebastien Douche sdou...@gmail.com --~--~-~--~~~---~--~~ You received

Small UI feature request: 2 new fields

2009-02-20 Thread Sebastien Douche
field for each use cases: 1. field dependency 2. field state What do you think? How implement this for our needs? Cheers -- Sebastien Douche sdou...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Diff between revisions is broken in alpha4

2009-02-17 Thread Sebastien Douche
On Tue, Feb 17, 2009 at 16:28, Martin mkoeb...@gmail.com wrote: Am I the only one experiencing that? I have this problem too. -- Sebastien Douche sdou...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Tiny LDAP patch

2008-11-30 Thread Sebastien Douche
] Thanks Thomas, this functionality is a must-have. -- Sebastien Douche [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups reviewboard group. To post to this group, send email to reviewboard

Re: New installation/upgrade procedures

2008-11-25 Thread Sebastien Douche
a number of memory-related issues using fastcgi with Review Board, and I'd *highly* recommend mod_python. Idea behind is for testing: it's a showstopper to install configure apache with mod_python just for that imho. -- Sebastien Douche [EMAIL PROTECTED

Re: New installation/upgrade procedures

2008-11-25 Thread Sebastien Douche
On Mon, Nov 24, 2008 at 22:58, Christian Hammond [EMAIL PROTECTED] wrote: Yeah, it looks like easy_install leaves the old directory behind. I don't know why. I think it's an issue on their end. Normal way, setuptools doesn't remove anything. -- Sebastien Douche [EMAIL PROTECTED