felix.wang
3e411d075f
[Improvement][Code style] FIX SPELL WAITTING TO WAITING , etc. ( #4118 )
...
* FIX SPELL
* FIX SPELL AND Optimizing code conventions
* add ut cannot construct process instance, return null;
* add ut testExportProcessMetaData
* add ut testExportProcessMetaData
* add ut testImportProcessSchedule
* add ut MasterExecThreadTest
* add ut MasterExecThreadTest
* add ut testSubProcessViewTree
* add ut testComplementWithStartNodeList
* add ut testRecurseFindSubProcessId
* add ut testRecurseFindSubProcessId
* add ut testRecurseFindSubProcessId
4 years ago
felix.wang
b46044d592
[Improvement][API] ignore noNodeException when get worker groups ( #4120 )
...
* ignore noNodeException when get worker groups
* add ut
4 years ago
Shiwen Cheng
763c65938d
[Feature][API]enable response resources gzip compression ( #4121 )
...
* enable response compression
* add server.compression.mime-types with default value explicitly
4 years ago
Yarlung
bd156b312d
[Improvement-3933][db operation] Improve the performance of sql query ( #3940 )
...
* optimize select * case
* emove redundancy
* bug fixed
* Update en_US.js
* Update startup.sh
* optimize
* optimize code
* optimize
* bug fixed
* add ut
* bug fixed
* bug fixed
* bug fixed
* bug fixed
* Delete WorkFlowLineageMapper.xml
* Delete createTenement.vue
* recove wrongly deleted file
* Update WorkFlowLineageMapper.xml
* Update createTenement.vue
4 years ago
BoYiZhang
bb13f2eae7
[Bug][Common] read file garbled ( #3479 )
...
* fix bug : Random code problem
Co-authored-by: zhanglong <zhanglong@ysstech.com>
4 years ago
Yelli
1cf40e1d1e
fix sqoop task jdbc string contains special char ( #4105 )
4 years ago
dailidong
656ec295b9
Merge pull request #4097 from CalvinKirs/ack_status
...
[FIX-#4084][server]fix taskInstance state change error
4 years ago
CalvinKirs
c902268021
fix task instance status judgment error
4 years ago
CalvinKirs
0586e7b160
test
4 years ago
CalvinKirs
cc14b24326
test
4 years ago
CalvinKirs
d5769999d5
remove assert
4 years ago
CalvinKirs
2a9e789f68
test
4 years ago
CalvinKirs
b3991d9dee
Time is too small and the task is not finished
4 years ago
CalvinKirs
c6a686a710
Time is too small and the task is not finished
4 years ago
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
4 years ago
CalvinKirs
a164d5f990
Time is too small and the task is not finished
4 years ago
CalvinKirs
8286af79d3
Time is too small and the task is not finished
4 years ago
CalvinKirs
858c4f3287
code smell
4 years ago
CalvinKirs
9ef6b70696
add taskResponseTest
4 years ago
CalvinKirs
6c1a2ebeab
add taskResponseTest
4 years ago
felix.wang
8f5da09d3e
fix replaceNRTtoUnderline NullPointerException #4098 ( #4100 )
...
* fix replaceNRTtoUnderline NullPointerException
* add unit Test
4 years ago
CalvinKirs
b20a3d5474
code style
4 years ago
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
4 years ago
xingchun-chen
3c181399e1
Merge pull request #3995 from BoYiZhang/pr_3988
...
[Improvement-3988][UI] Enhance user experience, add close button to file details page
4 years ago
dailidong
2d96ecfd70
Merge pull request #4088 from liliang1991/dev11_20
...
[Fix-4090][dao] Add null judgment
4 years ago
liang.li.c
86567e041c
解决单独执行子节点空指针的问题(增加checkstyle)
4 years ago
dailidong
368d3e8968
Merge pull request #4042 from Eights-Li/dev-kill-yarn-app
...
[FIX-3900][server] kill multi yarn app in one job
4 years ago
liliang1991
78972144e0
解决单独执行子节点空指针的问题(增加checkstyle)
4 years ago
Eights-LI
802de19cc0
using OSUtils.execCmd when kill yarn app
4 years ago
Eights-LI
6672ac8f1f
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev-kill-yarn-job
4 years ago
liliang1991
561e5b2e2a
解决单独执行子节点空指针的问题
4 years ago
xingchun-chen
f152cae7f6
Merge pull request #4081 from iyeeku/dev
...
[Fix-4054][Api] Fix The last week of the month for adding/editing tim…
4 years ago
yangquan
9232c0e46f
[Fix-4054][Api] Fix The last week of the month for adding/editing timing, preview and save timing will report an error
4 years ago
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.
4 years ago
Eights-LI
c24dbc448d
deal with magic value
4 years ago
Eights-LI
d3397b8ddb
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev-kill-yarn-job
4 years ago
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
4 years ago
Eights-LI
cb669b5900
deal with magic value
4 years ago
Eights-LI
78445084ef
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev-kill-yarn-job
4 years ago
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>
4 years ago
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
4 years ago
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.
4 years ago
Kirs
8a92105f67
[FIX_BUG][server-test] dismiss of server warm-up time in RoundRobinSelectorTest ( #4067 )
4 years ago
BoYiZhang
f047f51731
Enhance user experience, add close button, return to the previous page ( #4006 )
...
Co-authored-by: zhanglong <zhanglong@ysstech.com>
4 years ago
Eights-LI
aac762a267
modify ProcessUtils & ProcessUtilsTest
4 years ago
Eights-LI
1280155956
add ProcessUtils UT
4 years ago
Eights-LI
134cef36ff
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev
4 years ago
dailidong
46091bb870
Merge pull request #4058 from apache/133-merge-dev
...
[Merge][133-dev] merge from 1.3.3-release to branch dev
4 years ago
hailin0
95374c30b9
[Fix][API] Condition task null pointer exception ( #4056 )
4 years ago
bao liang
02dbd3ee06
Revert "[Draft][Merge][133-dev]133 merge dev ( #4031 )" ( #4057 )
...
This reverts commit ad2d9f99d0
.
4 years ago