You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ca...@apache.org on 2022/11/24 06:55:01 UTC

[dolphinscheduler] branch dev updated (db615ba284 -> 38b876733c)

This is an automated email from the ASF dual-hosted git repository.

caishunfeng pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


    from db615ba284 [hotfix] Remove dead link check path filter (#12985)
     add 38b876733c [Feature-10498] Mask the password in the log of sqoop task (#11589)

No new revisions were added by this update.

Summary of changes:
 docs/docs/en/architecture/design.md                |  2 +-
 docs/docs/zh/architecture/design.md                |  2 +-
 .../common}/log/SensitiveDataConverter.java        | 47 ++++++++--------------
 .../common}/log/SensitiveDataConverterTest.java    | 27 +++----------
 .../src/main/resources/logback-spring.xml          |  2 +-
 .../src/main/resources/logback-spring.xml          |  2 +-
 .../plugin/task/sqoop/SqoopConstants.java          |  1 +
 .../plugin/task/sqoop/SqoopTask.java               |  3 ++
 .../plugin/task/sqoop/SqoopTaskTest.java           | 28 +++++--------
 .../src/main/resources/logback-spring.xml          |  2 +-
 10 files changed, 43 insertions(+), 73 deletions(-)
 rename {dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service => dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common}/log/SensitiveDataConverter.java (70%)
 rename {dolphinscheduler-service/src/test/java/org/apache/dolphinscheduler/service => dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common}/log/SensitiveDataConverterTest.java (68%)
 copy dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/src/test/java/org/apache/dolphinscheduler/plugin/alert/email/EmailAlertChannelFactoryTest.java => dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/src/test/java/org/apache/dolphinscheduler/plugin/task/sqoop/SqoopTaskTest.java (50%)