zhuangchong
450e8ee1b6
[maven-release-plugin] prepare release 3.1.3
2 years ago
zhuangchong
664b17ae96
update code clean
2 years ago
calvin
89f84ed166
cherry-pick [Fix-13248][UI] Ironed out the issue with failing to query task instances by some state of task.
...
#13251
2 years ago
calvin
fbbfbda9ed
[Fix-13144][UI] Worked out the issue with failing to query workflow instances by the incorrect workflow status.
...
#13243
2 years ago
calvin
6b7bcda380
fix the issue with failing to save the settings of timeout alarm ( #13234 )
2 years ago
calvin
dc0d46f1aa
[Fix-13160][UI] Ironed out the issue with failing to save the correct settings of dependent tasks. ( #13179 )
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
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
2 years ago
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.
2 years ago
moonkop
3579008c45
Update use-dependent.ts typo ( #12462 )
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
calvin
0156a64000
adjust the args of router in the dag ( #12759 )
2 years ago
calvin
cb3a38332f
beautify the dag ( #12728 )
2 years ago
calvin
135d70da09
support to use the clearable button of components to search ( #12668 )
2 years ago
Kerwin
64360e5b69
[Improvement][UI] Support to view the process variables on the page of DAG. ( #12609 ) ( #12616 )
...
Co-authored-by: calvin <jianghuachinacom@163.com>
2 years ago
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
2 years ago
Kerwin
a92f766843
[BUG-12306][UI]Fix the password item always is disabled ( #12437 )
...
* Fix the password item always is disabled
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
Devosend
beebc5e0ad
fix env config space bug ( #12147 )
2 years ago
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
)
2 years ago
Amy0104
c47e088b73
[Fix][UI] Fix workflow name overlaps bug ( #11862 ) ( #12125 )
...
Co-authored-by: Devosend <devosend@gmail.com>
2 years ago
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
2 years ago
JieguangZhou
a2b3659fe9
[improve] Optimize MLFlow task plugin for easy of use ( #12071 )
...
optimize code
(cherry picked from commit cf522e2f
)
2 years ago
limaiwang
f0fda2a9aa
add(dependent node's add unprivileged project list): dependent node's add unprivileged project list ( #12073 )
2 years ago
jackfanwan
280b7c8545
[Improvement] Add Set cluster name ( #12074 )
2 years ago
songjianet
23d77f8a2a
[Feat][UI] Update package. ( #12046 )
...
* [Feat][UI] Update package.
* [Feat][UI] Update package.
2 years ago
caishunfeng
113dc4b5c5
[Feature-10273][Datasource] Add dataSource for AWS Athena ( #11157 ) ( #12039 )
...
Co-authored-by: ZhaoGuodong <guodongym@163.com>
2 years ago
Amy0104
d0d481d10f
[Fix][UI] Add the task name entry when the workflow instance detail page goes to the task instance page. ( #11761 )
2 years ago
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
2 years ago
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
2 years ago
Devosend
769a20e986
[Fix][UI] Fix bug where crontab special of month and year ( #11661 )
2 years ago
Eric Gao
23d8aaf735
[Feature][UI] Enable highlight and auto-complete for SQL scripts ( #11659 )
2 years ago
songjianet
cccbd27c58
[Fix][UI] Fix the problem that the pagination component is not centered in the environment management. ( #11646 )
2 years ago
songjianet
f28a39f984
[Docs] Update README. ( #11641 )
2 years ago
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>
2 years ago
labbomb
096fae77f4
feat: Locations Formats the layout if it does not exist ( #11535 )
2 years ago
songjianet
8789895791
[Fix][UI] Fix the port in the datasource edit. ( #11624 )
2 years ago
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
2 years ago
Amy0104
c322367846
[Fix][UI] Remove unsupported datasource types in the datax task. ( #11527 )
2 years ago
JieguangZhou
a974ba74ab
[Feature] New task plugin Pytorch ( #11498 )
...
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
2 years ago
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
2 years ago
Amy0104
182455ced7
[Fix][UI] Fix the preTask options are unavailable when creating a task in the task definition page. ( #11501 )
2 years ago
songjianet
2a7e0bee91
[Doc] Update UI readme. ( #11496 )
2 years ago
songjianet
d798be0e73
[Refactor][UI] Refactor task definition version using NSpace component. ( #11495 )
2 years ago
songjianet
68316f68fa
[Fix][UI] Fix the table header in the workflow instance. ( #11487 )
2 years ago