Joe Shelton
Joe Shelton
I plan to extend ECE Tools for use with Magento Open Source outside of a Cloud environment. Much of the code in ECE Tools would accommodate this. The original plan...
Changes (by Magento) in this file would not effect existing projects. In fact, this function was recently changed. I don't think changes here would be considered BIC. https://github.com/magento/magento-cloud/commit/d9785ce58bf0ae27011de52226e24402bd5d8c49#diff-a82aa6e9574b747dac9152a71413a3ba Regardless, I'm...
I see what you mean. I'm not in favor of people using the current function as-is. There's no way to use it without environment-specific domains being committed into a repository...
And, by the way, the behavior of that function did change. It became stricter. d9785ce#diff-a82aa6e9574b747dac9152a71413a3ba Previously a substring match starting at position 0 would return true. (eg. "example" would match...
I like the idea of a sample override file. It would help to guide new users along the correct path to customization. Could that be introduced as a separate issue?...
I'm familiar with how override files work. A method of customization is not at the heart of the issue. My issue is that currently the build tool configures ports inconsistently,...
`magento-cloud build` acts on the local environment where it is run. Not a remote environment. `magento-cloud redeploy` acts on a remote environment. But as you noted, sometimes the build phase...