Commit Graph

1113 Commits

Author SHA1 Message Date
calvin
89f84ed166 cherry-pick [Fix-13248][UI] Ironed out the issue with failing to query task instances by some state of task.
#13251
2023-01-03 17:47:39 +08:00
calvin
fbbfbda9ed [Fix-13144][UI] Worked out the issue with failing to query workflow instances by the incorrect workflow status.
#13243
2023-01-03 15:40:25 +08:00
calvin
6b7bcda380 fix the issue with failing to save the settings of timeout alarm (#13234) 2023-01-03 15:17:56 +08:00
calvin
dc0d46f1aa [Fix-13160][UI] Ironed out the issue with failing to save the correct settings of dependent tasks. (#13179) 2022-12-14 09:59:16 +08:00
zhuangchong
a3a9cb9d46 [maven-release-plugin] prepare for next development iteration 2022-12-07 17:23:58 +08:00
zhuangchong
f1aefae5e2 [maven-release-plugin] prepare release 3.1.2 2022-12-07 17:23:57 +08:00
Kerwin
a87206228a [Bug-13010] [Task] The Flink SQL task page selects the pre-job deployment mode, but the task executed by the worker is the Flink local mode 2022-11-28 10:14:16 +08:00
Kerwin
99b86d112b [Bug-13008] [UI] When using the complement function, turn on the dependent mode to generate multiple unrelated workflow instances (#13009)
* Fix dirty data generated by dependent nodes.
2022-11-27 12:08:54 +08:00
moonkop
3579008c45 Update use-dependent.ts typo (#12462) 2022-11-27 12:08:54 +08:00
zhuangchong
48ad9ff412 [maven-release-plugin] prepare for next development iteration 2022-11-08 11:18:29 +08:00
zhuangchong
efc0367999 [maven-release-plugin] prepare release 3.1.1 2022-11-08 11:18:28 +08:00
zhuangchong
145c5ac8cb [maven-release-plugin] prepare for next development iteration 2022-11-07 20:43:01 +08:00
zhuangchong
525a6846ac [maven-release-plugin] prepare release 3.1.1 2022-11-07 20:43:00 +08:00
calvin
0156a64000 adjust the args of router in the dag (#12759) 2022-11-07 14:27:32 +08:00
calvin
cb3a38332f beautify the dag (#12728) 2022-11-06 20:05:10 +08:00
calvin
135d70da09 support to use the clearable button of components to search (#12668) 2022-11-02 21:47:50 +08:00
Kerwin
64360e5b69
[Improvement][UI] Support to view the process variables on the page of DAG. (#12609) (#12616)
Co-authored-by: calvin <jianghuachinacom@163.com>
2022-10-31 12:22:29 +08:00
hushuang
7e5a983f00 [Fix][UI] download resource return 401 (#12566)
resource download with form action, without header: sessionId: xxxx, set sessionId after login,support download resource success
2022-10-29 11:37:39 +08:00
Kerwin
a92f766843 [BUG-12306][UI]Fix the password item always is disabled (#12437)
* Fix the password item always is disabled
2022-10-21 09:33:03 +08:00
caishunfeng
7e39396a76 [maven-release-plugin] prepare for next development iteration 2022-09-26 21:50:03 +08:00
caishunfeng
ae33ba5947 [maven-release-plugin] prepare release 3.1.0 2022-09-26 21:49:27 +08:00
Devosend
beebc5e0ad fix env config space bug (#12147) 2022-09-26 19:06:46 +08:00
Jiajie Zhong
71c51c3c3d [Fix] Also auto formatter workflow instance if location is null (#12080)
* [fix] Also auto formatter workflow instance if location is null

In #11535(096fae77) and #11681(4dca488c), we already formatter
workflow definition, but I find out we forget formatter workflow
instance with definition's location is null, this patch also
formatter workflow instance.

* remove console log

(cherry picked from commit 2531c222de)
2022-09-23 19:44:20 +08:00
Amy0104
c47e088b73
[Fix][UI] Fix workflow name overlaps bug (#11862) (#12125)
Co-authored-by: Devosend <devosend@gmail.com>
2022-09-23 17:40:13 +08:00
Eric Gao
0d16d7b323
[Cherry-Pick][3.1.0-Prepare] Cherry pick docs format fix for 3.1.0 (#12095)
* Cherry pick docs format fix for 3.1.0

* Fix doc dead link

* Fix sphinx dead link
2022-09-22 14:11:43 +08:00
JieguangZhou
a2b3659fe9 [improve] Optimize MLFlow task plugin for easy of use (#12071)
optimize code

(cherry picked from commit cf522e2f)
2022-09-21 13:50:48 +08:00
limaiwang
f0fda2a9aa add(dependent node's add unprivileged project list): dependent node's add unprivileged project list (#12073) 2022-09-21 10:40:12 +08:00
jackfanwan
280b7c8545 [Improvement] Add Set cluster name (#12074) 2022-09-21 10:17:04 +08:00
songjianet
23d77f8a2a [Feat][UI] Update package. (#12046)
* [Feat][UI] Update package.

* [Feat][UI] Update package.
2022-09-20 10:46:10 +08:00
caishunfeng
113dc4b5c5
[Feature-10273][Datasource] Add dataSource for AWS Athena (#11157) (#12039)
Co-authored-by: ZhaoGuodong <guodongym@163.com>
2022-09-19 13:45:19 +08:00
Amy0104
d0d481d10f
[Fix][UI] Add the task name entry when the workflow instance detail page goes to the task instance page. (#11761) 2022-09-03 11:57:02 +08:00
Eric Gao
4a37345436
[Feature][Task Plugin] Support hive cli task plugin (#11651)
* Add hive cli task plugin

* Add docs for hive-cli task plugin

* Fix hive-cli task related front-end nits and checkstyle

* Fix exception handling logic
2022-08-30 10:45:51 +08:00
Jiajie Zhong
4dca488cd5
[python] Auto location when create process definition (#11681)
* Add auto format when submit process definition from python api
* add UPDATING.md

close: #8254
2022-08-27 23:38:46 +08:00
Devosend
769a20e986
[Fix][UI] Fix bug where crontab special of month and year (#11661) 2022-08-26 23:04:29 +08:00
Eric Gao
23d8aaf735
[Feature][UI] Enable highlight and auto-complete for SQL scripts (#11659) 2022-08-26 19:03:44 +08:00
songjianet
cccbd27c58
[Fix][UI] Fix the problem that the pagination component is not centered in the environment management. (#11646) 2022-08-26 14:50:46 +08:00
songjianet
f28a39f984
[Docs] Update README. (#11641) 2022-08-26 14:50:32 +08:00
JiPeng Wang
cf3b4424d7
[Fix-11616] Workflow Definition Name Change Validation Optimization. (#11617)
* Workflow Definition Name Change Validation Optimization

* [Fix][UI] Add the workflow code entry to the verify name interface.

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

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

* processDefinitionCode param name change

Co-authored-by: Amy <amywang0104@163.com>
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2022-08-24 19:59:38 +08:00
labbomb
096fae77f4
feat: Locations Formats the layout if it does not exist (#11535) 2022-08-24 18:59:14 +08:00
songjianet
8789895791
[Fix][UI] Fix the port in the datasource edit. (#11624) 2022-08-24 14:04:19 +08:00
Assert
db925f3216
[Improvement-10942][UI]The workflow or task name is too long and resu… (#10957)
* [Improvement-10942][UI]The workflow or task name is too long and results in incomplete display

* [improvement-10942][ui]The workflow or task name is too long and results in incomplete display
2022-08-23 17:12:40 +08:00
Amy0104
c322367846
[Fix][UI] Remove unsupported datasource types in the datax task. (#11527) 2022-08-18 12:34:21 +08:00
JieguangZhou
a974ba74ab
[Feature] New task plugin Pytorch (#11498)
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
2022-08-18 10:20:37 +08:00
lugela
e5d06c40a5
[Feature-10182][task-datax] (#11387)
In the process of realizing datax synchronization, use custom json for better connection to enable kerberos-authenticated clusters, such as using plug-ins such as hdfs and hbase
2022-08-17 10:01:20 +08:00
Amy0104
182455ced7
[Fix][UI] Fix the preTask options are unavailable when creating a task in the task definition page. (#11501) 2022-08-17 09:26:01 +08:00
songjianet
2a7e0bee91
[Doc] Update UI readme. (#11496) 2022-08-16 13:54:31 +08:00
songjianet
d798be0e73
[Refactor][UI] Refactor task definition version using NSpace component. (#11495) 2022-08-16 13:52:36 +08:00
songjianet
68316f68fa
[Fix][UI] Fix the table header in the workflow instance. (#11487) 2022-08-15 21:07:20 +08:00
songjianet
4d063192cd
[Refactor][UI] Refactor task definition batch stream using NSpace component. (#11485)
* [Refactor][UI] Refactor task definition batch stream using NSpace component.

* [Refactor][UI] Refactor task definition batch stream using NSpace component.

* [Refactor][UI] Refactor task definition batch stream using NSpace component.
2022-08-15 21:05:42 +08:00
songjianet
2240b6e708
[Refactor][UI] Refactor task instance stream using NSpace component. (#11454) 2022-08-12 17:07:43 +08:00