Wenjun Ruan
dc4dad135c
Fix TaskGroupCoordinator might cause OOM when there is a lot of waiting TaskGroupQueue ( #15773 )
7 months ago
Wenjun Ruan
929f4cf568
Remove replace sql_mode in dolphinscheduler_mysql.sql ( #15775 )
7 months ago
Wenjun Ruan
56a834b48b
[Bug] Disable delete a specific workflow version when exist workflow instance under this version which is not finish ( #15730 )
7 months ago
Eric Gao
023c22c340
remove unused method ( #15743 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
7 months ago
calvin
eab71f1071
[Improvement-15707][Master] Work out the issue that the workflow with a task dependency couldn't work well. ( #15712 )
8 months ago
calvin
c61b81e0c6
[Improvement-15603][API] When removing or modifying a workflow the system can check if there any tasks depend on it. ( #15681 )
...
* modify the function of queryTaskSubProcessDepOnProcess
* add a function to query downstream dependent tasks
* confirm to make the workflow offline
* query dependent tasks
* check dependencies
* done
* done
* done
* done
* improve the test case
* improve the test case
* improve codes
* prettier the codes
* prettier the codes
8 months ago
calvin
5213290262
[Feature-14863][API] Support to manage what worker groups can be used for a project. ( #15600 )
8 months ago
Jay Chung
e3bef81214
merge schema 330 into 321 and change docs ( #15582 ) ( #15586 )
...
* merge schema 330 into 321 and change docs (#15582 )
* Add 3.2.2 schema
* remove post sql
9 months ago
Wenjun Ruan
43a06525a2
Fix Recover WorkflowInstance will casue workflow Instance state is success but task insatnce is killed/paused ( #15574 )
9 months ago
Jay Chung
d8e820c4b9
fix: ddl without drop exists ( #14128 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
9 months ago
Wenjun Ruan
89742332a8
Fix TaskGroupQueue will never be wakeup due to wakeup failed at one time ( #15528 )
9 months ago
BaiJv
e20e066076
[Fix] [Bug] Change default version of Workflow/TaskDefinition to `1` ( #15498 )
9 months ago
Wenjun Ruan
419cb49311
Change download url in backend.yml ( #15526 )
9 months ago
tangjiaolong
feb302335b
修复工作流导入时update_time时间一样,导致分页查询存在乱序问题 ( #14810 )
...
Co-authored-by: David Zollo <dailidong66@gmail.com>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
9 months ago
Gallardot
a405abec9e
[Bug][Master]serial_wait strategy workflow unable to wake up ( #15270 )
...
* fix: serial_wait strategy workflow unable to wake up
Signed-off-by: Gallardot <gallardot@apache.org>
* fix: serial_wait strategy workflow unable to wake up
Signed-off-by: Gallardot <gallardot@apache.org>
---------
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: fuchanghai <changhaifu@apache.org>
10 months ago
liyou
0f7081be10
[Feature] timed scheduler Improvement ( #15449 ) ( #15450 )
10 months ago
旺阳
e5a512803e
[Bug] [Audit log] Fix Audit log UI query error ( #15427 )
10 months ago
Wenjun Ruan
d6dea4633c
Optimize server startup log ( #15362 )
10 months ago
Wenjun Ruan
5b6b0ceb31
Fix resource file usage(Delete Resource/ResourceUser which is deprecated) ( #15355 )
10 months ago
ll
0c470ffe66
[ Fix #15129 ] [Dependent] The date rules of the dependent node are ambiguous. ( #15289 )
...
* [Fix-15129][Dependent] Fix the ambiguity in date rules for dependent node.
* [fix #15129 ] Revert ddl
* restore findLastProcessInterval
* update: mvn spotless:apply
---------
Co-authored-by: 李乐 <lile@boimc.com>
Co-authored-by: xiangzihao <460888207@qq.com>
11 months ago
Rick Cheng
b4cf1ccaac
[Improvement-15009][Parameter] Change project parameter value to text ( #15010 )
11 months ago
Wenjun Ruan
12f8138167
Expire session when update user password ( #15219 )
11 months ago
Wenjun Ruan
1d23e4fe5d
Remove spring cache for dao ( #15184 )
11 months ago
Wenjun Ruan
9c7ad6df0a
[Improvement] Clean up Scheduler logic ( #15198 )
...
* Clean up Scheduler logic
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java
Co-authored-by: 旺阳 <wang@lqwang.net>
---------
Co-authored-by: 旺阳 <wang@lqwang.net>
11 months ago
Wenjun Ruan
df656a7671
Fix home page workflow instance miss status ( #15193 )
12 months ago
Wenjun Ruan
9be81be328
Remove API Result in Service ( #15181 )
12 months ago
destroydestiny
36f72056a9
[Bug] Fix TriggerRelationMapper cannot work due to miss DatabaseIdProvider ( #15153 )
12 months ago
旺阳
5afd94136c
[Fix][Data Quality] Change t_ds_dq_rule_input_entry field name fix PostgreSQL not support value issue ( #14992 )
...
* change data quality field name
* fix-dao
* fix-dao
* fix-dao
* fix-dao
* update
* test
* update
* update
12 months ago
Eric Gao
d675d32771
Fix confusing constant string for unit convertor ( #15126 )
1 year ago
Gallardot
8c01fcf14b
[Improvement][K8S] Remove ResourceQuota ( #14991 )
...
* [Improvement][K8S] Remove ResourceQuota
Signed-off-by: Gallardot <gallardot@apache.org>
* chore: fix pg
Signed-off-by: Gallardot <gallardot@apache.org>
* chore: Clean up unused code
Signed-off-by: Gallardot <gallardot@apache.org>
* chore: naming conventions
Signed-off-by: Gallardot <gallardot@apache.org>
---------
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
Wei Xiaonan
c0ed68121d
[Feature-14832][Listener]Implementation of Listener Mechanism ( #14981 )
...
* first commit
* 1. sql: sync ddl
2. front-end: change to ternary expression
3. back-end: correct license header in ListenerEvent.java
* test case
* frontend: remove unnecessary console
* fix unit test
* remove log depends on user-provided value
* fix dolphinscheduler_postgresql.sql
* sync database schema
* fix unit test
* fix unit test
* fix some NIT.
* extract GLOBAL_ALERT_GROUP_ID into variable
* fix ddl bug
* add column task_type in t_ds_fav_task in upgrade/3.2.0_schema
* add unit test
1 year ago
Wenjun Ruan
a5284e4024
Remove mapper usage in tools ( #15073 )
1 year ago
小可耐
ae847ba331
[Fix-15036] [API] Fix task definition edit doesn't work ( #14801 )
...
* [Bug] [task definition] 修复任务定义修改,工作流无法生效问题
* [Bug] [API] Fix task check apply
* [BUG][API] fix updateTaskDefinition method ut
* [BUG][API] fix updateTaskDefinition method code specification
* [BUG][API] fix one task corresponds to multiple workflow problems
* [BUG][API] queryProcessTaskRelationByTaskCodeAndTaskVersion method adjust
* [BUG][API] fix updateTaskDefinition method update
---------
Co-authored-by: David Zollo <dailidong66@gmail.com>
Co-authored-by: 旺阳 <wang@lqwang.net>
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
Wenjun Ruan
b750db3c37
Add IT for dolphinscheduler-tools module ( #15043 )
1 year ago
Wenjun Ruan
33084d281f
Add dolphinscheduler-dao-plugin module ( #15019 )
1 year ago
Wenjun Ruan
312c339722
Delete File generated by UT ( #15022 )
1 year ago
Kerwin
1f67e68400
Revert "[Bug] [Resource] fix resource delete bug ( #15003 )" ( #15020 )
...
This reverts commit d6a900667a
.
1 year ago
liyou
d6a900667a
[Bug] [Resource] fix resource delete bug ( #15003 )
1 year ago
Chenshuai
4b5eb1a2bb
[Improvement-14894][dolphinscheduler-alert] alert message contains the operator ( #14910 )
...
* feat: add operator in alert info
* fix: optimize get user info directly
* fix: also optimize get user info directly
* fix: code style
* fix: code style
* fix: update test case
* fix: code check style
---------
Co-authored-by: Jim Chen <chenshuai19950725@gmail.com>
Co-authored-by: David Zollo <dailidong66@gmail.com>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
fuchanghai
e3482fbe5d
[fix-#14918] add missing ddl ( #14921 )
1 year ago
Chenshuai
6dcc26f52e
feat: add task priority in alert info ( #14919 )
...
Co-authored-by: Jim Chen <chenshuai19950725@gmail.com>
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
1 year ago
Kerwin
4938470d20
[Fix-14907]Fix click to view the history in the task node of the workflow instance ( #14909 )
1 year ago
sgw
76bbcbeb30
[Improvement][Master] Split the task dependency mode of the dependent node into workflow dependent and task dependent ( #14824 )
...
* [Improvement][Master] Split the task dependency mode of the dependent node into workflow dependent and task dependent. (#11970 )
* [Improvement][Master] Split the task dependency mode of the dependent node into workflow dependent and task dependent. (#11970 )
- delete useless output
* [Improvement][Master] Split the task dependency mode of the dependent node into workflow dependent and task dependent. (#11970 )
- add log
- run spotless check
---------
Co-authored-by: 旺阳 <qingwli@cisco.com>
Co-authored-by: JinYong Li <42576980+JinyLeeChina@users.noreply.github.com>
1 year ago
Jay Chung
25e841a228
chore: Correct db upgrade and add ci avoid regression ( #14620 )
...
add atlasgo to ci
https://atlasgo.io/declarative/diff
related: https://github.com/apache/dolphinscheduler/issues/11286
BTW, it seems some ddl change only exist in 3.1.3、3.1.5、3.1.6 but do not exist in dev which will also cause an error when updating from those version
1 year ago
calvin
e2b97c026e
[Improvement][UI] Support to disable or enable the project preferences. ( #14756 )
1 year ago
Gallardot
a826ed2c1a
[Improvement][security] get-user-info API endpoint should not return the user's password in MD5 format ( #14680 )
...
* [Improvement][security] get-user-info API endpoint should not return the user's password in MD5 format
Signed-off-by: Gallardot <gallardot@apache.org>
* [Improvement][security] list-paging API endpoint should not return the user's password in MD5 format
Signed-off-by: Gallardot <gallardot@apache.org>
---------
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
1 year ago
eye-gu
dde45dbdfb
[Fix-13972][dao] set default value for command ( #14612 )
1 year ago
Gallardot
a5f5aacb5d
[Bug][Alert]batchInsert execption #14686 ( #14687 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
Gallardot
37ecd262ee
[Bug][Alert]batchInsert execption #14675 ( #14676 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
1 year ago
Rick Cheng
79cf785eca
[Improvement][Parameter] Improve the order of project parameter ( #14581 )
1 year ago