Commit Graph

7586 Commits

Author SHA1 Message Date
Wenjun Ruan
52134277a3
Fix task group cannot release when kill task (#13314) 2023-01-03 09:52:03 +08:00
Jay Chung
d42f576268
[fix][python] schedule unexpect offline each time update from api (#13301)
* Alway set workflow online before set schedule online
* Avoid return map in interface setScheduleState
2022-12-30 09:59:16 +08:00
Aaron Wang
8503ee0eed
[Improvement][Worker] Startup parameter should have the highest priority (#13274) 2022-12-29 11:05:00 +08:00
Wenjun Ruan
04ea8f7e28
Revert "[Bug] [Server] Once click online schedule time, task will be automatically scheduled (#13092)" (#13295)
This reverts commit 7497b26979.
2022-12-28 22:02:48 +08:00
Jay Chung
aec26f06db
[doc] Correct install_env.sh file name (#13294)
duplicate #12209
2022-12-28 17:09:57 +08:00
Sakura-2019
08052af7a1
[Bug-12868][UI] Data target type is only HDFS (#12902)
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
2022-12-28 15:01:25 +08:00
Aaron Wang
7497b26979
[Bug] [Server] Once click online schedule time, task will be automatically scheduled (#13092)
* fix bug that trigger mis-fire strategy when setting start time earlier than current time

* update ut

* add warning msg

* add check start time when set schedule online
2022-12-28 14:51:59 +08:00
Wenjun Ruan
df32ef0efb
Fix when update scheduler will execute workflow (#13285) 2022-12-28 14:33:38 +08:00
陈家名
5077fa6aae
[Improvement][dao] Optimized countInstanceStateByProjectCodes (#13273) 2022-12-28 14:31:21 +08:00
Jay Chung
6627c38be5
[fix][dml] Also query workflow without tenant by given name (#13075)
before this, once remove user tenant, all users workflow
can not be found anymore, this patch fix this problem, make
this entrypoint can query workflow without tenant to its
users
2022-12-28 14:14:29 +08:00
Wenjun Ruan
fd3afd84ad
Remove alert when delete workflow instance (#13281) 2022-12-28 11:40:12 +08:00
陈家名
9199049180
[Improvement][docker] Add SPRING_JACKSON_TIME_ZONE to .env file (#13271)
* tz in docker

* update default tz and update doc

Co-authored-by: chenjiaming <chenjiaming@kezaihui.com>
2022-12-27 14:41:34 +08:00
Wenjun Ruan
de70421a1e
Remove the log path check (#13280) 2022-12-26 22:39:08 +08:00
Amy0104
1f7f900e78
[Fix][Doc] Replace the links. (#13276)
* [Fix][Doc] Replace the links.

* [Fix][Doc] Revised `.dlc.json`

* [Fix] Fix the dead link.
2022-12-26 14:32:40 +08:00
XCL
a75a69f3ec
[Improvement][api]Start the downstream workflow when it is online (#13257)
Start the downstream workflow when it is online
2022-12-26 11:58:37 +08:00
Wenjun Ruan
04785dc799
Add mybatis in mysql registry module (#13275) 2022-12-26 11:09:25 +08:00
陈家名
8870464c02
[Improvement][api] Optimize batch query in process-list interface (#13222)
Co-authored-by: chenjiaming <chenjiaming@kezaihui.com>
2022-12-23 23:33:42 +08:00
calvin
a98cae7065
[Fix-13260][API] Ironed out the issue with lacking the value of user's name when querying the list of workflow definitions. (#13261)
* fix the issue with lacking user name
2022-12-23 19:22:08 +08:00
calvin
a235d3cd6a
[Improvement][UI] Support to display extra columns such as 'Worker Group' and 'Environment Name' on the page of cron manage. (#13267) 2022-12-23 15:24:59 +08:00
calvin
fb67b085a3
support to open a new page after clicking the link (#13265) 2022-12-23 10:48:21 +08:00
JieguangZhou
df491f78cc
fix sagemaker sync status (#13264) 2022-12-22 20:17:17 +08:00
calvin
4e09bacb17
[Fix-13248][UI] Ironed out the issue with failing to query task instances by some state of task. (#13251) 2022-12-22 17:17:23 +08:00
kezhenxu94
de6bc56aee
Add Terraform deploy manifests for quick setup in AWS (#13252) 2022-12-22 16:55:32 +08:00
Tq
06b77b34c7
[doc][datasource-12820] add azure sql database doc (#13254) 2022-12-22 16:04:19 +08:00
JieguangZhou
2e95a020ab
fix dag.getPreviousNodes miss upstream node (#13255) 2022-12-22 15:51:40 +08:00
Wenjun Ruan
14ec4a2398
Remove dao module in worker (#13242) 2022-12-22 12:25:29 +08:00
calvin
3ecb4dbe24
align the workflow execution status with those from backend (#13243) 2022-12-22 09:21:54 +08:00
Eric Gao
c213c6fe34
Fix a tiny bug in release doc (#13239) 2022-12-21 17:52:56 +08:00
John Bampton
5fe25c995f
Fix spelling (#13237) 2022-12-21 16:22:49 +08:00
ZhongJinHacker
d13cd55281
fix spell error and move comment to correct describe location (#13233) 2022-12-21 16:22:03 +08:00
calvin
d795a7a0a3
fix the issue with failing to save the settings of timeout alarm (#13234) 2022-12-21 16:18:10 +08:00
calvin
915bdf481d
fix the issue with throwing the sql exception (#13231) 2022-12-20 17:54:47 +08:00
Wenjun Ruan
b2336b0ce9
Remove datasource in procedure task (#13198) 2022-12-19 17:14:59 +08:00
Jay Chung
5cd8a02f87
[fix] Remove tenant arg in workflow definition (#13212)
current tenant in workflow only work when the first time
user do not exist, when user change the tenant in workflow
but tenant exist, it will be ignore, so we try to remove it
from workflow, and in #40 we try to create both user and tenant
vis cli instead of auto create
2022-12-19 16:06:41 +08:00
liugddx
10da9bfd42
fix: fix dead link (#13221) 2022-12-19 15:31:28 +08:00
labbomb
4b980ad6fa
feat: add AZURESQL datasource (#13200)
* feat: add AZURESQL datasource

* fix form validate bug

* feat: Adjusted the password display form, added AZURESQL type

* feat: Order of adjustment

Co-authored-by: devosend <devosend@gmail.com>
2022-12-19 10:28:11 +08:00
Tq
f0dd4f081f
[Feature][task-plugins-12820] azure azure-sql datasource plugins (#13209)
* submit azure sql code

* change mssql-jdbc version

* merge changes to delete other

* merge changes to delete other

* add dependencies
2022-12-19 10:27:03 +08:00
陈家名
7643d2840a
[Improvement][api-sql] Optimize the sql for paging query project (#13172)
* Optimizing sql

* add version join condition

Co-authored-by: chenjiaming <chenjiaming@kezaihui.com>
2022-12-19 08:51:21 +08:00
JieguangZhou
66e20271ad
[Feature][Master] Add task caching mechanism to improve the running speed of repetitive tasks (#13194)
* Supports task instance cache operation

* add task plugin cache

* use SHA-256 to generate key

* Update dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql

Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>

* Update dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql

Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>

* Optimizing database Scripts

* Optimize clear cache operation

Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
2022-12-18 18:17:09 +08:00
youzipi
042ec74a24
[refactor] cache compiled regex pattern (#13208)
* [refactor] cache compiled regex pattern

* [refactor] cache compiled regex pattern

* [refactor] cache compiled regex pattern
2022-12-18 11:24:11 +08:00
David
f233023b74
[Improvement][doc] correct error in CONTRIBUTING.md (#13012) 2022-12-17 12:04:00 +08:00
Wenjun Ruan
5c75d312fa
Add StarRocks datasource (#13204) 2022-12-17 08:44:39 +08:00
lifeng
84496c5f04
[Fix][Doc]Update pseudo-cluster.md (#13207)
* Update pseudo-cluster.md

* Update pseudo-cluster.md
2022-12-16 19:58:43 +08:00
sssqhai
7a0a2c2a46
Solve the deadlock problem caused by queuing (#13191)
* Solve the deadlock problem caused by queuing

* Solve the deadlock problem caused by queuing

* Solve the deadlock problem caused by queuing

* Solve the deadlock problem caused by queuing,move the event to the tail by throwing a exception

Co-authored-by: wfs <wangfushun@cdqcp.cpm>
2022-12-16 19:55:02 +08:00
insist777
0e3a924a37
move v2folder (#13192) 2022-12-16 10:30:01 +08:00
Wenjun Ruan
be81b222d4
Optimize event loop (#13193) 2022-12-15 14:34:52 +08:00
HuangWei
43e6ac32dd
[Fix-13187] refactor OpenmldbParameters (#13190) 2022-12-14 20:13:45 +08:00
XCL
84b5d81042
[Improvement][Metrics] Filtering data by application in grafana-demo worker dashboard example (#13139)
* Filtering data by application in grafana-demo worker dashboard example
* Update dolphinscheduler-api/src/main/resources/swagger.properties

Co-authored-by: chunlai.xu <chunlai.xu@zhaopin.com.cn>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2022-12-14 15:40:51 +08:00
insist777
ca5af013ae
[Fix] openapi version inconsistency when updating workflows, tasks and relationship (#13094)
Co-authored-by: xiangzihao <460888207@qq.com>
2022-12-14 14:57:57 +08:00
insist777
631e3a81d1
[Feature][API] New restful API for taskInstance (#13070) 2022-12-14 14:47:36 +08:00