-
-
Notifications
You must be signed in to change notification settings - Fork 495
Recipe for upcoming doctrine/migrations 3.0 and 2.2 #729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request does not pass validation.
doctrine/doctrine-migrations-bundle/3.0/config/packages/doctrine_migrations.yaml
Outdated
Show resolved
Hide resolved
doctrine/doctrine-migrations-bundle/3.0/config/packages/doctrine_migrations.yaml
Outdated
Show resolved
Hide resolved
Hello, how can we move forward here? |
The reason why is failing is related to symfony/orm-pack#18 and symfony/orm-pack#22 |
Orm pack should have a major release each time a major release is merged into doctrine |
As a quick solution you can revert symfony/orm-pack#22 and later address some of the concerns I've expressed into my comments |
The reason is that I installed |
Ah... my bad. 👍 doctrine/doctrine-migrations-bundle v3 is not yet released, so some error can still happen |
8373785
to
7f17c48
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request passes validation.
applied proposal in #718, now migrations are in root |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request passes validation.
@goetas do you consider it still WIP? If not can you please update the PR title. to confirm? |
7f17c48
to
d64c7f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request does not pass validation.
d64c7f7
to
4bea6a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request passes validation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request passes validation.
@nicolas-grekas this is ready |
What are the next steps to see this merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request passes validation.
It looks like the recipe for 3.0 didn't actually make it into this PR? https://github.com/doctrine/DoctrineMigrationsBundle/blob/3.0.x/UPGRADE.md reports changes that are not covered here. |
Closes #718