[Improvement-11913] Mask password when creating/editing alert instances#14415
[Improvement-11913] Mask password when creating/editing alert instances#14415zhongjiajie merged 2 commits intoapache:devfrom
Conversation
EricGao888
left a comment
There was a problem hiding this comment.
LGTM, waiting for CI to pass
|
@c3Vu Could u plz pull the latest dev code and rebase this PR on dev? I think this will help CI pass. |
Codecov Report
@@ Coverage Diff @@
## dev #14415 +/- ##
============================================
- Coverage 38.51% 38.48% -0.03%
+ Complexity 4557 4546 -11
============================================
Files 1237 1236 -1
Lines 43507 43490 -17
Branches 4813 4812 -1
============================================
- Hits 16756 16737 -19
Misses 24898 24898
- Partials 1853 1855 +2
... and 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
this dead link will be fix in #14406 but it seem 14406 is also not ready to merge |
| PasswordParam mailPassword = PasswordParam.newBuilder(MailParamsConstants.NAME_MAIL_PASSWD, "passwd") | ||
| InputParam mailPassword = InputParam.newBuilder(MailParamsConstants.NAME_MAIL_PASSWD, "passwd") | ||
| .setPlaceholder("if enable use authentication, you need input password") | ||
| .setValue("escheduler123") |
There was a problem hiding this comment.
does escheduler123 is a default value? if also we should remove it or change to dolphinscheduler
I guess escheduler is for easy scheduler is pervious name of dolphinscheduler
|
approval ci run |
|
Kudos, SonarCloud Quality Gate passed! |
|
Hi @c3Vu , it is a great step for you to become part of dolphionscheduler contributors community 🎉 . |
…es (apache#14415) * [Improvement-11913] Mask password when creating/editing alert instances









Purpose of the pull request
Brief change log
See above
Verify this pull request