Re: Enabling Comment Severity in RB 2.5 not possible

2015-12-02 Thread Markus Fischbacher
Hi Christian,

the published fix works well for me :)
Thank you for your fast response!

Markus

Am Dienstag, 1. Dezember 2015 22:21:57 UTC+1 schrieb Christian Hammond:
>
> Hi Markus,
>
> We're putting out a build of django-evolution today that may address this. 
> Hold tight. I'll send an announcement to this list when it's out.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - https://www.reviewboard.org
> Beanbag, Inc. - https://www.beanbaginc.com
>
> On Tue, Dec 1, 2015 at 5:02 AM, Markus Fischbacher  > wrote:
>
>> Hi there,
>>
>> I'm operating a Review Board 2.5 on Ubuntu 14.04.3 LTS, Apache 2.4.7, 
>> MySQL 5.5.46.
>> Enabling the extension Comment Severity with version 0.5.1 shows me the 
>> following error:
>>
>> Comment Severity 0.5.1
>> Comment severity fields for Review Board.
>>
>> This extension failed to load with the following error:
>>
>> The stored evolutions do not completely resolve all model changes.
>> Run `./manage.py evolve --hint` to see a suggestion for the changes required.
>>
>> The following are the changes that could not be resolved:
>> In model reviews.ReviewRequest:
>> Field 'file_attachment_histories' has been added
>> In model reviews.Group:
>> Field 'is_default_group' has been added
>> Field 'email_list_only' has been added
>> In model accounts.ReviewRequestVisit:
>> Field 'visibility' has been added
>> Meta property 'index_together' has changed
>> In model attachments.FileAttachment:
>> Field 'attachment_revision' has been added
>> Field 'attachment_history' has been added
>> The model diffviewer.FileDiffData has been deleted
>> In model diffviewer.FileDiff:
>> Field 'legacy_diff_hash' has been added
>> Field 'legacy_parent_diff_hash' has been added
>> In field 'diff_hash':
>> Property 'db_column' has changed
>> Property 'related_model' has changed
>> In field 'parent_diff_hash':
>> Property 'db_column' has changed
>> Property 'related_model' has changed
>>
>>
>> Traceback (most recent call last):
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/Djblets-0.9-py2.7.egg/djblets/extensions/manager.py",
>>  line 1068, in _migrate_extension_models
>> stdout=stream, stderr=stream)
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/Django-1.6.11-py2.7.egg/django/core/management/base.py",
>>  line 285, in execute
>> output = self.handle(*args, **options)
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/management/commands/evolve.py",
>>  line 65, in handle
>> self.evolve(*app_labels, **options)
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/management/commands/evolve.py",
>>  line 133, in evolve
>> self.check_simulation()
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/management/commands/evolve.py",
>>  line 262, in check_simulation
>> raise CommandError('Your models contain changes that Django '
>> CommandError: Your models contain changes that Django Evolution cannot 
>> resolve automatically.
>>
>> How can I solve this issue?
>> Any help is appreciated.
>>
>> Thanks
>> Markus 
>>
>>
>> -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to reviewboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Enabling Comment Severity in RB 2.5 not possible

2015-12-01 Thread Christian Hammond
Hi Markus,

We're putting out a build of django-evolution today that may address this.
Hold tight. I'll send an announcement to this list when it's out.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - https://www.reviewboard.org
Beanbag, Inc. - https://www.beanbaginc.com

On Tue, Dec 1, 2015 at 5:02 AM, Markus Fischbacher <
markus.fischbac...@live.at> wrote:

> Hi there,
>
> I'm operating a Review Board 2.5 on Ubuntu 14.04.3 LTS, Apache 2.4.7,
> MySQL 5.5.46.
> Enabling the extension Comment Severity with version 0.5.1 shows me the
> following error:
>
> Comment Severity 0.5.1
> Comment severity fields for Review Board.
>
> This extension failed to load with the following error:
>
> The stored evolutions do not completely resolve all model changes.
> Run `./manage.py evolve --hint` to see a suggestion for the changes required.
>
> The following are the changes that could not be resolved:
> In model reviews.ReviewRequest:
> Field 'file_attachment_histories' has been added
> In model reviews.Group:
> Field 'is_default_group' has been added
> Field 'email_list_only' has been added
> In model accounts.ReviewRequestVisit:
> Field 'visibility' has been added
> Meta property 'index_together' has changed
> In model attachments.FileAttachment:
> Field 'attachment_revision' has been added
> Field 'attachment_history' has been added
> The model diffviewer.FileDiffData has been deleted
> In model diffviewer.FileDiff:
> Field 'legacy_diff_hash' has been added
> Field 'legacy_parent_diff_hash' has been added
> In field 'diff_hash':
> Property 'db_column' has changed
> Property 'related_model' has changed
> In field 'parent_diff_hash':
> Property 'db_column' has changed
> Property 'related_model' has changed
>
>
> Traceback (most recent call last):
>   File 
> "/usr/local/lib/python2.7/dist-packages/Djblets-0.9-py2.7.egg/djblets/extensions/manager.py",
>  line 1068, in _migrate_extension_models
> stdout=stream, stderr=stream)
>   File 
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.11-py2.7.egg/django/core/management/base.py",
>  line 285, in execute
> output = self.handle(*args, **options)
>   File 
> "/usr/local/lib/python2.7/dist-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/management/commands/evolve.py",
>  line 65, in handle
> self.evolve(*app_labels, **options)
>   File 
> "/usr/local/lib/python2.7/dist-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/management/commands/evolve.py",
>  line 133, in evolve
> self.check_simulation()
>   File 
> "/usr/local/lib/python2.7/dist-packages/django_evolution-0.7.5-py2.7.egg/django_evolution/management/commands/evolve.py",
>  line 262, in check_simulation
> raise CommandError('Your models contain changes that Django '
> CommandError: Your models contain changes that Django Evolution cannot 
> resolve automatically.
>
> How can I solve this issue?
> Any help is appreciated.
>
> Thanks
> Markus
>
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.