Commit Graph

7604 Commits

Author SHA1 Message Date
Eric Gao dd0d73036e
Fix minio version in helm chart (#13368) 2023-01-11 00:40:17 +08:00
Kerwin 22958682c4
add 3.1.3 release (#13357) 2023-01-10 17:17:51 +08:00
Donald Yang 8f7b141fe7
[Fix-13287][doc]Fix Chinese workflow-definition.md duplication description in execution-type (#13361) 2023-01-10 11:33:42 +08:00
calvin 4f73fe1bd8
fix this issue with missing a comma in the TaskInstanceMapper.xml (#13359) 2023-01-09 14:43:34 +08:00
tog 2a44a7f36a
rename: WorkflowDefinitionTree component rename (#13134) 2023-01-08 20:42:21 +08:00
imizao 1edee6224c
[fix][UI]Add render to projects-overview table (#13305)
Co-authored-by: Jinwen Lai <lai.jinwen@vpclub.cn>
2023-01-07 22:56:54 +08:00
fuchanghai 7027d3d768
[improve-#13053] in method of ``` execProcessInstance``` check ```startNodeList``` (#13057)
* [improve-#13053] in method of ``` execProcessInstance``` check ```startNodeList```

* [improve-#13053] format

* [improve-#13053] fix UT

* Update Status.java

update description

* [improve-#13053] add parameter ```version ```

* [improve-#13053] format

* [improve-#13053] version is not necessary

* [improve-#13053] format

* Update use-form.ts

change  ```version``` default vaule to ``` null```

* [improve-#13053] format

* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java

Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>

* Update ExecutorServiceImpl.java

Co-authored-by: fuchanghai <‘2875334588@qq.com’>
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2023-01-07 20:49:59 +08:00
LucasClt a1f5675012
[Bug][TaskPlugin] Task execution error occurs when the Zeppelin task zeppelinNoteId parameter value is an empty string (#13162)
* [Bug] [TaskPlugin-Zeppelin] Task execution error occurs when the Zeppelin task zeppelinNoteId parameter value is an empty string. #13161
2023-01-06 19:29:05 +08:00
caishunfeng ba0a253f09
fix k8s task run fail (#13348) 2023-01-06 09:44:12 +08:00
calvin 313ba4444f
[Fix-13341][Improvement][UI] Worked out the issue with the long name overflowing on the table. (#13342) 2023-01-05 14:40:45 +08:00
Kerwin fde2c8073e
Fix that when the timing data is not configured with environmental information, the timing management does not display the data. (#13339) 2023-01-05 12:15:02 +08:00
Wenjun Ruan a074f7e2e6
Delete workflow will delete workflow instance (#13336) 2023-01-04 22:22:03 +08:00
Wenjun Ruan 6634ff98af
Add source env list in common.properties (#13317) 2023-01-04 20:53:52 +08:00
lenian bcf03ad4d1
[Feature-9467] add DAMENG DataSource (#12860)
* [Feature-9467][DataSource] add DAMENG (达梦) data source

* [Feature-9467] add DM datasource doc (Issue #9467)

* [Feature-9467] add DM IDataBaseOptionKeys

* [Feature-9467] add DM DataSource: DmDataSourceChannelFactoryTest remove testGetDmConnection method

* [Feature-9467] modification package dm to dameng;

* [Feature-9467] add Dameng DmJdbcDriver18 License

* [Feature-9467] add DM DataSource: remove DruidDataSourceClient

Co-authored-by: lenian <yuenian@mananacare.com>
2023-01-04 15:00:24 +08:00
hokie-chan 3b980cb06a
[fix][worker][bug] master/worker crash when registry recover from SUSPENDED to RECONNECTED (#13328) 2023-01-03 19:24:11 +08:00
Jay Chung 2c952139b4
feat: Release version 304 (#13319)
Release new version 304
2023-01-03 15:17:22 +08:00
Aaron Wang ccad56e88e
[Improvement][Master] Validate same content of input file when using task cache (#13298)
* support file content checksum

* fix inject null storageOperate bug
2023-01-03 11:38:13 +08:00
Wenjun Ruan 8a479927f3
Add projectCode in t_ds_process_instance and t_ds_task_instance to remove join (#13284) 2023-01-03 09:52:28 +08:00
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