Max Chadwick

Results 36 issues of Max Chadwick

Currently this is only tested with app/code install. Potentially mainly impacts test suite, and likely plays into CI setup.

Priority - High

Priority - High

Reference: https://github.com/sdinteractive/SomethingDigital-Magento2-Package-Accelerator/commit/68f55ae4143f0e2cabad966fb640cd54a4d02cb8

Priority - Low

Template updates / preferences / etc are also an issue when upgrading modules. We should also be able to use this tool to check for that.

Priority - High

Notes to self: It looks like we can't do sqlparser.Parse() anymore as of v0.19.0 which we do in processor.go https://github.com/vitessio/vitess/blob/v0.18.0/go/vt/sqlparser/parser.go#L179 https://github.com/vitessio/vitess/blob/v0.19.0/go/vt/sqlparser/parser.go#L152 There may be some other breaking changes, that's what...