zhuangchong
450e8ee1b6
[maven-release-plugin] prepare release 3.1.3
2 years ago
Kerwin
b973272f15
[3.1.3-prepare][doc]3.1.3 Preparations before release ( #13329 )
2 years ago
calvin
7fa8454906
cherry-pick [Fix-13260][API] Ironed out the issue with lacking the value of user's name when querying the list of workflow definitions. #13261
2 years ago
calvin
b46ced7af6
cherry-pick [Bug][DAO] Worked out the issue with throwing the sql exception.
2 years ago
jackfanwan
47c06ae041
cherry-pick when delete workflow, delete related task #12681
2 years ago
XCL
5f888c4c1f
[Improvement][api]Start the downstream workflow when it is online ( #13257 )
...
Start the downstream workflow when it is online
2 years ago
Wenjun Ruan
1796577b53
Fix task group might be rob by multiple task #13115
2 years ago
zhuangchong
a3a9cb9d46
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
f1aefae5e2
[maven-release-plugin] prepare release 3.1.2
2 years ago
Kerwin
116eff6663
[3.1.2-prepare][version] Modify the version to 3.1.2 ( #13121 )
2 years ago
Kerwin
9e262a8771
[Bug-12997][API] Fix that the end time is not reset when the workflow instance reruns. ( #12998 )
...
* Fix that the end time is not reset when the workflow instance reruns.
2 years ago
Kerwin
b7c994041e
The task instance list is sorted by submission time ( #12974 )
2 years ago
Kerwin
018e9219ed
cherry-pick [Upgrade][SQL]Modify the table t_ds_worker_group to add a description field in the postgresql upgrade script #12883
2 years ago
zhuangchong
48ad9ff412
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
efc0367999
[maven-release-plugin] prepare release 3.1.1
2 years ago
zhuangchong
145c5ac8cb
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
525a6846ac
[maven-release-plugin] prepare release 3.1.1
2 years ago
Kerwin
0fcbc5e401
[3.1.1][release] Update version to 3.1.1 before release ( #12755 )
2 years ago
jackfanwan
c7f990791e
cherry-pick [fix-12675]edit workflow related task, workflow's task version change
2 years ago
Kerwin
94ef02e9de
cherry-pick [Improvement] Merge spi.utils into common.utils ( #12607 )
...
#12502
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
Wenjun Ruan
5598ab01e9
cherry-pick Remove equals in User to fix UT
...
#12487
2 years ago
kezhenxu94
eb7b48596c
cherry-pick Reorganize some classes in common module, remove duplicate classes
...
#12321
2 years ago
Hengdong Gong
149553c52b
[fix](dolphinscheduler-dao) fix upgrade to 3.1.0 sql missing field ( #12314 ) ( #12315 )
2 years ago
Kerwin
eeb11eedfb
cherry-pick [Bug-12410] [API]Fix the worker list result in workflow definition only has default
2 years ago
Kerwin
10b7d24c2e
cherry-pick [BUG-12396][Schedule] Fixed that the workflow definition scheduling that has been online after the version upgrade does not execute
2 years ago
caishunfeng
7e39396a76
[maven-release-plugin] prepare for next development iteration
2 years ago
caishunfeng
ae33ba5947
[maven-release-plugin] prepare release 3.1.0
2 years ago
caishunfeng
f982e1d2a2
[3.1.0-prepare] Update version to 310 ( #12146 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2 years ago
caishunfeng
a5a941e079
fix upgrade for 310 ( #12137 )
2 years ago
limaiwang
f0fda2a9aa
add(dependent node's add unprivileged project list): dependent node's add unprivileged project list ( #12073 )
2 years ago
juzimao
34950d3c09
and task instance date range search ( #11963 )
2 years ago
Wenjun Ruan
1513363eed
Fix cannot save processDefinition ( #11931 )
2 years ago
Stalary
d7f40b19b5
[Bug](dependent) Dependent downstream trigger error when schedule cycle not day. ( #11734 )
...
* FIX: dependent
* FIX: version
* MOD: for review
2 years ago
juzimao
8c6658e3f9
Optimize date range condition ( #11911 )
2 years ago
Wenjun Ruan
7ab4412b5e
Fix listing processDefinition the schedulerReleaseState will never be null ( #11888 )
2 years ago
Yann Ann
c11ec05d61
[Improvement-#11768][Monitor] Support monitor h2 database in monitor page ( #11813 )
2 years ago
kezhenxu94
fcc75ef1c6
Bump up dependencies to fix cves ( #11765 )
2 years ago
fuchanghai
f1de1707d5
Update dolphinscheduler_ddl.sql fix alert t_ds_user add time_zone is not correct ( #11795 )
2 years ago
Wenjun Ruan
8eadf5e5aa
Fix insertOrUpdate plugin may failed due to concurrent operation ( #11471 ) ( #11996 )
...
(cherry picked from commit 864a90820d
)
2 years ago
caishunfeng
cd8f32d876
[Bug][Workflow Definition] fix ordinary users can not create depend task ( #11961 ) ( #11977 )
2 years ago
caishunfeng
0f6cc4fe33
[Fix][db] fix init&upgrade mysql-meta-schema bugs ( #11887 ) ( #11935 )
...
Co-authored-by: wendongdi <49931055+wendongdi@users.noreply.github.com>
2 years ago
caishunfeng
f8d46a26c1
[Feature-11530] add state history for process instance ( #11757 )
...
* [Feature] add state history for process instance (#97 )
* add state history for process instance
* upsertProcessInstance
* remove unuse method
* fix UT
Co-authored-by: caishunfeng <534328519@qq.com>
2 years ago
Tq
b3cc8a55b9
[feature][API]feature: add task type list and enable user to add task type to fav ( #11727 )
...
* feature: add task type list and enable user to add task type to fav
* make DependentExecute.java variable protected
* add standalone server fileSet
2 years ago
juzimao
d0f5e7edf3
optimize the process instance query, change the date time range ( #11719 )
2 years ago
seedscoder
145e441afb
[Fix-11633] The data type of the PostgreSQL database column is wrong. ( #11633 ) ( #11634 )
2 years ago
SongTao Zhuang
6a5367fd57
[Improvement-11662][dao] fix foreach null items in mapper.xml
2 years ago
JiPeng Wang
961e67f524
[Improvement][User] Query all users filter un enabled. ( #11504 )
...
* user query all filter un enabled
* restore permissions
2 years ago
longtb
4893bef5a7
[Improvement][TaskInstance] reduce database queries ( #11522 )
...
* [Improvement][TaskInstance] reduce database queries
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.java
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
* [Improvement][TaskInstance] queryByInstanceIdsAndCodes -> queryByProcessInstanceIdsAndTaskCodes
Co-authored-by: zhangshunmin <zhangshunmin@kezaihui.com>
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
insist777
abfef1a929
[improvement] Add two parameters in workergroup, and support the application of description display and other parameters ( #11542 )
...
* [Improvement] Improvement default worker group
* [Improvement] Improvement default worker group
* [Improvement] Improvement default worker group
* [Improvement] Improvement default worker group
* [Improvement] Improvement default worker group
* [improvement] The default worker grouping supports editing
* [improvement] The default worker grouping supports editing
* Update WorkerGroupServiceImpl.java
* Update WorkerGroupServiceImpl.java
* The default worker grouping supports editing
* update sql file
* update
* update
* update
* update
2 years ago
kezhenxu94
0b82755796
Fix some resource leak ( #11576 )
2 years ago