Stanislav Zhuk
Stanislav Zhuk
@cballenar, glad you're working on it, I've run tests and it needs [formatting](https://github.com/ddev/ddev/actions/runs/8764481429/job/24115295597?pr=6118). Please install `golangci-lint` locally and run this in the project root: ``` make golangci-lint ```
@mandrasch, `GetPrimaryURL()` checks for `CanUseHTTPOnly()`: https://github.com/ddev/ddev/blob/ea922e29a573011ce1554d8344933ae03c0ee5d8/pkg/ddevapp/ddevapp.go#L2657-L2670 And `CanUseHTTPOnly()` is self-explanatory: https://github.com/ddev/ddev/blob/ea922e29a573011ce1554d8344933ae03c0ee5d8/pkg/ddevapp/utils.go#L506-L513 And finally, the code below (for HTTPS) will never be executed, because `CanUseHTTPOnly()` is always true for Gitpod and...
I think the code should be such that it fits the other parts (even if it generates HTTPS links): ```diff --- a/pkg/ddevapp/ddevapp.go +++ b/pkg/ddevapp/ddevapp.go @@ -2618,7 +2618,7 @@ func (app...
@mandrasch, yes, most likely a change in logic led to unexpected result. I will investigate this better, because all I did was try your demo repo and look at the...
I reopened #5943, it should fix the port redirection in this issue because `$DDEV_PRIMARY_URL` will be generated without the port. ~~And it will now show `http://127.0.0.1:8080` in the `All URLs`...
I'm glad to hear that! The only thing to note is that I used three words in my nickname, so "a" is the article and I'm Stas 🙂. > I...
Rebased and bumped the docker version (but nothing really changed here).
Hi @cstuart, please provide the output for `ddev debug test` in the first post. I assume you are using macOS, and this has something to do with Mutagen.
Answering to https://github.com/ddev/ddev/issues/6139#issuecomment-2086929352 in the relevant issue: > Is there something like that where we can get the mysql version of the client also? There is `mysql-apt-config` https://dev.mysql.com/doc/refman/8.4/en/linux-installation-apt-repo.html The current...
@Defcon0, It's working, https://r.mariadb.com/downloads/mariadb_repo_setup was down, but it's fine now.