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

refactor!(dev-env): remove support for MailHog; use Mailpit instead #1813

Merged
merged 2 commits into from
May 2, 2024

Conversation

sjinks
Copy link
Member

@sjinks sjinks commented May 2, 2024

Description

This PR removes support for MailHog; MailHog was declared deprecated long ago.

Pull request checklist

New release checklist

Steps to Test

E2E tests should pass.

@sjinks sjinks self-assigned this May 2, 2024
Copy link
Contributor

github-actions bot commented May 2, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@@ -225,7 +225,7 @@ function preProcessInstanceData( instanceData: InstanceData ): InstanceData {

// Mailpit migration
if ( ! newInstanceData.mailpit ) {
newInstanceData.mailpit = newInstanceData.mailhog ?? false;
newInstanceData.mailpit = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be a null coalesce assign instead?

Copy link

sonarqubecloud bot commented May 2, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@sjinks sjinks merged commit 0110a30 into trunk May 2, 2024
17 checks passed
@sjinks sjinks deleted the remove/mailhog branch May 2, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants