You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by jo...@apache.org on 2020/02/06 01:30:42 UTC

[incubator-dolphinscheduler] branch dev-1.2.1 updated: update release notes and modify the plugin of rat (#1899)

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

journey pushed a commit to branch dev-1.2.1
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev-1.2.1 by this push:
     new a2b30f7  update release notes and modify the plugin of rat (#1899)
a2b30f7 is described below

commit a2b30f78b43c3e265c8cb96278b0e84afa641e4b
Author: lgcareer <18...@163.com>
AuthorDate: Thu Feb 6 09:30:32 2020 +0800

    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 87a6464..76fef75 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 e556eb6..be0ab3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -686,7 +686,7 @@
 						<include>**/dao/mapper/AlertMapperTest.java</include>
 						<include>**/dao/mapper/CommandMapperTest.java</include>
 					</includes>
-					<!-- <skip>true</skip> -->
+					 <skip>true</skip>
 				</configuration>
 			</plugin>
 
@@ -722,25 +722,19 @@
 				<configuration>
 					<includes>
 						<include>**/*.java</include>
+						<include>**/*.sql</include>
+						<include>**/pom.xml</include>
+						<include>**/*Mapper.xml</include>
+						<include>**/*.properties</include>
+						<include>**/*.sh</include>
+						<include>**/*.env</include>
+						<include>**/*.editorconfig</include>
 						<include>**/dolphinscheduler-ui/src/**/*.scss</include>
 						<include>**/dolphinscheduler-ui/src/**/*.css</include>
 						<include>**/dolphinscheduler-ui/src/**/*.vue</include>
 						<include>**/dolphinscheduler-ui/src/**/*.js</include>
 						<include>**/dolphinscheduler-ui/src/**/*.html</include>
 					</includes>
-					<excludes>
-						<exclude>**/dolphinscheduler-ui/src/lib/**</exclude>
-						<exclude>**/dolphinscheduler-ui/src/js/module/util/cookie.js</exclude>
-						<exclude>**/dolphinscheduler-ui/src/font/awesome/font-awesome.css</exclude>
-						<exclude>**/dolphinscheduler-ui/src/sass/common/_animation.scss</exclude>
-						<exclude>**/dolphinscheduler-ui/src/sass/common/_normalize.scss</exclude>
-						<exclude>**/dolphinscheduler-ui/src/combo/1.0.0/es5.js</exclude>
-						<exclude>**/dolphinscheduler-ui/src/combo/1.0.0/base.css</exclude>
-						<exclude>**/dolphinscheduler-ui/src/view/common/outro.inc</exclude>
-						<exclude>**/dolphinscheduler-ui/src/view/common/meta.inc</exclude>
-						<exclude>**/dolphinscheduler-ui/src/combo/1.0.0/3rd.css</exclude>
-						<exclude>**/dolphinscheduler-rpc/src/main/java/org/apache/dolphinscheduler/rpc/LogViewServiceGrpc.java</exclude>
-					</excludes>
 					<consoleOutput>true</consoleOutput>
 				</configuration>
 			</plugin>