SwagMigrationAssistant
SwagMigrationAssistant copied to clipboard
Property group name is placed in the name field instead of optionName.
As far as I can tell the psalm things are not needed anymore and the `bin/static-analyze.sh` script has been moved to a composer script.
There is not `migration:get-status` command.
The attribute value can be of different types.
fixes [#9155](https://github.com/shopware/shopware/issues/9155)
resolves [#13015](https://github.com/shopware/shopware/issues/13015) related https://github.com/shopware/shopware/pull/13587 ## Summary Introduces the new ui to resolve user-fixable migration errors grouped by code/entity/field. ==> [screen design](https://www.figma.com/design/V0y1816pt26PeSYYORSxNy/Migration?node-id=1246-13293) ==> [cloud version](https://ci-20251126-1310-dhawan-clicky-platform.swstage.store/admin): settings > migration (please do not...
resolves https://github.com/shopware/shopware/issues/13671 #### Changes: - package annotation `after-sales` => `fundamentals@after-sales` - `MigrationFix` services => `ErrorResolution` services - moved all relevant backend classes to the same domain `ErrorResolution` - renamed migration...
resolves https://github.com/shopware/shopware/issues/13670 This pull request introduces a fingerprinting mechanism for migration connections to prevent duplicate source system connections. #### Changes: - Added a new `sourceSystemFingerprint` column to the `swag_migration_connection` table....
test for #53 ### js - [x] `migration.store` - [x] `swag-migration.api.service` - [x] `swag-migration-error-resolution.service` - [x] `swag-migration-error-resolution-details-modal` - [x] `swag-migration-error-resolution-field-relation` - [x] `swag-migration-error-resolution-field-scalar` - [x] `swag-migration-error-resolution-field-unhandled` - [x] `swag-migration-error-resolution-field` -...
Remove all checks, which results in an empty Convert Result. These should be catches by the later entity validation