Randy Fay
Randy Fay
This has remained in my wanna-do-it for a really long time, would love to have you take a look at it. It remains a bug: ``` $ ddev exec nothingthere...
I tried to see if this is still a problem in https://github.com/ddev/ddev/pull/4934 and sure enough, it still is, tests failed with same error.
This is fixed in several PRs that go into v1.21.4, including full scripts for both Docker Desktop and docker-ce installations. I'd love to have a GUI installer, but that will...
I assume you've all used the lovely DDEV integration plugin for PhpStorm, https://plugins.jetbrains.com/plugin/18813-ddev-integration, which makes all this invisible. A contribution here is welcome, but it seems like people are using...
@MakerTim I think the first thing to think about is whether you could make your hook less fragile. Could you test for whether it's already sanitized? Could you use an...
You might want to put the hooks in a `config.hooks.yaml` and link/unlink the extra file. > My usecase lately is to sync pre-production to production. and backwards when the customer...
This isn't very hard to do, and there have been many recent PRs adding global config that was previously project-only. Hoping for a contribution!
This is also true of the mariadb versions: `Options are [mariadb:10.1 mariadb:10.11 mariadb:10.2 mariadb:10.3 mariadb:10.4 mariadb:10.5 mariadb:10.6 mariadb:10.7 mariadb:10.8 mysql:5.7 mysql:8.0 postgres:10 postgres:11 postgres:12 postgres:13 postgres:14 postgres:15 postgres:9]` Both the...
Apparently the problem is that app.HostWebserverPort and app.HostHTTPSPort aren't set by default when they're not overridden by config, so they're empty in https://github.com/ddev/ddev/blob/bbb2caca961784aa68d0511848823464a009f14b/pkg/ddevapp/ddevapp.go#L1900-L1901 We need to figure out what they...
`ddev ssh` should return the exit code that is returned from docker-compose and not add extra output
I think this is the situation we're talking about: ``` $ ddev ssh d9 rfay@d9-web:/var/www/html$ ls /xxx ls: cannot access '/xxx': No such file or directory rfay@d9-web:/var/www/html$ exit logout Failed...