Commit Graph

1155 Commits

Author SHA1 Message Date
calvin 26b7541d95
support to resize the columns (#13123) 2022-12-07 17:44:10 +08:00
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>
2022-12-07 09:52:53 +08:00
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>
2022-12-01 16:01:01 +08:00
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) 2022-11-28 10:09:49 +08:00
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.
2022-11-27 11:14:00 +08:00
calvin e5f4ee2d64
[Improvement][UI] Support to drag the column of workflow name to resize its width. (#13006) 2022-11-27 11:09:45 +08:00
insist777 b40c63f02d
[Feature][DataSource]Add trino datasource plugin (#12911) 2022-11-23 10:09:02 +08:00
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)
2022-11-18 23:03:02 +08:00
JieguangZhou 7c90bf01bc
[Improvement][Task Plugin] Improvement Kubeflow task plugin (#12928)
add example
check phase in status:conditions
2022-11-17 15:59:44 +08:00
Assert 2dbc79693e
[feature][task plugin] Add new task plugin for apache linkis (#12693) 2022-11-17 10:14:36 +08:00
JieguangZhou 229c554912
[feature][task] Add Kubeflow task plugin for MLOps scenario (#12843) 2022-11-11 16:08:38 +08:00
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.
2022-11-10 17:28:20 +08:00
moonkop 11b1433080
Update use-dependent.ts typo (#12462) 2022-11-08 10:05:09 +08:00
songjianet 0793d1a14e
[Feature][UI] Added form stadio parser. (#12801) 2022-11-08 08:52:03 +08:00
labbomb d6fb46b682
fix: Fix some mistakes in the datasource (#12775)
* fix: Fix some mistakes in the datasource

* fix: delete useless console
2022-11-07 18:12:11 +08:00
rickchengx 58721ba855
[Improvement-12335][ui] Make the resources to be reactive in hivecli task (#12336) 2022-11-07 18:05:51 +08:00
songjianet 0e099037bf
[Feature][UI] Added form select parser. (#12753)
* [Feature][UI] Added form select parser.

* [Feature][UI] Added form select parser.
2022-11-07 14:41:41 +08:00
calvin 4c714cf9c9
adjust the args of router in the dag (#12759) 2022-11-07 14:26:12 +08:00
calvin 27eada79e4
beautify the dag (#12728) 2022-11-06 20:04:27 +08:00
songjianet 169cbe3267
[Feature][UI] Added form input parser. (#12701)
* [Feature][UI] Added form input parser.

* [Feature][UI] Added form input parser.
2022-11-06 18:16:03 +08:00
songjianet e702beced5
[Feature][UI] Added form request parser. (#12691) 2022-11-04 13:38:40 +08:00
songjianet fdb02d486c
[Feature][UI] Added form structure parser. (#12686) 2022-11-03 20:01:39 +08:00
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
2022-11-03 16:33:39 +08:00
songjianet 7cc4d053d0
[Feature][UI] Added form validate parser. (#12682) 2022-11-03 16:04:36 +08:00
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.
2022-11-03 08:41:10 +08:00
calvin f889d855fb
support to use the clearable button of components to search (#12668) 2022-11-02 21:40:39 +08:00
songjianet aeb861fa15
[Feat][UI] Add language parser. (#12666) 2022-11-02 19:32:00 +08:00
songjianet dcb8070a0e
[Feature][UI] Add a popup component based on dynamic form. (#12645) 2022-11-01 22:26:29 +08:00
songjianet 4f95f639c9
[Fix][UI] Fix the line break problem in navbar. (#12647) 2022-11-01 22:26:16 +08:00
songjianet 883c754951
[Feature][UI] Add a method for adding a single node to the dag. (#12628) 2022-11-01 09:07:28 +08:00
rickchengx 3c31ddfd9f
[Improvement-12536][k8s] Support the command for the container in k8s task plugin (#12538) 2022-10-31 19:06:41 +08:00
calvin d84f1ef269
[Improvement][UI] Support to view the process variables on the page of DAG. (#12609) 2022-10-30 20:31:40 +08:00
songjianet f39e5853f3
[Feature][UI] Added logic to drag and drop nodes to DAG canvas. (#12598)
* [Feature][UI] Added logic to drag and drop nodes to DAG canvas.

* [Feature][UI] Added logic to drag and drop nodes to DAG canvas.
2022-10-29 18:08:11 +08:00
songjianet 213bf43ed6
[Feature][UI] Create a dynamic task component canvas. (#12577)
* [Feature][UI] Create a dynamic task component canvas.

* [Feature][UI] Create a dynamic task component canvas.

* [Feature][UI] Create a dynamic task component canvas.

* [Feature][UI] Create a dynamic task component canvas.

* [Feature][UI] Create a dynamic task component canvas.
2022-10-28 20:27:02 +08:00
hushuang 0c519f7e5d
[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-28 11:52:22 +08:00
songjianet dc2f4d9fe3
[Feature][UI] Allows the user to choose a timeout for interface requests. (#12564)
* [Feature][UI] Allows the user to choose a timeout for interface requests.

* [Feature][UI] Allows the user to choose a timeout for interface requests.
2022-10-28 09:46:26 +08:00
Yiming Guo dc8d18cf87
[Feature-12040][api][ui] Add authorization management of read and write permissions for project center (#12048)
[Feature-12040][api][ui] Add authorization management of read and write permissions for project center
2022-10-27 18:01:51 +08:00
songjianet 53340fc07b
[Feature][UI] Added the display and hide function of dynamically created workflow buttons. (#12558) 2022-10-27 14:13:00 +08:00
songjianet 9c2a290012
[Feature][UI] Interface settings add switches for experimental features. (#12537) 2022-10-27 09:45:16 +08:00
Tq 4b4d0b92a3
[FIX][DAO-12277] change t_ds_fav_task column task_name to task_type and related code (#12276)
* change t_ds_fav_task column task_name to task_type and related code

* change task_name to task_type

* change FavTask taskName to taskType, taskType to taskCategory

Co-authored-by: labbomb <739955946@qq.com>
2022-10-27 09:36:26 +08:00
HanayoZz 489e7fe4e2
[Feature-10495][Resource Center] Resource Center Refactor (#12076)
* resource center refactor - S3 services connection

Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2022-10-26 13:53:44 +08:00
songjianet cb70e89ded
[Feature][UI] Revamped interface settings options in the top navigation bar. (#12530) 2022-10-26 12:57:36 +08:00
songjianet 1794cea4fa
[Feature][UI] Adjust the style of the interface settings. (#12531) 2022-10-26 09:33:49 +08:00
Kerwin 651588c98d
[BUG-12306][UI]Fix the password item always is disabled (#12437)
* Fix the password item always is disabled
2022-10-21 09:27:50 +08:00
pandong 70aef3ec21
[fix#12364][UI] fix when creating a workflow, click Data Quality or Machine Learning to expand both (#12365)
* [fix#12364][UI] fix when creating a workflow, click Data Quality or Machine Learning to expand both
2022-10-20 16:46:10 +08:00
labbomb a11892aea0
[Feature] Optimizing data source centers (#12292)
* feat: Optimizing data source centers

* add e2e class

* update datasource e2e

* fix hive e2e

* fix: Modify the source type parameter

Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2022-10-19 11:22:39 +08:00
Eric Gao d46e4659d9
[Improvement][Style] Fix remaining style errors and wildcard imports (#12412)
* Fix remaining style errors and wildcard imports

* Upgrade spotless to the latest stable version, exclude .github folder from spotless check and fix dead link

* Fix spotless matching scope of markdown files
2022-10-19 11:08:04 +08:00
fuchanghai b7bd8d7803
[Improvement] add presto in datax (#12371) 2022-10-16 17:19:29 +08:00
Tq c7435a51ac
[Feature][task-plugins] aws datasync task plugins (#11865)
* submit datasync task

* add aws software package license
2022-10-09 10:47:01 +08:00
lynn-illumio 234f2e8a40
[Feat][UI] Set up UI setting component in profile page (#11226)
* Set up UI setting component in profile page

* Add UI setting page to the route, remove UI setting section from the profile

* Add log auto refresh timer store

* Add logTimer to pinia store and cookies

* Read logTimer from pinia store, and delay getLogs by passing the logTimer to setInterval in refreshLogs function

* Add log timer to getLogs

* Fine tune view log, add auto refresh based on time interval set in UI setting

* Add useI18n to ui setting

* Set up UI setting component in profile page

* Add UI setting page to the route, remove UI setting section from the profile

* Add log auto refresh timer store

* Add logTimer to pinia store and cookies

* Read logTimer from pinia store, and delay getLogs by passing the logTimer to setInterval in refreshLogs function

* Add log timer to getLogs

* Fine tune view log, add auto refresh based on time interval set in UI setting

* Add useI18n to ui setting

* [Feat][UI] Add UI setting page in the project.

* [Feat][UI] Add UI setting page in the project.

* Remove logTimer in cookies

* Clear timer id, set VITE_APP_DEV_WEB_URL back to default

* Clear time id in dag

* [Feat][UI] Add license header.

* [Feat][UI] Remove console.

* [Fix][UI] Fix log timer types.

Co-authored-by: songjianet <1778651752@qq.com>
2022-10-08 16:35:14 +08:00