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-10961][alert server]Change the content of alert to an array #11033

Merged
merged 17 commits into from
Aug 12, 2022

Conversation

jackfanwan
Copy link
Contributor

Change the content of alert to an array

close: #10961

@jackfanwan
Copy link
Contributor Author

@kezhenxu94 Hello, can you take a look at it for me?

@songjianet songjianet added the bug Something isn't working label Jul 19, 2022
@songjianet songjianet added this to the 3.0.0-release milestone Jul 19, 2022
@jackfanwan
Copy link
Contributor Author

PTAL @kezhenxu94 @caishunfeng

@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2022

Codecov Report

Merging #11033 (7fe8cab) into dev (818648d) will decrease coverage by 0.09%.
The diff coverage is 66.66%.

@@             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     
Impacted Files Coverage Δ
...cheduler/plugin/alert/email/EmailAlertChannel.java 53.33% <66.66%> (+5.71%) ⬆️
...dolphinscheduler/remote/future/ResponseFuture.java 81.96% <0.00%> (-1.64%) ⬇️
...r/plugin/task/sqoop/parameter/SqoopParameters.java 55.12% <0.00%> (-1.29%) ⬇️
...nscheduler/service/process/ProcessServiceImpl.java 28.79% <0.00%> (-0.51%) ⬇️
...cheduler/plugin/task/api/TaskExecutionContext.java 94.00% <0.00%> (ø)
...eduler/plugin/task/chunjun/ChunJunTaskChannel.java 0.00% <0.00%> (ø)
...heduler/plugin/task/chunjun/ChunJunParameters.java 75.86% <0.00%> (ø)
...phinscheduler/plugin/task/chunjun/ChunJunTask.java 0.00% <0.00%> (ø)
...cheduler/plugin/task/chunjun/ChunJunConstants.java 0.00% <0.00%> (ø)
...ugin/task/chunjun/ChunJunTaskExecutionContext.java 0.00% <0.00%> (ø)
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us.

@zhongjiajie
Copy link
Member

@jackfanwan can you solve the conflicts?

@jackfanwan
Copy link
Contributor Author

@jackfanwan can you solve the conflicts?

ok

@zhongjiajie zhongjiajie modified the milestones: 3.0.0, 3.0.1 Aug 5, 2022
@sonarcloud
Copy link

sonarcloud bot commented Aug 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

77.8% 77.8% Coverage
0.0% 0.0% Duplication

Copy link
Contributor

@caishunfeng caishunfeng left a comment

Choose a reason for hiding this comment

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

LGTM

@caishunfeng caishunfeng merged commit abd5798 into apache:dev Aug 12, 2022
@ruanwenjun
Copy link
Member

@caishunfeng Please clear the commit log when merging PR, there exist a lot of unused log.
image

zhuangchong pushed a commit that referenced this pull request Sep 19, 2022
)

* 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>
@zhuangchong zhuangchong added the release cherry-pick Mark this issue/PR had cherry-pick for release version label Sep 19, 2022
xdu-chenrj pushed a commit to xdu-chenrj/dolphinscheduler that referenced this pull request Oct 13, 2022
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working first time contributor First-time contributor priority:high release cherry-pick Mark this issue/PR had cherry-pick for release version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [alert service] email alert failed
8 participants