-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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-10961][alert server]Change the content of alert to an array #11033
Conversation
@kezhenxu94 Hello, can you take a look at it for me? |
PTAL @kezhenxu94 @caishunfeng |
...heduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertSenderService.java
Outdated
Show resolved
Hide resolved
...rt-server/src/test/java/org/apache/dolphinscheduler/alert/runner/AlertSenderServiceTest.java
Outdated
Show resolved
Hide resolved
...heduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertSenderService.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## dev #11033 +/- ##
============================================
- Coverage 40.27% 40.18% -0.10%
- Complexity 4931 4951 +20
============================================
Files 982 988 +6
Lines 37568 37721 +153
Branches 4127 4147 +20
============================================
+ Hits 15130 15157 +27
- Misses 20903 21023 +120
- Partials 1535 1541 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. |
@jackfanwan can you solve the conflicts? |
ok |
...heduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertSenderService.java
Outdated
Show resolved
Hide resolved
...rt-email/src/main/java/org/apache/dolphinscheduler/plugin/alert/email/EmailAlertChannel.java
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@caishunfeng Please clear the commit log when merging PR, there exist a lot of unused log. |
) * Change the content of alert to an array * Increase unit test coverage * Modify the code format * Modify the code format * Modify judgment statement * Deleting invalid References * Modify the previous code implementation and improve the test data * Modify the code format * Move the location of the Content conversion * Remove useless code * Change the code format * Modify unit tests * Modify unit tests * Modify unit tests * Changing the location of the code * Modify the code Co-authored-by: fanwanlong <fanwanlong@kezaihui.com> Co-authored-by: 范万龙 <fanwanlong@fanwanlongs-MBP.lan>
…che#11033) * Change the content of alert to an array * Increase unit test coverage * Modify the code format * Modify the code format * Modify judgment statement * Deleting invalid References * Modify the previous code implementation and improve the test data * Modify the code format * Move the location of the Content conversion * Remove useless code * Change the code format * Modify unit tests * Modify unit tests * Modify unit tests * Changing the location of the code * Modify the code Co-authored-by: fanwanlong <fanwanlong@kezaihui.com> Co-authored-by: 范万龙 <fanwanlong@fanwanlongs-MBP.lan>
Change the content of alert to an array
close: #10961