From a2b30f78b43c3e265c8cb96278b0e84afa641e4b Mon Sep 17 00:00:00 2001 From: lgcareer <18610854716@163.com> Date: Thu, 6 Feb 2020 09:30:32 +0800 Subject: [PATCH] update release notes and modify the plugin of rat (#1899) --- ReleaseNotes.md | 7 +++++++ pom.xml | 22 ++++++++-------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 87a646454..76fef75e1 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -29,3 +29,10 @@ 3. Fix #1379,SQL taskļ¼Œdate parameter need to add explicit type casts 4. Fix #1477,some tasks would be running all the time when db delayed 5. Fix #1514,the field queue in table t_ds_user not change with tabke t_ds_queue modify queue_name field +6. Fix #1768,There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty +7. Fix #1770,After canceling the file authorization, the running workflow should not obtain resource files from the original tenant directory +8. Fix #1779,The execution of the SUB_PROCESS task failed first, but eventually succeeded +9. Fix #1789,Click to view the history, enter the task instance page, the results of the query based on the search conditions are displayed incorrectly +10. Fix #1810,Workflow instance does not show dependencies +11. Fix #1816,Add multiple dependencies, the workflow definitions of the first few dependencies read the workflow definition of the last project +12. Fix #1828,After executing the authorized UDF function, the path of the read resource file is incorrect diff --git a/pom.xml b/pom.xml index e556eb6c9..be0ab3aa5 100644 --- a/pom.xml +++ b/pom.xml @@ -686,7 +686,7 @@ **/dao/mapper/AlertMapperTest.java **/dao/mapper/CommandMapperTest.java - + true @@ -722,25 +722,19 @@ **/*.java + **/*.sql + **/pom.xml + **/*Mapper.xml + **/*.properties + **/*.sh + **/*.env + **/*.editorconfig **/dolphinscheduler-ui/src/**/*.scss **/dolphinscheduler-ui/src/**/*.css **/dolphinscheduler-ui/src/**/*.vue **/dolphinscheduler-ui/src/**/*.js **/dolphinscheduler-ui/src/**/*.html - - **/dolphinscheduler-ui/src/lib/** - **/dolphinscheduler-ui/src/js/module/util/cookie.js - **/dolphinscheduler-ui/src/font/awesome/font-awesome.css - **/dolphinscheduler-ui/src/sass/common/_animation.scss - **/dolphinscheduler-ui/src/sass/common/_normalize.scss - **/dolphinscheduler-ui/src/combo/1.0.0/es5.js - **/dolphinscheduler-ui/src/combo/1.0.0/base.css - **/dolphinscheduler-ui/src/view/common/outro.inc - **/dolphinscheduler-ui/src/view/common/meta.inc - **/dolphinscheduler-ui/src/combo/1.0.0/3rd.css - **/dolphinscheduler-rpc/src/main/java/org/apache/dolphinscheduler/rpc/LogViewServiceGrpc.java - true -- GitLab