Uh oh!
There was an error while loading. Please reload this page.
[stable29] Migration Attributes - #46889
Conversation
ChristophWurst
commented
Jul 30, 2024
This PR adds a new API. Are you sure this will be backported? |
AndyScherzinger
commented
Aug 1, 2024
Discussion/Decision has been to have it backported to v29, so people can "experience" the new feature when updating to v30 - given that we judge this change to be low/no risk. Thus adding @sorbaugh to clarify/ensure this. |
skjnldsv
commented
Aug 1, 2024
As always, features = minor. |
nickvergessen
commented
Aug 1, 2024
Maybe we can wait until it was tested a couple of times during the 30 beta/rc updates? |
AndyScherzinger
commented
Aug 1, 2024
During the betas sure, maybe RC1 / RC2 max, else there isn't enough time to actually get feedback for it. |
nickvergessen
commented
Aug 1, 2024
well the updates within the 30 beta X to beta X+1 also use this right? not only the updates from 29 to 30 |
AndyScherzinger
commented
Aug 1, 2024
Yes. My point is rather when we consider it "the last point in time we are (relatively) fine with merging it", hence I do not want to wait until the very last minute before that v29 package is build and released but also respect v29 release timelines. |
20cd7aa to
e027825CompareThere was a problem hiding this comment.
Psalm found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
e027825 to
7b67067CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
a329ce1 to
f3ac8adCompareArtificialOwl
commented
Aug 2, 2024
|
ArtificialOwl
commented
Aug 6, 2024
AndyScherzinger
commented
Aug 6, 2024
@ArtificialOwl beyond testing if the occ command works, did (and if not can) you test that the 29+PR upgraded to 30-master (with above annotated migrations) still runs through smoothly? That would be a pre-requisite in terms of test-set that should be checked before merging this PR. |
juliusknorr
left a comment
There was a problem hiding this comment.
Looks good with one question.
Also please update the issue description to reflect the current state of the partial backport. Currently it looks like there is still work to do but the diff seems fine
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
f3ac8ad to
825be0aCompareArtificialOwl
commented
Aug 7, 2024
I have updated the description of the PR |
ArtificialOwl
commented
Aug 7, 2024
i will test 29.0.4+PR with an upgrade to 30.0.0beta5 after its release at the end of this week. (But I see no reason for a fail) |
AndyScherzinger
commented
Aug 7, 2024
Thanks a lot @ArtificialOwl 👍👍👍 |
AndyScherzinger
commented
Aug 8, 2024
Testing has been reported as being successful upgrading 29+this-pr to v30-pre-releases |

Backport of #46476+#47069
This is a light backport of the Migration Attributes + Metadata Manager adding the features to:
description()method to obtain human readable content,migrations:previewocc command to display future migrationsThe backport removes the part of creating metadata based on local content, as it is useless for NC29, and not compat for php 8.0