Hua Jiang
7a3976d840
remove the verification of the task name in the formModel.vue ( #6464 )
3 years ago
Hua Jiang
d13652dd81
[Fix-5875][API] When I saved the task that had the same name task in another flow ,the service would throw DuplicateKeyException ( #6430 )
...
* using the task code in the dag
# Conflicts:
# sql/upgrade/1.4.0_schema/postgresql/dolphinscheduler_ddl.sql
3 years ago
lenboo
b9e0079023
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
8fa1e8817d
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
lenboo
58d03d632e
change version to '2.0.0-alpha-SNAPSHOT'
3 years ago
lenboo
d661e0395d
Merge branch '2.0.0-alpha-release' of https://github.com/apache/dolphinscheduler into 2.0.0-alpha-release
3 years ago
wind
6cf3328be1
[DS-6582][Master] fix condition task state ( #6583 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
lenboo
fcfcedea0a
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
lenboo
c82d908690
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
c644f8608f
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
Kirs
38fb2b4413
[fix-6570][task] add sql task udf resource load ( #6570 ) ( #6571 ) ( #6579 )
...
* [fix-6570][task] add sql task udf resource load (#6570 )
-add sql task udf resource load
-Fix UdfFuncRequest serialization
* fix checkstyle
* add defaultFS in sqlTaskContext
* fix checkstyle
Co-authored-by: mask <39329477+Narcasserun@users.noreply.github.com>
3 years ago
lenboo
f77efc551f
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
d6b32fecb7
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
wind
c44f70b372
fix sql exception in pgsql ( #6576 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
lenboo
d1ef024db1
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
2ab404e25b
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
wangyizhi
c53e21b981
fix import process definition url error ( #6567 )
3 years ago
wangyizhi
257b76cccf
fix switch node cannot get branch flow ( #6565 )
3 years ago
JinYong Li
986f81381d
fix import processDefinition error ( #6573 )
3 years ago
lenboo
a729c82974
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
1ac362463e
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
lenboo
8bb5127e77
change version to '2.0.0-alpha'
3 years ago
lenboo
81b13533a6
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
b94735c3b7
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
OS
f4d826eede
fix DAG environment list error ( #6551 ) ( #6552 )
...
Co-authored-by: wangyizhi <wangyizhi1_yewu@cmss.chinamobile.com>
3 years ago
Kirs
4723d64d56
[Task]fix business log using error ( #6538 )
3 years ago
OS
6fe27389d9
[BUG-6543][Master] process instance state is always running when failure task ( #6547 ) ( #6548 )
...
* fix-6543: process instance state is always running when failure task exists
* code style
* code style
3 years ago
Kirs
3c8e7dd5b8
[2.0-prepare]delete microbench module ( #6532 )
...
* [2.0-prepare]delete microbench module
3 years ago
Kerwin
3bd2b91d05
[cherry-pick-2.0][Fix-5876][SQL] Support more resources files in the task ( #6530 )
...
* Support more resources files in the task.
* Support more resources files in the task.
Co-authored-by: Hua Jiang <jianghuachinacom@163.com>
3 years ago
Jiajie Zhong
5f19d5be41
Fix install.sh for DS 2.0 and add comment to install_config.conf ( #6506 ) ( #6525 )
...
* Fix install.sh for DS 2.0
* Use #* make it work in macos
* Add comment for properties change
* Add JAVA HOME for only one file change to deploy
* Reduce config change by using default value of: plugin registry, alert, task as
* Change javaHome default value
* Delete config param zkQuorum
* Reorder param
* Add comment for install_config.conf
3 years ago
Jiajie Zhong
0659aa3f46
fix bug: 6523 Failed to authorize resource ( #6524 ) ( #6526 )
...
Co-authored-by: OS <29528966+lenboo@users.noreply.github.com>
3 years ago
Kirs
07119bc17f
6471: cache process definition in master ( #6511 ) ( #6519 )
...
Co-authored-by: OS <29528966+lenboo@users.noreply.github.com>
3 years ago
Kirs
1fd12a59b1
[DS-6499][WorkerServer] report busy state when worker is overload ( #6512 ) ( #6518 )
...
* [DS-6499][WorkerServer] report busy state when worker is overload
Co-authored-by: wind <caishunfeng@users.noreply.github.com>
3 years ago
Kirs
f60dc3eb2a
[FIX-#6514]Task Class Load Err ( #6513 ) ( #6517 )
...
* [FIX-#6412]Task Class Load Err
* Task Class Load Err
3 years ago
Kirs
a9338fe697
[Fix-6497][Server] Fix the missing code about the feature of supporting multiple environments. ( #6509 ) ( #6510 )
...
Co-authored-by: Hua Jiang <jianghuachinacom@163.com>
3 years ago
OS
6ffd019683
[cherry-pick][6471-6502]cherry-pick 6471 && 6502 to 2.0-prepare ( #6508 )
3 years ago
Kirs
9942d73db6
[Fix-6478] [Server] Fix the lack of scheduling time in complement parallelism mode ( #6491 ) ( #6498 )
...
* Fix the lack of scheduling time in complement parallelism mode
3 years ago
Kirs
cbc457b1a7
[Improvement-6474] [MasterServer] schedule time for process instance optimization ( #6477 ) ( #6496 )
...
* [DS-6474][MasterServer] change to handle schedule time for process instance in WorkflowExecuteThread
* delete all the valid tasks when complement data if id is not null
* checkstyle
Co-authored-by: caishunfeng <534328519@qq.com>
Co-authored-by: wind <caishunfeng@users.noreply.github.com>
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Kirs
8d18ab510e
dist module configuration generates missing task plugin. ( #6473 ) ( #6495 )
...
Co-authored-by: Kerwin <37063904+zhuangchong@users.noreply.github.com>
3 years ago
Kirs
3702845c1f
fix UI updateProcessInstance interface parameter error ( #6487 ) ( #6493 )
...
Co-authored-by: wangyizhi <wangyizhi1_yewu@cmss.chinamobile.com>
3 years ago
Kirs
2460eb6fb9
[cherry-pick #6484 #6488 ][MasterServer] upgrade the druid and mysql connector version ( #6494 )
...
* [DS-6483][MasterServer] upgrade the druid and mysql connector version (#6484 )
* [DS-6483][MasterServer] upgrade the druid and mysql connector version
* remove mysql connector in known-dependencies.txt
* change mysql connector version to 8.0.16
Co-authored-by: caishunfeng <534328519@qq.com>
* Add Alibaba Druid to NOTICE file (#6488 )
Co-authored-by: wind <caishunfeng@users.noreply.github.com>
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
OS
f8b68dccd7
fix bug: complement data error ( #6460 )
3 years ago
kezhenxu94
677a8d427e
Add missing fields in H2 init sql ( #6454 )
3 years ago
Wenjun Ruan
e5cdd8bd27
Run h2 in daemon mode ( #6446 )
3 years ago
OS
c99ad738c0
[Bug-6455][Master]fix bug 6455: cannot stop sub-task ( #6458 )
...
* fix bug: cannot stop the task.
* fix bug: cannot stop the task.
* remove the check thread number
3 years ago
Kirs
ea2a8d26a0
[Improvement#6438][Worker]remove meaningless DB query ( #6440 )
...
org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread
In the process of task kill, it will query the DB to obtain the task instance object, but this judgment does not make any sense. In fact, the relevant context is already clear, so there is no need to query from DB.
3 years ago
百岁
d284e44d52
Rename tis to pigeon from backend layer ( #6437 )
...
* add mock getTaskLogName() for UT test pass
* make task-tis rename to task-pigeon
* rename module name 'tis' to pigeon
* rename module name 'tis' to pigeon,make sanity check pass
* remove execute console.log()
3 years ago
wind
6dd0e050ce
[DS-6433][Improvement] find one command optimize without mybatis-plus ( #6434 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
jixiang
1621d0a5c3
[Feature-6423][TIS] Rename tis to pigeon ( #6427 )
...
Co-authored-by: jixiang <jixiang@cmss.chinamobile.com>
3 years ago
Jiajie Zhong
9c07c7d7ed
Move waterdrop to the end of task list ( #6425 )
...
closes : #6424
3 years ago