Unverified Commit a2b30f78 authored by lgcareer's avatar lgcareer Committed by GitHub
Browse files

update release notes and modify the plugin of rat (#1899)

parent 8dfb55ca
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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
+8 −14
Original line number Diff line number Diff line
@@ -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>