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

DXCDT-741 Add support for configuring email provider #1121

Closed
wants to merge 3 commits into from

Conversation

acwest
Copy link
Contributor

@acwest acwest commented Jan 9, 2025

Auth0 provides integration capabilities with many email providers like sendgrid, mailgun, mandrill etc.
As an extension to this, it now also supports Custom Email Provider which is tied to an action.

🔧 Changes

Add auth0 email provider commands:

  • auth0 email provider show
  • auth0 email provider create
  • auth0 email provider update
  • auth0 email provider delete

📚 References

🔬 Testing

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@acwest acwest requested a review from a team as a code owner January 9, 2025 21:01
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 65.39510% with 127 lines in your changes missing coverage. Please review.

Project coverage is 70.30%. Comparing base (da13038) to head (909a37e).

Files with missing lines Patch % Lines
internal/cli/email_provider.go 66.90% 72 Missing and 20 partials ⚠️
internal/display/email_provider.go 60.22% 27 Missing and 8 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1121      +/-   ##
==========================================
- Coverage   70.38%   70.30%   -0.08%     
==========================================
  Files          94       96       +2     
  Lines       13284    13651     +367     
==========================================
+ Hits         9350     9598     +248     
- Misses       3388     3479      +91     
- Partials      546      574      +28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@acwest acwest closed this Jan 10, 2025
@acwest acwest deleted the DXCDT-741-add-custom-email-provider-try-2 branch January 10, 2025 17:20
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