Stanislav Zhuk
Stanislav Zhuk
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? From - https://github.com/ddev/ddev/pull/6391#pullrequestreview-2171929400 ### Describe...
When I have an image already built, I expect it to be built again (using cache), regardless of whether I have internet or not. This works with the `docker` build...
My `composer.json`: Not applicable. Output of `composer diagnose`: ``` composer diagnose Checking platform settings: OK Checking git settings: OK git version 2.39.2 Checking http connectivity to packagist: OK Checking https...
## The Issue - #6628 The culprit: - #6604 This was discussed earlier in: - #2547 ## How This PR Solves The Issue Adds proper escaping. Adds missing test coverage....
### Preliminary checklist - [x] I am using the latest stable version of DDEV (see [upgrade guide](https://ddev.readthedocs.io/en/stable/users/install/ddev-upgrade/)) - [x] I have searched [existing issues](https://github.com/ddev/ddev/issues) - [x] I have checked the...
## The Issue - #6613 I noticed a new tag `feature_install-ddev_v1.23.5` was pushed along with v1.23.5 release: https://github.com/ddev/ddev/actions/runs/11385449834/job/31680907782#step:5:61 ``` {"install-ddev":{"publishedTags":["1","1.23","v1.23.5","latest"],"digest":"sha256:4d03c2538d039b196e5bd3e2f81c921fca5cacbde5beb551281a4c20389ca2e9","version":"v1.23.5"}} Adding repo tag 'feature_install-ddev_v1.23.5'... Tag 'feature_install-ddev_v1.23.5' added. ``` ## How...
## The Issue - #6613 ## How This PR Solves The Issue - Copy-paste Gitpod ports from https://github.com/ddev/ddev-gitpod-launcher/blob/main/.gitpod.yml - Update links, that became outdated after #6613 ## Manual Testing Instructions...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? When you mount some folder...
## The Issue - #32 - #28 ## How This PR Solves The Issue Adds `ddev redis-backend` command. TODOL add some bats tests. ## Manual Testing Instructions Using Laravel quickstart...
## The Issue - https://github.com/ddev/ddev/pull/7324#issuecomment-2974708871 ## How This PR Solves The Issue - Removes not needed condition (EOL buster security repo is available) - Clarifies comment ## Manual Testing Instructions...