Jay Chung
bab80aaba2
[maven-release-plugin] prepare for next development iteration
2 years ago
Jay Chung
a3b882a80a
[maven-release-plugin] prepare release 3.0.3
2 years ago
Jay Chung
fa5d67804e
[fix] UT error
2 years ago
Jay Chung
6124332d9c
[release] pre release with doc change
2 years ago
Jay Chung
26ef7f82ea
[fix] Command id type
2 years ago
EricGao888
934e7f806c
[maven-release-plugin] prepare for next development iteration
2 years ago
EricGao888
d2ba3d4cfb
[maven-release-plugin] prepare release 3.0.2
2 years ago
EricGao888
344b5e2126
Remove 3.2.0_schema from 3.0.2-release
2 years ago
EricGao888
ef3669fc3a
[maven-release-plugin] prepare for next development iteration
2 years ago
EricGao888
818a256952
[maven-release-plugin] prepare release 3.0.2
2 years ago
Eric Gao
5bb9514778
[3.0.2-prepare] Update version number from 3.0.1 to 3.0.2 ( #12886 )
...
* Update version number from 3.0.1 to 3.0.2
* Fix version update
* fix dead link
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
2 years ago
Eric Gao
c3a98dd9d9
[3.0.2-prepare] Fix issues after cherry-pick and run CI ( #12808 )
2 years ago
Eric Gao
0206aea9b2
modify sql error ( #12717 ) ( #12799 )
...
Co-authored-by: jackfanwan <61672564+jackfanwan@users.noreply.github.com>
2 years ago
Eric Gao
ce5e32d73d
[Fix-#11669][Workflow Instance Page] Fix the duration in Workflow Instance page. ( #12264 ) ( #12788 )
...
Co-authored-by: Yann Ann <xiaoqiang.yann@gmail.com>
2 years ago
Eric Gao
cd7218da22
[fix] Fix error problem on h2 startup data quality rule management page ( #12108 ) ( #12781 )
...
Co-authored-by: jegger <zhangbq3306@163.com>
Co-authored-by: jegger <60912722+boy-xiaozhang@users.noreply.github.com>
Co-authored-by: jegger <zhangbq3306@163.com>
2 years ago
Eric Gao
0f439b40c3
just correct wrong word ( #12174 ) ( #12780 )
...
Co-authored-by: Yann Ann <2993643785@qq.com>
2 years ago
Eric Gao
75eb911b91
[ fix : #11590 ][upgrade] Fix the bugs when upgrading ds from v1.3.9 to v3.0.0 ,such as file cannot be found or column not found etc ( #11619 ) ( #12770 )
...
Co-authored-by: fan.wang <fan.wang@jiduauto.com>
Co-authored-by: Ivan <wangfan910406@gmail.com>
Co-authored-by: fan.wang <fan.wang@jiduauto.com>
2 years ago
Eric Gao
ffb8b6ef70
[fix-#11753] send alert error alert data id ( #11774 ) ( #12762 )
...
Co-authored-by: fuchanghai <changhai.fu@marketingforce.com>
2 years ago
Eric Gao
e500dc5b9f
[fix] Validate before deleting workflow or task used by other tasks ( #10873 ) ( #12731 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@hotmail.com>
2 years ago
Eric Gao
4a70a93db8
[fix][sql] Add unique key to process_definition_log avoid TooManyResultExpection ( #12503 ) ( #12670 )
...
* Add unique key to t_ds_process_definition_log
Co-authored-by: 陈家名 <13774486042@163.com>
2 years ago
zhuangchong
5f85235462
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
cb03ca8166
[maven-release-plugin] prepare release 3.0.1
2 years ago
zhuangchong
364cafe138
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
17e36b7060
[maven-release-plugin] prepare release 3.0.1
2 years ago
Kerwin
018734c31c
[3.0.1-prepare]Modified version before release. ( #12038 )
2 years ago
Kerwin
901d01fb5f
cherry-pick [Bug](dependent) Dependent downstream trigger error when schedule cycle not day. ( #11987 )
...
Co-authored-by: Stalary <stalary@163.com>
2 years ago
Kerwin
0680282d69
optimize the process instance query, change the date time range ( #11719 ) ( #11991 )
...
Co-authored-by: juzimao <578961953@qq.com>
2 years ago
Kerwin
75f93b60ad
cherry-pick [Bug] [API] The task priority and process instance priority might be null and cause NPE ( #11969 )
2 years ago
fuchanghai
642f444eee
Update dolphinscheduler_ddl.sql ( #11974 )
2 years ago
caishunfeng
9005b3c359
[Bug][Workflow Definition] fix ordinary users can not create depend task ( #11961 ) ( #11976 )
2 years ago
caishunfeng
ba9605f576
[Cherry-pick 3.0.1][Fix][db] fix init&upgrade mysql-meta-schema bugs #11887 ( #11933 )
2 years ago
Jiajie Zhong
889fd580e3
[maven-release-plugin] prepare for next development iteration
2 years ago
Jiajie Zhong
9efd1ace78
[maven-release-plugin] prepare release 3.0.0
2 years ago
Wenjun Ruan
230adbf621
Fix TaskGroup cannot work and will cause master dead loop ( #11254 ) ( #11318 )
...
* Fix TaskGroup cannot work and will cause master dead loop
* Remove acquireTaskGroupAgain in ProcessServiceImpl
(cherry picked from commit acd3d3fab1
)
2 years ago
chuxing
a27a45fcfe
[fix][master]: fix condition npe ( #10478 )
...
* [fix][master]: fix condition npe
* [fix][master]: fix condition npe
Co-authored-by: huaangcg <huangcg@getui.com>
(cherry picked from commit 0dd6f4008e
)
2 years ago
Jiajie Zhong
c31087bd95
fix: Upgrade database DDL to avoid log path too long error
2 years ago
Jiajie Zhong
dd34a1da67
[fix] data quality dml error
2 years ago
Jiajie Zhong
3915c4f40a
[fix] Make DDL work in version 3.0
...
* Add missing database ddl
* Because postgres supported `if not exist` and `if exists` syntax
so we can use bare SQL directly instead of store process
2 years ago
Jiajie Zhong
e4ab488426
[python] Fix tasks with multiple upstream and workflow query error ( #10941 )
...
* when task with more than one upstreams, mapper
TaskDefinitionMapper method queryByName will return
more than one record, and failed the mybatis result
type, so we have to add `limit 1` to it to
* add multiple runs of example in integrate test
* Change from subprocess.Popen to subprocess.call_check
in integrating test which will raise an error when failed
(cherry picked from commit 81930e5420
)
2 years ago
Jiajie Zhong
c67f9ee85d
[fix] update queue and tenant with same code error ( #10877 )
...
in ae6aa53f
I use the same logic test to create or update
tenant and queue which failed create with the same value,
this patch will fix it. and also I use the constructor to reduce
the new object logic here
(cherry picked from commit a6154220dc
)
2 years ago
Jiajie Zhong
d3f28c8411
[python] Fix submit and run error ( #10792 )
...
because we add permission, so it failed out
createQueue method. this patch fix it and
do some refactor of our tenant and queue
validator code
(cherry picked from commit ae6aa53f96
)
2 years ago
zhuxt2015
1b0f8c04d3
[Bug] [API] If the single log length is long, it will causes the View Log page to hang ( #10612 )
2 years ago
Wenjun Ruan
5a2ea0b76b
Fix compile error
2 years ago
Wenjun Ruan
b259deb196
[Fix-10854] Fix database restart may lost task instance status ( #10866 )
...
* Fix database update error doesn't rollback the task instance status
* Fix database error may cause workflow dead with running status
(cherry picked from commit f639a2eed4
)
2 years ago
Wenjun Ruan
4ceb420873
Fix TaskProcessorFactory#getTaskProcessor get common processor is not thread safe ( #10479 )
...
* Fix TaskProcessorFactory#getTaskProcessor get common processor is not thread safe
(cherry picked from commit ad2646ff1f
)
2 years ago
Assert
85e5031786
[Fix-10595][api] Fix Dependent Node Only View Projects Created By Self ( #10834 )
...
* [Fix-10595][api] Fix Dependent Node Only View Projects Created By Self
2 years ago
SongTao Zhuang
d7582c9864
fix: typo task definition. ( #10958 )
2 years ago
WangJPLeo
7056e1f9fe
[Improvement] Resource authority module database table unique index increased. ( #10807 )
...
* Resource authority module database table unique index increased.
* add unique in sql file
* rerun
* ut fix
* e2e rerun
* dao un fix
2 years ago
devosend
7ddaa2f47d
[maven-release-plugin] prepare for next development iteration
2 years ago
devosend
0a1b9bdd52
[maven-release-plugin] prepare release 3.0.0-beta-2
2 years ago