Paul Gilzow
Paul Gilzow
### Where on docs.platform.sh should be changed? https://docs.platform.sh/integrations/source/gitlab.html#2-enable-the-integration https://docs.platform.sh/integrations/source/github.html#2-enable-the-integration ### What exactly should be updated? When interactively creating an integration, if you select `false` for `build-pull-requests`, you are not prompted...
### Where on docs.platform.sh should be changed? https://docs.upsun.com/manage-resources/resource-init.html#define-a-resource-initialization-strategy ### What exactly should be updated? Under the `With a source integration` tab, the included instructions are for how to set up...
### Where on docs.platform.sh should be changed? https://docs.platform.sh/guides/drupal9/simplesaml.html ### What exactly should be updated? We can get rid of the warning at the top about SimpleSaml v2 > SimpleSAMLphp 2.1...
### Where on docs.platform.sh should be changed? https://docs.platform.sh/create-apps/web/rewrite-requests.html#query-parameters ### What exactly should be updated? > Query parameters in the request are unaffected and are passed in the request to the...
### Where on docs.platform.sh should be changed? https://docs.platform.sh/add-services/mysql.html#multiple-databases ### What exactly should be updated? In a mariadb or postegreSQL services, users can define multiple schemas. In a defined endpoint, that...
### Where on docs.platform.sh should be changed? https://docs.platform.sh/add-services/mysql.html#multiple-databases-example This is ONE example ### What exactly should be updated? Using the above as the example, the service name that is used...
### Where on docs.platform.sh should be changed? N/A ### What exactly should be updated? When getting the status of the PR, we check for a `complete` status on _any_ of...
### Where on docs.platform.sh should be changed? This is an edge case. The `deactivate_environment` job in the manage-environment.yaml workflow has a bug. Steps to reproduce: 1. Open a PR from...
### Where on docs.platform.sh should be changed? Scheduled link checker ### What exactly should be updated? This is mainly for me to have a record for future updates to the...
Unlike other `project` subcommands (e.g. `info`, `list`, `create`, `etc`), the `init` command is not available: ```shell $ upsunstg p:init [CommandNotFoundException] Command "p:init" is not defined. ``` Possibly not implemented yet...