Paul Gilzow
Paul Gilzow
Because the config file validator marks the source operation as a warning if the user doesn't have access to the feature, add comments before the source operation explaining that it...
After internal discussions, it has been decided to remove the `build` flavor of `composer` to `none` and instead have composer perform its install during the build hook. This will allow...
The WordPress part of the gatsby-wordpress multiapp uses a similar set up as our WordPress-Composer template, but not completely. For ease of maintenance, the suggestion is to bring the two...
PHP 7.4 has reached EOL. During the upgrade to PHP8.1 [we discovered](https://github.com/platformsh/template-builder/pull/706) we have several templates that do not support PHP 8.0 or 8.1. As running EOL'ed runtimes represent a...
Both [Probot](https://github.com/platformsh/template-builder/blob/master/templates/probot/files/platformsh/setup/build.sh#L14) and [Pimcore](https://github.com/platformsh/template-builder/blob/master/templates/pimcore/files/.platform.app.yaml#L86) use the previous version of installing the Platform.sh CLI tool. These will both need to updated to the new method. We might consider changing how Pimcore...
various applications (wget, curl, composer, npm, yarn, etc) are used in the python classes as part of the actions. If one is missing from the host system running the update,...
See line 27 in [`project/__init__.py`](https://github.com/platformsh/template-builder/blob/master/project/__init__.py#L27). We're using the presence of a package.json file to determine that we should run `npm update` and then `yarn.lock` to run `yarn upgrade` but yarn...
For composer-based templates, `--ignore-platform-req=php` is added a default composer parameter to allow for anyone to run the template update process regardless of what they have installed on their local machine....
### Where on docs.platform.sh should be changed? https://docs.upsun.com/learn/tutorials/dependency-updates.html#2-automate-your-dependency-updates-with-a-cron-job https://docs.platform.sh/learn/tutorials/dependency-updates.html#2-automate-your-dependency-updates-with-a-cron-job ### What exactly should be updated? AS of Git 26, when `--fetch-branches` is set to true (default) in a source integration,...
### Where on docs.platform.sh should be changed? https://docs.upsun.com/manage-resources/adjust-resources.html#vertical-scaling ### What exactly should be updated? The [horizontal scaling ](https://docs.upsun.com/manage-resources/adjust-resources.html#horizontal-scaling)section for the CLI command includes both an interactive and manual section with...