Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: re-add DDEV_MAILHOG_PORT and related env vars, fixes #5351 #5352

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

rfay
Copy link
Member

@rfay rfay commented Sep 18, 2023

The Issue

In DDEV v1.22.2 we removed DDEV_MAILHOG_PORT and that made a number of usages fail. Putting that back; it now points to mailpit of course.

Manual Testing Instructions

  • Create a custom command that use ${DDEV_MAILHOG_PORT} and make sure it emits the value.
  • Review the diffs in DockerEnv() between v1.22.1 and current.
  • Test an add-on that might still have DDEV_MAILHOG_PORT in it. (ddev/ddev-browsersync for example, and ddev-adminer)

Automated Testing Overview

We now test for DDEV_MAILHOG_PORT and several other things.

Related Issue Link(s)

Release/Deployment Notes

@rfay rfay requested review from a team as code owners September 18, 2023 19:57
@github-actions
Copy link

@rfay rfay marked this pull request as draft September 18, 2023 21:56
@rfay rfay marked this pull request as ready for review September 19, 2023 00:36
@rfay rfay force-pushed the 20230918_5351_support_mailhog_env_vars branch from 59c34f6 to dfbb333 Compare September 19, 2023 20:04
@rfay rfay merged commit 42e2150 into ddev:master Sep 19, 2023
12 checks passed
@rfay rfay deleted the 20230918_5351_support_mailhog_env_vars branch September 19, 2023 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant