imizao
23c7363f64
[Refactor][UI]Add a back button when viewing an error file ( #13354 )
...
Co-authored-by: imizao <lai.jinwen@vpclub.cn>
2 years ago
Aaron Wang
802bf4a2e0
[Fix-13418][UI] Remove move-task-definition code ( #13441 )
...
* remove move task definition
* remove unused DragOutlined
2 years ago
Tq
3a6e10397f
[feature][api-datasource]add redshift auth mode to get connection by access key ( #13379 )
...
* submit redshift auth mode
* add front end
* add doc and fix frontend
Co-authored-by: devosend <devosend@gmail.com>
2 years ago
LiXuemin
a5c6748202
[doc] Remove excess space ( #13388 )
...
Remove excess space,from `127.0. 0.1` to `127.0.0.1`
2 years ago
tog
2a44a7f36a
rename: WorkflowDefinitionTree component rename ( #13134 )
2 years ago
imizao
1edee6224c
[fix][UI]Add render to projects-overview table ( #13305 )
...
Co-authored-by: Jinwen Lai <lai.jinwen@vpclub.cn>
2 years ago
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>
2 years ago
calvin
313ba4444f
[Fix-13341][Improvement][UI] Worked out the issue with the long name overflowing on the table. ( #13342 )
2 years ago
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>
2 years ago
Wenjun Ruan
04ea8f7e28
Revert "[Bug] [Server] Once click online schedule time, task will be automatically scheduled ( #13092 )" ( #13295 )
...
This reverts commit 7497b26979
.
2 years ago
Sakura-2019
08052af7a1
[Bug-12868][UI] Data target type is only HDFS ( #12902 )
...
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
2 years ago
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
2 years ago
calvin
a235d3cd6a
[Improvement][UI] Support to display extra columns such as 'Worker Group' and 'Environment Name' on the page of cron manage. ( #13267 )
2 years ago
calvin
fb67b085a3
support to open a new page after clicking the link ( #13265 )
2 years ago
calvin
4e09bacb17
[Fix-13248][UI] Ironed out the issue with failing to query task instances by some state of task. ( #13251 )
2 years ago
calvin
3ecb4dbe24
align the workflow execution status with those from backend ( #13243 )
2 years ago
John Bampton
5fe25c995f
Fix spelling ( #13237 )
2 years ago
calvin
d795a7a0a3
fix the issue with failing to save the settings of timeout alarm ( #13234 )
2 years ago
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>
2 years ago
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>
2 years ago
Wenjun Ruan
5c75d312fa
Add StarRocks datasource ( #13204 )
2 years ago
calvin
c9053761bd
[Fix-13160][UI] Ironed out the issue with failing to save the correct settings of dependent tasks. ( #13179 )
2 years ago
JieguangZhou
e4b9b67255
Allow execute task in workflow instance ( #13103 )
2 years ago
xla0
58d21abfa1
[Improvement-13084][UI] Make download log button disabled when host is null ( #13090 )
...
Co-authored-by: xiaojingxuan <13700324600@163.com>
2 years ago
calvin
26b7541d95
support to resize the columns ( #13123 )
2 years ago
jackfanwan
cb8d125e0f
[Improvement] optimization task definition & fix in the task definition list, if one task have more pre task, the task list can't show all task ( #13106 )
...
* fix in the task definition list, if one task have more pre task, the task list can't show all task
* modify code style
* in the task definition, delete search workflow name filter, and fix in the task definition list, if one task have more pre task, the task list can't show all task
* modify code style
* modify code style
* delete useless select sql
* add annotation
Co-authored-by: fanwanlong <fanwanlong@kezaihui.com>
2 years ago
fuchanghai
9e91a2bc61
[improvement-#11879]Keyword Search Improvement ( #12951 )
...
* [improvement-#11879]Keyword Search Improvement
* [improvement] add a search component
* [Feature][UI] Revise the `Search` component.
* [improvement] add search components
* [improvement] fix
* [improvement] remove unUsed
* [improvement] remove unUsed
* handle the different locales.
Co-authored-by: Jackie <‘2875334588@qq.com’>
Co-authored-by: Amy <amywang0104@163.com>
2 years ago
Kerwin
ae670e6e1c
[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 ( #13011 )
2 years ago
Kerwin
597ae5ff7c
[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
calvin
e5f4ee2d64
[Improvement][UI] Support to drag the column of workflow name to resize its width. ( #13006 )
2 years ago
insist777
b40c63f02d
[Feature][DataSource]Add trino datasource plugin ( #12911 )
2 years ago
hdygxsj
c0b03fca21
[Feature][UI]make status and schedule publish status display together (issue-12834) ( #12922 )
...
* [Feature][UI]make status and schedule publish status display together in workflow definition list page (issue-12834)
* [Feature][UI]make status and schedule publish status display together in workflow definition list page (issue-12834)
2 years ago
JieguangZhou
7c90bf01bc
[Improvement][Task Plugin] Improvement Kubeflow task plugin ( #12928 )
...
add example
check phase in status:conditions
2 years ago
Assert
2dbc79693e
[feature][task plugin] Add new task plugin for apache linkis ( #12693 )
2 years ago
JieguangZhou
229c554912
[feature][task] Add Kubeflow task plugin for MLOps scenario ( #12843 )
2 years ago
songjianet
bf74b4280f
[Feature][UI] Joint debugging of the interface of the mvp version of the dynamic task component. ( #12859 )
...
* [Feature][UI] Joint debugging of the interface of the mvp version of the dynamic task component.
* [Feature][UI] Joint debugging of the interface of the mvp version of the dynamic task component.
* [Feature][UI] Joint debugging of the interface of the mvp version of the dynamic task component.
2 years ago
moonkop
11b1433080
Update use-dependent.ts typo ( #12462 )
2 years ago
songjianet
0793d1a14e
[Feature][UI] Added form stadio parser. ( #12801 )
2 years ago
labbomb
d6fb46b682
fix: Fix some mistakes in the datasource ( #12775 )
...
* fix: Fix some mistakes in the datasource
* fix: delete useless console
2 years ago
rickchengx
58721ba855
[Improvement-12335][ui] Make the resources to be reactive in hivecli task ( #12336 )
2 years ago
songjianet
0e099037bf
[Feature][UI] Added form select parser. ( #12753 )
...
* [Feature][UI] Added form select parser.
* [Feature][UI] Added form select parser.
2 years ago
calvin
4c714cf9c9
adjust the args of router in the dag ( #12759 )
2 years ago
calvin
27eada79e4
beautify the dag ( #12728 )
2 years ago
songjianet
169cbe3267
[Feature][UI] Added form input parser. ( #12701 )
...
* [Feature][UI] Added form input parser.
* [Feature][UI] Added form input parser.
2 years ago
songjianet
e702beced5
[Feature][UI] Added form request parser. ( #12691 )
2 years ago
songjianet
fdb02d486c
[Feature][UI] Added form structure parser. ( #12686 )
2 years ago
JieguangZhou
a47b4d0672
[Feature][Task] Transfer files between tasks ( #12552 )
...
* add data transfer between tasks
* add delete DATA_TRANSFER API
* convert Result to DeleteDataTransferResponse
* add api UT
* fix final
* fix doc
2 years ago
songjianet
7cc4d053d0
[Feature][UI] Added form validate parser. ( #12682 )
2 years ago
songjianet
1d0f9a7d04
[Feature][UI] Added form value parser. ( #12669 )
...
* [Feature][UI] Added form value parser.
* [Feature][UI] Added form value parser.
* [Feature][UI] Added form value parser.
* [Feature][UI] Added form value parser.
2 years ago
calvin
f889d855fb
support to use the clearable button of components to search ( #12668 )
2 years ago