kaliop-uk / ezmigrationbundle

This bundle makes it easy to handle eZPlatform / eZPublish5 content upgrades/migrations
GNU General Public License v2.0
53 stars 81 forks source link

eZPlatform 3.0 support #213

Closed ciastektk closed 5 years ago

gggeek commented 5 years ago

Interesting! However it is my understanding that many breackages will happen with ezplatform 3, and I am not sure that it will be possible to keep the same codebase being compatible all the way up from ez5... Did you try by any chance to run the full test suite on ezpl3, or are the fixes the result of only trying to execute a couple of migrations? If the latter, a good addition would be to add ezpl3 to the test matrix in the travis config. (And if you feel adventurous, you can check out the latest master branch and try to run the tests locally using docker...)

On Fri, 5 Jul 2019, 15:55 ciastektk, notifications@github.com wrote:


You can view, comment on, or merge this pull request online at:

https://github.com/kaliop-uk/ezmigrationbundle/pull/213 Commit Summary

  • eZPlatform 3.0 support

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kaliop-uk/ezmigrationbundle/pull/213?email_source=notifications&email_token=AACLLGRI75SQAEKHLGILBDDP55HEHA5CNFSM4H6LRB22YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G5SBBQQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AACLLGRNX5JVTMNWPD2AVVDP55HEHANCNFSM4H6LRB2Q .

gggeek commented 5 years ago

Thanks for working out how to update the travis config. I should have some spare time in the upcoming week and be able to try out if it is possible to have a single branch which is compatible with all ez kernel versions or not...

gggeek commented 5 years ago

ps: seems like bringing back tests is tougher then expected. I created a ticket to track progress: https://github.com/kaliop-uk/ezmigrationbundle/issues/218