Commit Graph

4423 Commits

Author SHA1 Message Date
chengshiwen
133b9d8431 fix: security page disappear delay problem when force refresh under GENERAL_USER 2020-11-26 17:24:29 +08:00
dailidong
656ec295b9
Merge pull request #4097 from CalvinKirs/ack_status
[FIX-#4084][server]fix taskInstance state change error
2020-11-26 14:30:29 +08:00
CalvinKirs
c902268021 fix task instance status judgment error 2020-11-26 11:01:34 +08:00
CalvinKirs
0586e7b160 test 2020-11-25 22:03:26 +08:00
CalvinKirs
cc14b24326 test 2020-11-25 18:11:55 +08:00
CalvinKirs
d5769999d5 remove assert 2020-11-25 15:16:19 +08:00
CalvinKirs
2a9e789f68 test 2020-11-25 14:47:00 +08:00
CalvinKirs
b3991d9dee Time is too small and the task is not finished 2020-11-25 13:43:14 +08:00
CalvinKirs
c6a686a710 Time is too small and the task is not finished 2020-11-25 13:27:04 +08:00
Yelli
145314b782
[FIX-4034][server] fix sqoop import fail (#4036)
* fix #4043, sqoop import query fail

* fix #4043, sqoop task hard code & code style

* add license for SqoopConstants

* add private constructor for SqoopConstants

* fixed sqoop mysql pwd have special character

* fix checkstyle

* fix sqoop task log

* remove unused constants
2020-11-25 11:11:44 +08:00
CalvinKirs
a164d5f990 Time is too small and the task is not finished 2020-11-25 10:23:54 +08:00
CalvinKirs
8286af79d3 Time is too small and the task is not finished 2020-11-25 09:38:58 +08:00
CalvinKirs
858c4f3287 code smell 2020-11-25 09:20:58 +08:00
CalvinKirs
9ef6b70696 add taskResponseTest 2020-11-24 23:13:01 +08:00
CalvinKirs
6c1a2ebeab add taskResponseTest 2020-11-24 22:49:39 +08:00
felix.wang
8f5da09d3e
fix replaceNRTtoUnderline NullPointerException #4098 (#4100)
* fix replaceNRTtoUnderline NullPointerException

* add  unit Test
2020-11-24 18:32:50 +08:00
CalvinKirs
b20a3d5474 code style 2020-11-24 17:15:48 +08:00
CalvinKirs
5355927b79 [FIX-#4083][server]fix taskInstance state change error
Concurrent processing of ack message and result message causes the execution sequence to be wrong

# this close # 4083
2020-11-24 16:59:26 +08:00
xingchun-chen
3c181399e1
Merge pull request #3995 from BoYiZhang/pr_3988
[Improvement-3988][UI] Enhance user experience, add close button to file details page
2020-11-24 11:57:59 +08:00
dailidong
2d96ecfd70
Merge pull request #4088 from liliang1991/dev11_20
[Fix-4090][dao] Add null judgment
2020-11-23 17:09:37 +08:00
liang.li.c
86567e041c 解决单独执行子节点空指针的问题(增加checkstyle) 2020-11-23 16:50:14 +08:00
dailidong
368d3e8968
Merge pull request #4042 from Eights-Li/dev-kill-yarn-app
[FIX-3900][server] kill multi yarn app in one job
2020-11-22 22:30:28 +08:00
liliang1991
78972144e0 解决单独执行子节点空指针的问题(增加checkstyle) 2020-11-21 16:28:53 +08:00
Eights-LI
802de19cc0 using OSUtils.execCmd when kill yarn app 2020-11-20 21:40:22 +08:00
Eights-LI
6672ac8f1f Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev-kill-yarn-job 2020-11-20 21:35:22 +08:00
samz406
183725dbf7
Merge pull request #25 from apache/alert_plugin_design
update
2020-11-20 17:10:42 +08:00
samz406
13e6ce92b4
Merge branch 'sms' into alert_plugin_design 2020-11-20 17:10:27 +08:00
liliang1991
561e5b2e2a 解决单独执行子节点空指针的问题 2020-11-20 16:10:02 +08:00
samz406
91eb42d449 init sms plugin 2020-11-19 22:05:32 +08:00
xingchun-chen
f152cae7f6
Merge pull request #4081 from iyeeku/dev
[Fix-4054][Api] Fix The last week of the month for adding/editing tim…
2020-11-19 10:59:25 +08:00
yangquan
9232c0e46f [Fix-4054][Api] Fix The last week of the month for adding/editing timing, preview and save timing will report an error 2020-11-18 19:25:38 +08:00
zhuangchong
3c89c9ad74
[Improvement-3471][common] JSONUtils.toMap It is not necessary to check whether the JSON method is empty again. #3471 (#3481)
* JSONUtils.toMap call improvement.
2020-11-18 14:30:30 +08:00
Eights-LI
c24dbc448d deal with magic value 2020-11-17 22:25:25 +08:00
Eights-LI
d3397b8ddb Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev-kill-yarn-job 2020-11-17 21:39:56 +08:00
Yelli
1c5be9acf1
[Feature-4050][server] Spark task support udv inject (#4061)
* #4050 spark task support udv inject

* modify spark task UT

* modify sparkTaskExecutionCtx

* add exp for spark task get main jar method
2020-11-17 15:24:55 +08:00
Eights-LI
cb669b5900 deal with magic value 2020-11-16 20:34:32 +08:00
Eights-LI
78445084ef Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev-kill-yarn-job 2020-11-16 20:25:37 +08:00
zhuangchong
1eecbb1ef7
[Improvement-3767][api] Task instance supports query by process instance name (#3825)
* Task instance supports query by process instance name.

* add test code checkstyle.

* add test param.

* resolve the sonar duplication check.

* solve logger single-line string exceeds 200 characters.

* resolve the sonar check.

* Resolve code conflicts.

Co-authored-by: zhuangchong <zhuangchong8@163.com>
2020-11-16 20:07:06 +08:00
BoYiZhang
fe3026627f
[Feature-3985][Datax] Datax supports setting up running memory (#3986)
* Datax supports setting up running memory

* Datax supports setting up running memory

* Datax supports setting up running memory

* When running a task, the resource file is lost, which results in an error

* add unit test

* add unit test

* add unit test

* add test unit

* add test unit

* add test unit

* fix code smell

* add test unit

* add test unit
2020-11-16 10:55:20 +08:00
t1mon
89f1e93bcf
[Fix][api] Fix build parameter error of sqlserver when create. (#4015)
* [fix-#3962][api] Avoid ClassCastException for LoggerService.queryLog().

* [Fix][api] Fix build parameter error of sqlserver when create.
2020-11-15 19:56:37 +08:00
dailidong
c3695a045f
Merge pull request #4063 from CalvinKirs/alert_script
[FEATURE#4029] alert spi support script alert
2020-11-15 10:34:57 +08:00
Kirs
8a92105f67
[FIX_BUG][server-test] dismiss of server warm-up time in RoundRobinSelectorTest (#4067) 2020-11-14 14:59:20 +08:00
江蓠
63522adc6d fix name error 2020-11-14 14:47:48 +08:00
江蓠
66afe5afcc code style 2020-11-13 18:39:37 +08:00
江蓠
5b14319cbc code smell 2020-11-13 18:25:16 +08:00
江蓠
03ed107664 code style 2020-11-13 18:02:32 +08:00
江蓠
e4641da58f add test 2020-11-13 17:51:26 +08:00
BoYiZhang
f047f51731
Enhance user experience, add close button, return to the previous page (#4006)
Co-authored-by: zhanglong <zhanglong@ysstech.com>
2020-11-13 17:35:01 +08:00
Eights-LI
aac762a267 modify ProcessUtils & ProcessUtilsTest 2020-11-13 16:20:04 +08:00
江蓠
05eabda391 code smell 2020-11-13 12:10:40 +08:00