lgcareer
047f55b79f
Merge pull request #4088 from liliang1991/dev11_20 ( #4154 )
...
[Fix-4090][dao] Add null judgment
Co-authored-by: dailidong <dailidong66@gmail.com>
4 years ago
Eights-LI
e3eeacc83a
modify JSONUtils
4 years ago
Yelli
da580484f7
split sqoop import hive database and table ( #4141 )
4 years ago
Yelli
c51a423aea
fix sqoop task jdbc string contains special char ( #4105 )
4 years ago
Yelli
c80e200873
[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
Yelli
27a22cddd7
[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
bf23fa5b67
fix testSqoopTaskTest bug ( #3024 )
4 years ago
Eights
93fb80a3c8
sqoop task source type or target type is null throw exception
4 years ago
eights
d3693cdf4d
add sqoop task UT to pom
4 years ago
eights
5d0982df05
modify sqoop task UT
4 years ago
eights
8834d8ced2
sqoop front-end optimization
4 years ago
eights
04dc59b1b6
sqoop task optimization
4 years ago
felix.Wang
9e6715f1b7
code style
4 years ago
felix.Wang
49a35919c6
code style
4 years ago
felix.Wang
7751b07d27
code style
4 years ago
felix.Wang
23d7c72703
fix ut
4 years ago
dailidong
35c8f96ec7
Merge pull request #4145 from lgcareer/1.3.4-prepare-fix-4054
...
[Fix-4054][Api] Cherry from dev to fix The last week of the month for adding/editing timing, preview and save timing will report an error
4 years ago
yh2388
a822f8d5d5
[update] add unit test.
4 years ago
yh2388
0e063a098c
[update] Fix code smells
4 years ago
yh2388
d91afd941e
[Fix][Server] Fix clear task execute path is related to master.
4 years ago
lgcareer
e3644b6df9
[FIX#4033]cherry pick from dev to resolve that `$[]`` conflicts with mysql keywords ( #4142 )
...
* [FIX#4033]cherry pick from dev to resolve that `$[]`` conflicts with mysql keywords
* [FIX#4033]cherry pick from dev to resolve that `$[]`` conflicts with mysql keywords
* [FIX#4033]cherry pick from dev to resolve that `$[]`` conflicts with mysql keywords
Co-authored-by: Kirs <acm_master@163.com>
4 years ago
yangquan
494f30f543
[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
lgcareer
be07cb62db
[maven-release-plugin] prepare for next development iteration
4 years ago
lgcareer
55242916b2
[maven-release-plugin] prepare release 1.3.3
4 years ago
bao liang
389c90ead6
fix bug 4010: remove failed condition tasks from error-task-list. ( #4011 )
...
Co-authored-by: baoliang <baoliang@analysys.com.cn>
4 years ago
lgcareer
b01898a8eb
[release]revert pom version to 1.3.3-release
4 years ago
lgcareer
1076a2349c
[maven-release-plugin] prepare for next development iteration
4 years ago
lgcareer
ed016499aa
[maven-release-plugin] prepare release 1.3.3
4 years ago
lgcareer
0d21fa9e3b
revert pom version to 1.3.3-release
4 years ago
bao liang
026957d024
[FIX-3929] because of no lock, start up failover would dispatch two same tasks. ( #4004 )
...
* fix #3966 sub process doesnot send alert mail after process instance ending.
* fix bug 3964: sub_process The timeout warning does not take effect
add timeout warning for sub_process/dependent task.
* fix code smell
* fix code smell
* fix code smell
* update worker group inherit from parent
* remove stdout in logback configuration
* fix bug #3929 condition task would post error when failover.
* remove unused test
* add comments
* add skip node judge
* fix bug 3929: because of no lock, start up failover would dispatch two same tasks.
Co-authored-by: baoliang <baoliang@analysys.com.cn>
4 years ago
bao liang
6caac0f366
[FIX-3929] condition task would post wrong tasks when failover. ( #3999 )
...
* fix #3966 sub process doesnot send alert mail after process instance ending.
* fix bug 3964: sub_process The timeout warning does not take effect
add timeout warning for sub_process/dependent task.
* fix code smell
* fix code smell
* fix code smell
* update worker group inherit from parent
* remove stdout in logback configuration
* fix bug #3929 condition task would post error when failover.
* remove unused test
* add comments
* add skip node judge
Co-authored-by: baoliang <baoliang@analysys.com.cn>
4 years ago
Kirs
c11d97f778
Merge pull request #3996 from KnightChess/Fix-3994
...
[Fix-#3994 ][sql-script] Pull Request fix import dolphinscheduler_mysql.sql insert admin user data
4 years ago
wulingqi
cd3dff5f90
fix import dolphinscheduler_mysql.sql insert admin user data
4 years ago
bao liang
3dc5845389
[FIX-3966] The timeout warning does not take effect in sub_process ( #3982 )
...
* fix #3966 sub process doesnot send alert mail after process instance ending.
* fix bug 3964: sub_process The timeout warning does not take effect
add timeout warning for sub_process/dependent task.
* fix code smell
* fix code smell
* fix code smell
* update worker group inherit from parent
Co-authored-by: baoliang <baoliang@analysys.com.cn>
4 years ago
xingchun-chen
292b0fce0b
Merge pull request #3980 from lgcareer/1.3.3-release-fix3958
...
[Fix-#3958][api] files should not be created successfully in the directory of the authorized file
4 years ago
lgcareer
01975bd545
[Fix-#3958][api] files should not be created successfully in the directory of the authorized file
4 years ago
lgcareer
075d1638d0
[Fix-#3618][server] resolve task executed finished but not release the file handle ( #3975 )
...
* [Fix-#3618][server] resolve task executed finished but not release the file handle
* [Fix-#3618][server] resolve task executed finished but not release the file handle
4 years ago
bao liang
7a088b7325
fix #3966 sub process doesnot send alert mail after process instance ending. ( #3972 )
...
Co-authored-by: baoliang <baoliang@analysys.com.cn>
4 years ago
dailidong
ccc8ba1167
solve too many files, close logClientService ( #3971 )
4 years ago
xingchun-chen
48261c5e59
Merge pull request #3969 from break60/1.3.3-release
...
[fixBug-3964][ui]Switch back and forth over timeout alarm, the selected value is empty
4 years ago
break60
81a720b438
[fixBug-3964][ui]Switch back and forth over timeout alarm, the selected value is empty
4 years ago
Kirs
4f94943b2d
Merge pull request #3947 from lenboo/133-fault
...
[FIX-3615] master exit gracefully
4 years ago
baoliang
ba971912bf
fix bug:3615 After the task is executed successfully, but the next task has not been submitted, stop the master
4 years ago
lgcareer
ccdaee9c04
[ambari-plugin]change version 1.3.2 to 1.3.3 ( #3935 )
4 years ago
lgcareer
92a793288f
[maven-release-plugin] prepare for next development iteration
4 years ago
lgcareer
c144d81579
[maven-release-plugin] prepare release 1.3.3
4 years ago
lgcareer
ae85116fa5
change version from 1.3.2-SNAPSHOT to 1.3.3-SNAPSHOT ( #3934 )
4 years ago
xingchun-chen
0bcfa8bc61
Merge pull request #3932 from break60/1.3.3-release
...
[#3931 ][ui]Field name optimization for spark, flink, and mr
4 years ago
break60
74914cf36e
[ #3931 ][ui]Field name optimization for spark, flink, and mr
4 years ago
xingchun-chen
9c71fedc82
Merge pull request #3927 from zhuangchong/1.3.3-release-fix#3789
...
[1.3.3-release][fix-#3843][api]When update workflow definition,first verify the name of the workflow definition, save the data
4 years ago