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

Replace EmailSender polymorphic methods by a fluent API to build an email to be sent #111

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Conversation

nakutahyali
Copy link
Contributor

@nakutahyali nakutahyali commented May 14, 2021

I created EmailBuilder class and refactored existing codes and tests for this. But i am not exacty sure what i did correct. Because I could not run the tests in my local.

Fixes #30

…mail to be send #30

I created EmailBuilder class and refactored existing codes and tests for this. But i am not exacty sure what i did correct. Because I could not run the tests in my local.
@github-actions
Copy link

github-actions bot commented May 14, 2021

Unit tests results

  12 files    10 suites   3s ⏱️
335 tests 305 ✔️ 0 💤 30 ❌

For more details on these failures, see this check.

Results for commit 4a5ef87.

♻️ This comment has been updated with latest results.

@nakutahyali
Copy link
Contributor Author

@asiffermann Can u explain me why tests not passed? I refactored code and test both. They have builded without error.

@asiffermann asiffermann self-assigned this May 18, 2021
@asiffermann asiffermann added the enhancement New feature or request label May 18, 2021
@asiffermann asiffermann added this to the 0.2.0 milestone May 18, 2021
@asiffermann asiffermann self-requested a review May 18, 2021 00:30
@asiffermann
Copy link
Owner

Hi @anilkutahyali, thanks, and great work!

I have no time left tonight to check why the unit tests are failing, but I will check it tomorrow.

Just to let you know, I will wait a little bit to merge this pull request (I marked it for the milestone 0.2.0) because I want to publish a first stable release that hasn't breaking changes compared to the legacy GeekLearning libraries. It is just missing basic documentation, which I will write this week.

I want to ease the migration for the projects I work on that use those libraries, hope you'll understand 😊

@asiffermann asiffermann changed the title Replace EmailSender polymorphic methods by a fluent API to build an email to be send #30 Replace EmailSender polymorphic methods by a fluent API to build an email to be sent May 18, 2021
@nakutahyali
Copy link
Contributor Author

Thank you, i am going to wait for you to inform me. I saw the message you wrote late..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace EmailSender polymorphic methods by a fluent API to build an email to be send
2 participants