Commit Graph

1325 Commits

Author SHA1 Message Date
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
Amy0104 64a23cdca2
[Improvement][UI] Set the `required` to be reactive in the task modal. (#12225) 2022-09-30 14:15:40 +08:00
JieguangZhou 308f632fcc
[Feature][TASK-PLUGIN] AWS Database Migration Service (DMS) (#11868)
* add aws dms
2022-09-30 10:16:16 +08:00
rickchengx db9db944a6
[Improvement-11880][Hivecli] Improve the UI of HiveCli (#11882) 2022-09-30 09:56:35 +08:00
fuchanghai c7d9719e97
[improvement] improve relation between notification strategy and alarm group on ui (#12200)
* [improvement] improve relation between notification strategy and alarm group

* [improvement] change to use ```&&```

Co-authored-by: Jackie <‘2875334588@qq.com’>
2022-09-29 11:22:10 +08:00
JieguangZhou 856083d591
fix ml group (#12172) 2022-09-28 18:30:52 +08:00
Devosend 87490a34cc
fix env config space bug (#12147) 2022-09-26 19:06:56 +08:00
zhuxt2015 e6832220c3
[Improvement][SQL Task]use default sql segment separator (#10869) 2022-09-26 11:08:57 +08:00
labbomb 64f4cb4f3e
refactor: dag-menu refactor (#11965)
* refactor: dag-menu refactor

* feat: add i18n support for the dag-menu

* feat: add e2e class

Co-authored-by: devosend <devosend@gmail.com>
Co-authored-by: Tq <tianqitobethefirst@gmail.com>
2022-09-26 11:06:39 +08:00
Jiajie Zhong 2531c222de
[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
2022-09-23 18:20:39 +08:00
Amy0104 e11e129cda
[Improvement][UI] Add filterable for `src_table` and `target_table` in the data quality task. (#12099) 2022-09-22 20:43:34 +08:00
rickchengx 08a4c7981f
[improve] Remove the spark version of spark task (#11860) 2022-09-21 20:27:28 +08:00
JieguangZhou cf522e2fc0
[improve] Optimize MLFlow task plugin for easy of use (#12071)
optimize code
2022-09-21 10:45:05 +08:00
jackfanwan 7d80ea34ac
[Improvement] Add Set cluster name (#12074) 2022-09-21 10:05:15 +08:00
limaiwang ed1d1e8856
add(dependent node's add unprivileged project list): dependent node's add unprivileged project list (#12073) 2022-09-21 09:28:22 +08:00
songjianet 8cddb10773
[Feat][UI] Update package. (#12046)
* [Feat][UI] Update package.

* [Feat][UI] Update package.
2022-09-19 20:58:41 +08:00
insist777 5b384f3fab
[Feature-11473][Task]Support test task (#11670)
* [improve] support test tasks

* [improve] support test tasks

* [improve] support test tasks

* [improve] support test tasks

* [improve] support test tasks

* Update TaskExecuteThread.java

* try solve e2e q

* try solve e2e q

* try solve e2e q

* try solve e2e q

* try solve e2e q

* try solve e2e q

* try solve e2e q

* try solve e2e q

* try solve e2e q

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* Update DataSource.java

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* Update messages_zh_CN.properties

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* Update messages.properties

* Update messages_en_US.properties

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks

* [Feature] support test tasks
2022-09-17 13:40:56 +08:00
Eric Gao a44817fc46
[Doc][Style] Fix doc format once for all (#12006) 2022-09-17 11:33:32 +08:00
ZhaoGuodong 86291bb5e6
[Feature-10273][Datasource] Add dataSource for AWS Athena (#11157) 2022-09-16 09:59:20 +08:00
rickchengx 120d8f696d
[Fix-11877][UI] Fix the problem that the environment cannot be deleted on the UI of some tasks (#11878) 2022-09-13 13:54:55 +08:00
juzimao 5d9331f4ee
[Feature-10683][Task Plugin] Add Java Task Plugin. (#10689) 2022-09-09 10:37:24 +08:00
Devosend 24957b5592
[Fix][UI] Fix workflow name overlaps bug (#11862) 2022-09-09 10:35:23 +08:00
Chris 3c86e52075
[Fix-11583][UI] Fix the API usage of gantt graph (#11642) 2022-09-05 14:20:48 +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
Sheldon 376d0a09ae
[Improvement-11386][UI] Concise the logic available for task action buttons (#11419)
* Remove button instead of disable button

* Correct the value of releaseState in the compare statement

Co-authored-by: sheldonliu <sheldonliu>
2022-08-12 16:12:39 +08:00
songjianet 32361f4fef
[Refactor][UI] Refactor workflow instance using NSpace component. (#11446)
* [Refactor][UI] Refactor workflow instance using NSpace component.

* [Refactor][UI] Refactor workflow instance using NSpace component.
2022-08-12 14:26:22 +08:00
songjianet dcab16a3eb
[Refactor][UI] Refactor task instance batch using NSpace component. (#11447) 2022-08-12 14:01:55 +08:00
Devosend d02cf85b60
[Fix][UI] fix bug where warn group name not display (#11429) 2022-08-11 20:58:56 +08:00
songjianet 20b87ee761
[Refactor][UI] Refactor workflow definition version using NSpace component. (#11420) 2022-08-11 17:11:38 +08:00
songjianet 16134014f8
[Refactor][UI] Refactor workflow definition timing using NSpace component. (#11415)
* [Refactor][UI] Refactor workflow definition timing using NSpace component.

* [Refactor][UI] Refactor workflow definition timing using NSpace component.
2022-08-11 14:08:16 +08:00
songjianet f76520c07e
[Refactor][UI] Refactor project workflow definition using NSpace component. (#11398) 2022-08-11 10:08:16 +08:00
caishunfeng 0464123c2b
[Feature-11223] support stream task (#11350)
* add task execute type

* update task definition list paging

* update task instance list paging

* stream task start

* [Feature][UI] Some changes to execute task.
    * Set the connection edge to dashed line.
    * Add FLINK_STREAM task.

* add stream task

* flink savepoint and cancel

* fix query bug

* add stream task definition

* add task instance for stream task

* delete stream task definition state

* update api for stream task definition edit

* modify search for stream task instance

* add language

* delete task type search for stream task definition

* change task type search for stream task instance

* add jump button

* add savepoint

* add down log for stream task instance

* ui test

* stream task start

* run DAG

* [Fix][UI] Fix the stream task edgs not to be dashed when filling back.

* [Feature][UI] Remove some fields for FLINK_STREAM.

* add start modal

* add dryRun column for stream task instance

* fix duration

* fix pon

* fix build error

* Add success tip

* add auto sync for stream task instance

* remove forgien key for task instance

* license header

* UT fix

* modify locales

* recover common config

* fix UT

* add doc

Co-authored-by: Amy <amywang0104@163.com>
Co-authored-by: devosend <devosend@gmail.com>
2022-08-10 21:44:43 +08:00
Assert b3919d30e7
[Improvement-11394][Task Plugin] Remove Passed Parameter --queue in Seatunnel Task Plugin (#11395) 2022-08-10 20:17:16 +08:00
Sheldon b81574ecf2
[Feature-10117][UI] Hide node execution when start from the workflow definition list page (#11372)
Co-authored-by: sheldonliu <sheldonliu>
2022-08-10 17:21:22 +08:00
Sheldon 82e9c40df8
[Fix-11366][UI] Workflow instance should not support right-click running (#11367)
Co-authored-by: sheldonliu <sheldonliu>
2022-08-10 11:45:20 +08:00
songjianet 334afec066
[Refactor][UI] Refactor project list using NSpace component. (#11369) 2022-08-09 17:58:47 +08:00
Sheldon c1c6d5921c
[Feature-9978][UI] add node dependency type feature (#11235)
* add only current node only,preceding nodes,later nodes options to execute process instance

Co-authored-by: sheldonliu <sheldonliu>
2022-08-09 14:03:26 +08:00
songjianet cfb5918e74
[Refactor][UI] Refactor task group queue using NSpace component. (#11341)
* [Refactor][UI] Refactor task group queue using NSpace component.

* [Refactor][UI] Refactor token manage using NSpace component.
2022-08-08 12:55:17 +08:00
Devosend 0fdec2cd5a
[Fix][UI] fix bug where icons are displayed in one line. (#11320) 2022-08-08 09:53:58 +08:00
Chris Ho 991414edc5
[Improvement][UI] Scrolling will be applied to parent model on editor scrolled to top/bottom (#11335) 2022-08-08 09:53:05 +08:00
Amy0104 348edb16f9
[Fix][UI] Fix the taskPriority options not showing when hover. (#11294) 2022-08-05 17:45:07 +08:00
秋天 2adfc52e55
[fix-11233][ui] Remove custom template switch button in chunjun component module (#11234)
- delete obsolete switch button

This closes #11233
2022-08-03 16:44:01 +08:00
Amy0104 adfec41986
[Improvement][UI] Improve monaco-editor component in ts. (#11274) 2022-08-03 15:17:56 +08:00
Devosend 9ba9a0ff82
[Fix][UI] fix bug where log modal display object (#11271) 2022-08-03 13:54:32 +08:00
Devosend 78e9122573
fix bug where confirm disable error (#11251) 2022-08-02 17:38:05 +08:00
Amy0104 0141aa511b
[Fix][UI] Fix datax task data instance replay error. (#11222) 2022-08-01 14:56:19 +08:00
songjianet 163df5f1a3
[Refactor][UI] Refactor task group option using NSpace component. (#11209) 2022-07-31 14:54:18 +08:00
Chris Ho d85ea8f62f
[Improvement][UI] Unified local parameters UI (#11190) 2022-07-29 17:49:33 +08:00
Devosend 91a944f967
fix nodeSize is not a function bug (#11200) 2022-07-29 17:39:45 +08:00
xuhhui 513f336015
[Feature] Add new task type chunjun (#10937) 2022-07-28 19:25:29 +08:00
pinkhello 2e81f30298
[Fix] Parameter values disappear when editing Zeppelin task (#11115) 2022-07-28 15:03:26 +08:00
Assert cdfe115247
[Feature-10837][Task Plugin] Sqoop Task Add --split-by Parameter (#10960)
* [Feature-10837][Task Plugin] Sqoop Task Add --split-by Parameter

* checkstyle
2022-07-26 17:41:13 +08:00
Devosend d76d6da734
[Fix][UI] Add duplicate of file suffix (#11136) 2022-07-26 11:25:33 +08:00
zhuxt2015 4d9db3451e
[Bug] [API] If the single log length is long, it will causes the View Log page to hang (#10612) 2022-07-26 10:14:45 +08:00
songjianet fbfaca3dbd
[Refactor][UI] Refactor resource manage using NSpace component. (#11098)
* [Refactor][UI] Refactor resource manage using NSpace component.

* [Refactor][UI] Refactor resource manage using NSpace component.
2022-07-26 10:07:00 +08:00
songjianet 7ed1e7cd74
[Refactor][UI] Refactor function manage using NSpace component. (#11124) 2022-07-25 22:22:04 +08:00
Devosend 011040f90e
[Fix][UI] fix bug where The Gantt chart does not show the execution status (#11135)
* fix bug where The Gantt chart does not show the execution status of all components

* modify round method
2022-07-25 15:53:57 +08:00
Devosend 2f2de7f90e
fix space validate for create folder bug (#11106) 2022-07-22 17:08:12 +08:00
songjianet de6e58ec1b
[Fix][UI] Fix the problem of too large spacing in operation. (#11090)
* [Fix][UI] Fix the problem of too large spacing in operation.

* [Fix][UI] Fix the problem of too large spacing in operation.
2022-07-22 11:52:41 +08:00
Devosend 7227acd653
fix view variable display bug (#11100) 2022-07-22 11:52:25 +08:00
Amy0104 79cec27423
[Fix][UI] Widen the segment separator input box. (#11096) 2022-07-22 11:02:25 +08:00
songjianet 445e830a84
[Refactor][UI] Refactor file manage using NSpace component. (#11073) 2022-07-21 21:19:23 +08:00
JieguangZhou af7b359333
[Feature][Task Plugin] Add SageMaker Pipeline task plugin for MLOps scenario (#10826) (#10935)
* add sagemaker pipeline task plugin

[DOC] add Sagemaker task plugin document

change license and fix dependencies

* [fix] Optimize the code

* Update dolphinscheduler-task-plugin/dolphinscheduler-task-sagemaker/src/main/java/org/apache/dolphinscheduler/plugin/task/sagemaker/SagemakerParameters.java

Optimization parameter judgment

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

* [fix] nips

Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2022-07-21 18:16:58 +08:00
Devosend 594f00512b
[Refactor][UI] Refactor time display use datatable render function (#11078) 2022-07-21 15:57:08 +08:00
songjianet 25ded1e81b
[Refactor][UI] Refactor rule manage using NSpace component. (#11069) 2022-07-20 19:39:00 +08:00
Eric Gao f689220290
[Feature][Task Plugin] Increase zeppelin task stability in production (#11010)
* [Feature][Task Plugin] Increase zeppelin task stability in production (#10584)

* Add front-end and update docs for the production mode of zeppelin task

* Fix minor front-end bug of zeppelin task plugin

* Refactor ZeppelinParameters with lombok

* Fix formatting

* Replace @Data with @Getter, @Setter, @ToString to avoid decrease in test coverage
2022-07-20 14:16:47 +08:00
Wenjun Ruan 5e9c7dad23
Add dolphinscheduler-bom to manage the dependency version (#11025) 2022-07-20 10:37:31 +08:00
songjianet 878cbbc159
[Refactor][UI] Refactor task result using NSpace component. (#11054) 2022-07-19 23:04:54 +08:00
songjianet ff34393333
[Feat][UI] Added LDAP function. (#11029) 2022-07-18 22:12:45 +08:00
songjianet 6bf80f7a06
[Refactor][UI] Refactor datasource using NSpace component. (#11022)
* [Refactor][UI] Refactor datasource using NSpace component.

* [Refactor][UI] Refactor datasource using NSpace component.
2022-07-18 13:19:41 +08:00
labbomb d41dac0602
feat: Add trim method to all input (#10984) 2022-07-15 17:14:47 +08:00
songjianet fd5fb85858
[Refactor][UI] Refactor audio log using NSpace component. (#10991) 2022-07-15 15:10:48 +08:00
zhuxt2015 7196b125d9
[Feature][Datax Task]Datax task plugin support custom parameters (#10950)
* datax task plugin support custom parameters
2022-07-15 09:27:23 +08:00
Eric Gao a38fa34d43
[Feature][Task Plugin] Enable users to switch endpoints in zeppelin tasks (#10925)
* [Feature][Task Plugin] Enable users to switch endpoints in zeppelin tasks (#9814)
2022-07-15 09:26:28 +08:00
labbomb 05308ccfe6
feat: Added global trim method (#10975) 2022-07-14 20:44:41 +08:00
songjianet 89780e296d
[Feat][UI] Add title display to the table in the security center. (#10969) 2022-07-14 18:02:29 +08:00
rockfang 895dca3e93
[Fix-10890] fix some bugs in the Resource page (#10907)
* [Fix-10890] fix some bugs in the Resource page

* fix: cancel the unnecessary verifications and reset the form when canceling FileUploadModal

* fix: use se `resetForm` method to reset the form
2022-07-14 16:17:06 +08:00
Amy0104 c2dfda80f6
[Fix][UI] Set the next node to not required. (#10932)
* [Fix][UI] Set the next node to not required.

* [Fix][UI] Remove the unuse i
2022-07-14 10:15:25 +08:00
chuxing 427c58546c
[fix][plugin]: fix spark sql use custom parma. (#10821)
* [fix][plugin]: fix spark sql use custom parma.

* [fix][plugin] roll back part of the code

Co-authored-by: huaangcg <huangcg@getui.com>
2022-07-13 11:44:13 +08:00
Amy0104 51d6eae7f4
[Fix][UI] Add validator to the next node field of the switch task. (#10898) 2022-07-13 10:21:18 +08:00
Devosend 0ea5809ff8
fix bug where task name display in gantt (#10900) 2022-07-13 09:55:10 +08:00
Devosend 56fe11ecf9
[Fix][UI] Fix hive datasource doesn't show principal bug (#10876)
* fix hive datasource doesn't show principal bug

* delete IDataBase

* restore DataSourceController.java
2022-07-12 09:18:10 +08:00
songjianet 1edbb5e333
[Feat][UI] Uniform search button size. (#10880) 2022-07-12 06:51:34 +08:00
songjianet 553159f780
[Refactor][UI] Refactor tenant manage using NSpace component. (#10879) 2022-07-11 15:46:04 +08:00
ZhaoGuodong 8eaf5a2309
[Feature-10219][EMR] EMR supports use <add-Steps> to add steps to an existing cluster (#10657)
* Add the ProgramType parameter to distinguish task types
* EmrAddStepsTask supports Add-Steps
* UI supports Add-Steps
* EmrTask modify the name of the class to EmrJobFlowTask
* add ERM Task abstract base class AbstractEmrTask
* add testcase for EmrAddStepsTask
* Modifying help Documents
2022-07-10 10:15:25 +08:00
rockfang de3d9423d1
[Fix-10829][UI] display real workflow relation in `WorkFlow Relation` page (#10836) 2022-07-08 13:19:13 +08:00
Assert 4d07efd3f2
[Feature-10594][ui] Data Quality Result Display Optimize (#10835) 2022-07-08 10:38:07 +08:00
songjianet f78847d47f
[Build][UI] Updated dependencies. (#10813)
* [Build][UI] Updated dependencies.

* [Build][UI] Updated dependencies.

* Fix E2E

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2022-07-07 18:18:48 +08:00
qianli2022 1e48bbc5c6
[Feature-10629][Improvement] Support multi cluster environments - namespace use cluster (#10650)
* server code

* namespace ui

* fix dao test

* fix test

* fix

* docs and image update

Co-authored-by: qianl4 <qianl4@cicso.com>
2022-07-07 16:05:52 +08:00
songjianet 02eff90568
[Refactor][UI] Refactor user manage using NSpace component. (#10816) 2022-07-07 09:58:53 +08:00
songjianet c5a340be60
[Refactor][UI] Refactor alarm group manage using NSpace component. (#10803) 2022-07-06 09:39:02 +08:00
songjianet 1e0ab00c69
[Refactor][UI] Refactor alarm instance manage using NSpace component. (#10799) 2022-07-06 06:44:32 +08:00
Amy0104 a1aff5156e
[Fix][UI] Fix the environment name display back error. (#10797) 2022-07-05 21:24:51 +08:00
Kerwin bd1be6cf36
[Task] Added Apache SeaTunnel 2.x task node (#10480) 2022-07-05 19:21:30 +08:00
旭旭同學 b1ccdb4b39
Fix language not matched (#10775) 2022-07-05 14:57:31 +08:00
aiwenmo 5b0347e8da
[Task] Add Dinky task to better support the development and execution of FlinkSQL (#10640) 2022-07-05 10:07:24 +08:00
songjianet d0f73d3d7c
[Refactor][UI] Refactor worker group manage using NSpace component. (#10735) 2022-07-02 17:51:42 +08:00
Devosend 48d0e7f389
fix bug where project overview page display no data (#10720) 2022-07-01 13:59:06 +08:00
Paul Zhang 4a3c3e7797
[feature][task-flink] Support Flink application mode (#9577) 2022-07-01 12:20:38 +08:00
zhuxt2015 4bbf3c8ea1
fix (#10678) 2022-07-01 11:30:01 +08:00
songjianet 491d5001fc
[Refactor][UI] Refactor cluster manage using NSpace component. (#10701)
* [Refactor][UI] Refactor cluster manage using NSpace component.

* [Refactor][UI] Refactor token manage using NSpace component.
2022-07-01 07:09:21 +08:00
songjianet c732db29ee
[Refactor][UI] Refactor environment manage using NSpace component. (#10702) 2022-07-01 07:08:47 +08:00
Devosend 77fea14461
[Fix][UI] Fix bug where the home page displays no data. (#10697) 2022-06-30 18:32:32 +08:00
songjianet a90e5746fc
[Refactor][UI] Refactor k8s namespace manage using NSpace component. (#10682) 2022-06-30 11:28:33 +08:00
songjianet e6efac6223
[Refactor][UI] Refactor token manage using NSpace component. (#10681) 2022-06-30 11:18:55 +08:00
songjianet cf7776fb8d
[Refactor][UI] Refactor yarn queue manage using NSpace component. (#10680) 2022-06-30 09:32:52 +08:00
秋天 d021da4dfb
[fix-10632][ui] fix the workflow name with underline cannot be displayed correctly error. (#10636)
- add workflow name span padding-bottom css style to fix this error

This closes #10632

Co-authored-by: jiangkang <jiangkang@cmss.chinamobile.com>
2022-06-28 11:04:18 +08:00
Amy0104 a6fc70cdd1
[Fix][UI] Fix bytesToSize function calculation error. (#10627) 2022-06-27 13:55:37 +08:00
pinkhello b8de9ee752
[Fix-10539] [Bug] [UI] Copy task a to B, change the user-defined para… (#10611)
* fixed 10539: [Bug] [ui]Copy task a to B, change the user-defined parameters of Task B, and change the parameters of task a

* fixed 10539: [Bug] [ui]Copy task a to B, change the user-defined parameters of Task B, and change the parameters of task a

* feat: reactor code

* feat: remove console.info

* fixed: reactor deepclone

* feat: code style
2022-06-27 10:53:13 +08:00
Jiajie Zhong 15a86071d1
[feat] ui build no inherit from maven proxy (#10590)
Users may set in for maven setting.xml. but
frontend-maven-plugin will inherit proxy setting
from it. And pnpm not support both `--proxy` and
`--https-proxy` and will fail ui build. This patch
make pnpm run without inherits maven proxy.

ref: https://github.com/eirslett/frontend-maven-plugin#proxy-settings
and 9f39dbad09/frontend-maven-plugin/src/main/java/com/github/eirslett/maven/plugins/frontend/mojo/PnpmMojo.java (L28)
2022-06-24 13:35:36 +08:00
xiangzihao 393cb648f9
fix dependent task re-run params error (#10580) 2022-06-23 20:49:28 +08:00
xuhhui 198e00db58
fix: Current node settings number of failed retries may not be negative (#10530) 2022-06-22 18:22:33 +08:00
JieguangZhou 36e20cdfc8
[Feature][Task Plugin] Add DVC task plugin for MLops scenario (#10372) (#10407) 2022-06-21 13:13:46 +08:00
Eric Gao 64cee03fed
[Feature] Enable users to switch and install conda env in jupyter task (#10337) 2022-06-20 14:47:44 +08:00
Eric Gao 4be3b877c3
[feature][task] Enable zeppelin schedule a whole zeppelin note (#10434) 2022-06-18 13:34:24 +08:00
Devosend d1cae6025b
fix rename form not init bug in file manange (#10471) 2022-06-16 13:51:17 +08:00
Amy0104 d516369e80
[Fix][UI] Add loading before file modification data is returned. (#10450) 2022-06-15 15:06:06 +08:00
qianli2022 ff065d8e5b
[Feature][Improvement] Support multi cluster environments - k8s type (#10096)
* service code

* [Feature][UI] Add front-end for cluster manage

* fix e2e

* remove comment on cluster controller

* doc

* img

* setting e2e.yaml

* test

* rerun e2e

* fix bug from comment

* Update index.tsx

use Nspace instead of css.

* Update index.tsx

Remove the style.

* Delete index.module.scss

Remove the useless file.

Co-authored-by: qianl4 <qianl4@cicso.com>
Co-authored-by: William Tong <weitong@cisco.com>
Co-authored-by: Amy0104 <97265214+Amy0104@users.noreply.github.com>
2022-06-15 13:39:20 +08:00
Amy0104 f0131d5b7a
[Feature][UI] Add manual input for scheduling dates. (#10396)
* [Feature][UI] Add manual input for scheduling dates.

* [Fix][UI] Fix singlequote.

* [Feature][UI] Remove check for duplicate scheduling dates.
2022-06-12 19:48:48 +08:00
JieguangZhou 3258438f6e
[Feature] [MLOps] support mlflow deploy with docker compose (#10217)
* [Feature] [MLOps] support mlflow deploy with docker compose

fix doc

Update docs/docs/en/guide/task/mlflow.md

fix doc

Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>

revert cancel modification

fix ENV name and docker compose command

* fix doc image link

* fix testModelsDeployDockerCompose

* add docker compose container health check and fix mlflow bug

* update docker compose healthcheck timeout
2022-06-10 10:20:50 +08:00
xiangzihao b1fb17119b
[Feature-6758][Task] Add limit resource usage for tasks base on cgroup (#10373) 2022-06-08 19:42:05 +08:00
retime123 67c4f2b259
[Feature][Monitoring] Added disk available capacity monitoring (#10287)
* Added disk available capacity monitoring

* resolve conflict
Added disk available capacity monitoring

* resolve conflict
Added disk available capacity monitoring

* resolve conflict
Added disk available capacity monitoring
2022-06-06 11:06:33 +08:00
guodong 96496f7255
[Fix-10318][ui] Fix EMR Task UI custom parameters Is not correct (#10334)
* Modify useCustomParams isSimple: true
2022-06-02 18:51:43 +08:00
songjianet 6134e0a628
[Build][UI] Upgrade dependencies. (#10346)
* [Build][UI] Upgrade dependencies.

* [Build][UI] Upgrade dependencies.

* [Build][UI] Upgrade dependencies.
2022-06-02 18:23:57 +08:00
songjianet e8ad62bcd0
[Fix][UI] Fixed the issue that the status statistics on the project overview page were inconsistent. (#10328) 2022-06-01 21:50:43 +08:00
aiwenmo 3f2a21293d
[Fix-10317] [ui] Fix the tips of startTimeout in the jupyter form (#10319)
Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>
2022-06-01 10:19:36 +08:00
songjianet 8584aad490
[Style][UI] Format code. (#10314) 2022-05-31 21:01:36 +08:00
Eric Gao a8a5da367a
[Feature][Task Plugin] Add support for dynamic form for zeppelin task plugin (#9977) (#10269) 2022-05-31 11:19:41 +08:00
HuangWei c5961aed25
[feat][task] Add OpenMLDB task plugin (#10198) 2022-05-31 11:00:21 +08:00
songjianet 2e6d3f5190
[Fix][UI] Display the result page when the DB page has no data. (#10298) 2022-05-30 19:28:36 +08:00
Amy0104 e7fbfa3a26
[Fix][UI] Add mapping_columns filed for the data_quality ruleInputParamter. (#10286) 2022-05-30 13:54:10 +08:00
juzimao 62b85b9cb3
[Fix] Fix the timeout alarm button is invalid (#10260) 2022-05-27 16:39:08 +08:00
songjianet 1ac534be67
[Fix][UI] Fix status statistics card height is inconsistent. (#10268) 2022-05-27 16:27:15 +08:00
songjianet 4c1ef0a89a
[Style][UI] Split multilingual modules. (#10256) 2022-05-26 19:22:27 +08:00
Devosend b337eef2e6
[Fix][UI] Set task group name empty of default value (#10243) 2022-05-25 19:22:07 +08:00
Mr.An c5c68a8893
[Fix#9923] The alarm instance management interface is always in the loading state (#9924)
* fix alert plugin loading bug

* update use-form.ts

* remove unused package

* Update use-form.ts

* Update use-form.ts
2022-05-25 18:13:42 +08:00
songjianet abecec3c28
[Fix][UI] Fix issue with treemap depth in workflow relationships. (#10229)
* [Fix][UI] Fix issue with treemap depth in workflow relationships.

* [Fix][UI] Fix issue with treemap depth in workflow relationships.
2022-05-24 18:33:00 +08:00
songjianet 6cebdfdf50
[Fix][UI] Fix the problem of multi-language support of workflow instance host in Chinese state. (#10223) 2022-05-24 16:14:56 +08:00
rockfang 7fc3664ec3
[Fix][UI] add assignment of totalPage (#10165) 2022-05-24 10:48:34 +08:00
JieguangZhou 54ab2651bd
[Feature][MLops] Add MLflow Projects (custom project) component (#10175)
* Add MLflow Projects (custom project) component

* fix something

* update document

* update document

* Supplementary test cases
2022-05-24 09:42:46 +08:00
songjianet c8a4c694ea
[Fix][UI] Fix data-quality component multi-language support. (#10202)
* [Fix][UI] Fix data-quality component multi-language support.

* [Fix][UI] Fix data-quality component multi-language support.
2022-05-23 18:17:30 +08:00
Devosend d7d6699e22
fix spcial week init bug (#10183) 2022-05-22 14:02:56 +08:00
songjianet 0ef02e8093
[Fix][UI] Add seatunnel icon (#10178) 2022-05-21 14:36:27 +08:00
JieguangZhou e11373b963
[Feature][MLops] Support MLflow Models to deploy model service (MLflow models serve and Docker) (#10150)
* Add backend of MLflow Moldes component

* Add front end of MLflow Moldes component

* [DOC] update mlflow document

* revert unnecessary

* fix doc image url

* Update docs/docs/en/guide/task/mlflow.md

Discard the lr abbreviation

Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>

Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2022-05-20 19:41:22 +08:00
songjianet dc61370f30
[Fix][UI] Fix the problem that the failure strategy field in the time management form is multilingual. (#10169) 2022-05-20 18:29:40 +08:00
labbomb 13a83e50f2
[Fix]Change the HTTP or HTTPS regular expression (#10166) 2022-05-20 18:05:05 +08:00
Mr.An 7d5af7e7ec
[doc] Update editorial workflow content and images (#10130) 2022-05-20 16:44:56 +08:00
songjianet c07339b07d
[Fix][UI] Limit task group resource capacity to only positive integers. (#10158) 2022-05-20 15:19:43 +08:00
Amy0104 3dd007ca59
[Fix][UI] Add the task status of pending. (#10129) 2022-05-20 10:06:43 +08:00
JieguangZhou 9ab3bebc90
[Feature][Task Plugin] Add mlflow task plugin for MLops scenario. (#10036)
* [Feature][Task Plugin] Add mlflow task plugin (#9725)

* [Feature][Task Plugin] Add mlflow task plugin UI (#9725)

* [Feature][Task Plugin] fix license header (#9725)

* [Feature][Task Plugin] fix license header (#9725)

* [Feature][Task Plugin] revert unnecessary

* [Feature][Task Plugin] add auto ml to mlflow task plugin

* [DOC] add mlflow document

* [DOC] fix mlflow docs imgs

* [DOC] fix dead link localhost:5000

* [DOC] fix dead link localhost:5000

* [DOC] remove dead link localhost:5000

* Update docs/docs/en/guide/task/mlflow.md

* Update docs/docs/zh/guide/task/mlflow.md

* [DOC] format ui code

* [DOC] remove dead link localhost:5000

* [Feature][Task Plugin] revert unnecessary

* fix some nits

* Move the personal repository to the public repository.

* Run the command directly instead of saving the file

* fix paramsMap initialize

* revert unnecessary

Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2022-05-19 09:40:31 +08:00
songjianet bc71c3b0a0
[Build][UI] Solve vite config throws terser warning. (#10105) 2022-05-18 22:12:52 +08:00
rockfang 7a4a21d0b1
[Fix][UI] fulfill missing fields in DataQuality (#10098) 2022-05-18 18:28:24 +08:00
He Zhao 5bb1eb04fc
[Feature][plugin] Add k8s task in task plugin (#9425)
* [Feature][plugin] Add k8s task in task plugin

* [Feature][plugin] fix dos and code problems

* [Feature][plugin] refactor some code based on sonar

* [Feature][UI] front-end for k8s task plugin

* [Feature][plugin] delete some front files

* [Feature][plugin] update document

* Update docs/docs/zh/guide/task/k8s.md

* Update docs/docs/en/guide/task/k8s.md

* Update docs/docs/en/guide/task/k8s.md

* Update docs/docs/en/guide/task/k8s.md

* [Feature][UI] front-end change from review comments

* [Feature][UI] replace get namespace list api

* [Feature][plugin] change file name

* Add kubernetes to zh task list

Co-authored-by: hezhao2 <hezhao2@cisco.com>
Co-authored-by: William Tong <weitong@cisco.com>
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2022-05-18 17:23:42 +08:00
旺阳 cab46e6be5
[Fix-10083][Doc]Change Docker cmd && Change WebexTeams Chinese Translation (#10084)
* Change Docker cmd && Change WebexTeams Chinese Translation

* run ci

Co-authored-by: qingwli <qingwli@cisco.com>
2022-05-18 13:53:44 +08:00
Devosend 91f1d45948
[Feat][UI] Add resource username for function and resource manage (#10086) 2022-05-18 12:00:51 +08:00
xiangzihao 225cb332d1
[Fix-10049] Conditions Task branch flow failed (#10077) 2022-05-18 11:40:32 +08:00
Devosend c16424027e
[Fix][UI] Fix bug where username is empty in file manage (#10070) 2022-05-17 15:17:46 +08:00
songjianet 359300380b
[Fix][UI] Fix in the Chinese state, there is a problem with the multi-language support of the form. (#10066) 2022-05-17 14:57:04 +08:00
songjianet 514d26e03f
Revert "[Fix][UI] Fix in the Chinese state, there is a problem with the multi-language support of the form. (#10056)" (#10060)
This reverts commit d8b56b8e9b.
2022-05-17 14:04:55 +08:00
songjianet d8b56b8e9b
[Fix][UI] Fix in the Chinese state, there is a problem with the multi-language support of the form. (#10056) 2022-05-17 11:32:41 +08:00
labbomb a088ca1048
[Fix][UI]Modify error message (#10054) 2022-05-17 11:11:56 +08:00
rockfang d17379da1f
[Fix][UI] Fix errorOutputPath column in dataquality page (#10015) 2022-05-13 10:16:54 +08:00
Eric Gao 80369363c9
[feat][task plugin] Add Jupyter task plugin (#9872)
Co-authored-by: Amy0104 <97265214+Amy0104@users.noreply.github.com>
2022-05-12 19:55:49 +08:00
Amy0104 18bfe6399d
[Fix][UI] Support only one file upload on the file manage page. (#10007) 2022-05-12 16:54:03 +08:00
Amy0104 00f102959b
[Fix][UI] Fix the task name validator error. (#10008) 2022-05-12 15:27:55 +08:00
rockfang 53cd7009de
[Fix-10002] Fix some bugs in datasource list (#10005)
* fix: fix ellipsis bug in table column

* fix ellipsis bug in table column

* fix: json-highlight component support nested jsonstring

* fix: make datasource description show
2022-05-12 14:11:52 +08:00
qianli2022 bc1c15b142
[Feature-8252][doc] K8s and namespace manager docs and web page update (#9881)
* test

* test

* doc

* fix image error

* fix

* Update docs/docs/en/guide/security.md

* Update docs/docs/en/guide/security.md

* Update docs/docs/en/guide/security.md

* Update docs/docs/zh/guide/security.md

* fix doc

Co-authored-by: qianl4 <qianl4@cicso.com>
Co-authored-by: William Tong <weitong@cisco.com>
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2022-05-11 16:40:30 +08:00
Amy0104 1971d8b3b5
[Fix][UI][V1.0.0-Beta] Fix the problem of packing failure. (#9962) 2022-05-10 11:52:48 +08:00
songjianet f5c6216fd0
[Build][UI] Upgrade dependencies. (#9956) 2022-05-09 21:57:33 +08:00
Dannila 2d36449444
[Feature- 9837][plugin/ui] support FlinkSQL Task (#9840)
* flink_sql

* '[refactor]flinksql'

* '[refactor]flinksql'

* '[refactor]flinksql'

* '[refactor]flinksql'

* '[refactor]flinksql'

* '[refactor]flinksql'

* '[refactor]flinksql'

* '[refactor]flinksql'

* '[refactor]flinksql'

* '[refactor]flinksql'

* '[refactor]flinksql'

* '[refactor]flinksql'

* [refactor] flinksql

* '[refactor]flinksql'

* [refactor] dolphinscheduler flinksql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* [refactor] flink sql

* Update docs/docs/en/guide/task/flink.md

* Update docs/docs/zh/guide/task/flink.md

* prettier front-end code

Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
Co-authored-by: devosend <devosend@gmail.com>
2022-05-09 18:51:55 +08:00
rockfang 38271cea9c
[Fix #9925]: fix ellipsis bug in table column (#9936)
* fix: fix ellipsis bug in table column

* fix ellipsis bug in table column
2022-05-09 11:14:37 +08:00
Kerwin 0e7c98d465
[Feature-9177][Task] The sql task supports configuring segmentation notation to provide execution of multiple statements (#9917)
* Support sql segmentation to execute multiple functions.
2022-05-08 15:04:35 +08:00
songjianet 1f8c59b3b4
[Feature][UI] Disabled statistics. (#9935)
* [Feature][UI] Disabled statistics.

* [Feature][UI] Disabled statistics.

* [Feature][UI] Disabled statistics.
2022-05-07 17:07:40 +08:00
labbomb 40ab72d325
fix miss fixvalue input (#9933) 2022-05-07 14:23:55 +08:00
Amy0104 8215fa8e6f
[Fix][UI Next][V1.0.0-Beta] Fix console bug after deleting a node from the context menu. (#9932) 2022-05-07 14:18:17 +08:00
Mr.An cac3f780e5
[Fix] add resource capacity required rule (#9922)
* [Fix] add resource capacity required rule

* Update use-form.ts
2022-05-07 14:12:00 +08:00
Amy0104 96b31c81ff
[Fix][UI Next][V1.0.0-Beta] Fix data quality data not displayed. (#9930) 2022-05-07 13:50:03 +08:00
labbomb c9bba819bd
[Fix]Added request header validation (#9915) 2022-05-06 15:08:31 +08:00
songjianet 7a7807e520
[Feature] Remove old ui. (#9909)
* [Feature] Remove old ui.

* [Docs] Add license file for screenfull.
2022-05-06 14:04:35 +08:00
qianli2022 165d7aa51f
[Feature][Task] K8s namespace auth manager (#9303)
* k8s auth

* remove log

* fix test

* use constants

* use constants K8S_LOCAL_TEST_CLUSTER

* simple auth get

* change test

* add namespace authorize in user page

* prettier code

* change test data

Co-authored-by: qianl4 <qianl4@cicso.com>
Co-authored-by: William Tong <weitong@cisco.com>
2022-04-20 18:23:23 +08:00
Amy0104 ac2e1df2bf
[Fix][UI][2.0.5] Add LIST type to the custom parameter types of task node. (#9455) 2022-04-12 17:04:58 +08:00
Eric Gao fd6b43bc81
[Dev] Switch version in pom.xml to dev-SNAPSHOT (#9223) (#9299) 2022-04-07 18:15:19 +08:00
Amy0104 f5711e4fcd
[Feature][UI Next][V1.0.0-Alpha] Unify clickable text in tables. (#8813) 2022-03-10 18:48:40 +08:00
calvin 41b66b6adb
[Fix-8746][UI] Rectify the issue with affecting the original node's data when editing the form of the copied node. (#8791) 2022-03-10 11:36:01 +08:00
wangqiang 0bce1a96a1
[Fix-8786] [ui] Fixed the "RESOURCE_NOT_EXIST" error message when clicking udF resource list file navigation prompt #8786 (#8788)
* [fix] [ui] Fixed the re-upload function of the Resource Management menu
* Modify resource file list and sub-file front-end code
* Modify udF resource file list and subfile front-end code
* Fix modified page does not dynamically update content, added V-if judgment

* [fix] [ui] Fixed the re-upload function of the Resource Management menu
* Modify resource file list and sub-file front-end code
* Modify udF resource file list and subfile front-end code
* Fix modified page does not dynamically update content, added V-if judgment
* Fix duplicate ID problem

* [Fix] [ui] Fixed the "RESOURCE_NOT_EXIST" error message when clicking udF resource list file navigation prompt

Co-authored-by: wangqiang <wangqiang@coocaa.com>
2022-03-10 11:31:37 +08:00
王强 a4b34e63d0
[Fix] [ui] Fixed the re-upload function of the Resource Management menu #8764 (#8763)
* [fix] [ui] Fixed the re-upload function of the Resource Management menu
* Modify resource file list and sub-file front-end code
* Modify udF resource file list and subfile front-end code
* Fix modified page does not dynamically update content, added V-if judgment

* [fix] [ui] Fixed the re-upload function of the Resource Management menu
* Modify resource file list and sub-file front-end code
* Modify udF resource file list and subfile front-end code
* Fix modified page does not dynamically update content, added V-if judgment
* Fix duplicate ID problem

Co-authored-by: wangqiang <wangqiang@coocaa.com>
2022-03-09 14:35:43 +08:00
ronyang1985 7b66b66e8f
[Feature-8527][Datasource] Add dataSource for Amazon Redshift (#8564)
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
2022-03-01 19:29:52 +08:00
caishunfeng 84f2cfec39
[Feature][Server] Custom timezone - Add timezone handler unified (#8477)
* date convert of timezone

* remove @JsonFormat

* add unit test

* fix time preview in scheduler

* optimization & add env config

Co-authored-by: caishunfeng <534328519@qq.com>
2022-02-24 18:20:34 +08:00
zixi0825 df6eef84cd
fix(dq) change comparison_type from fluctuation to avg (#8382) 2022-02-20 20:59:08 +08:00
Devosend d2f8d96fa0
[Fix-8412] [UI] Fix workflow definition timing edit bug. 2022-02-17 19:44:47 +08:00
mazhong 6334a8221a
[Bug-8170][UI] SUB_PROCESS Clicking into the child node does not react (#8371)
* Fix-8170 SUB_PROCESS Clicking into the child node does not react

* Fix-8170 SUB_PROCESS Clicking into the child node does not react
2022-02-17 15:44:19 +08:00
qianli2022 151100562f
[Feature][api] Task can run on kubernetes - k8s client and namespace #8247 (#8252)
* add db operator for namespace

* add k8s client

* add k8s controller

* add namespace ui

* add licenses

* add kubernetes model known-dependencies

* add new licenses

* fix SonarCloud Code Analysis bug

* remove license for standard protocol

* fix variable MemoryStr to memoryStr

Co-authored-by: qianl4 <qianl4@cicso.com>
2022-02-15 10:21:15 +08:00
calvin b2108486ba
[Fix][UI] Rectify this issue with missing the re-uploading file button when the file is under the root directory. 2022-02-14 20:14:24 +08:00
calvin 3f6caef08f
[Fix-8187][UI] Add the function to the module of resource that you can re-upload the file on the page of the file management. (#8359)
* add reupload file

* develop reupload file

* fix this issue
2022-02-13 11:47:10 +08:00
wangyizhi d9df8319a2
[Fix-8172][UI] Fix coordinate calculation error (#8346)
* [Fix-8172][UI] Fix coordinate calculation error

* [Fix-8172][UI] Code format
2022-02-11 20:24:07 +08:00
wangyizhi 0f04b3cfaa
[Fix-8335][UI] Sqoop node change data source type to hive error (#8348) 2022-02-11 16:49:51 +08:00
calvin 42aab0f47a
fix this issue (#8332) 2022-02-10 18:39:04 +08:00
wind fc9a31f813
[E2E] add switch task case (#8180)
* fix switch bug

* add switch e2e test

* add switch workflow

* pre task option

* selectPreTask id

* update

* switch task e2e

* naming optimization

Co-authored-by: caishunfeng <534328519@qq.com>
2022-02-10 10:00:50 +08:00
QuakeWang fd38ef129b
[E2E] Add the update test for tenant (#8282) 2022-02-08 09:25:00 +08:00
Kerwin 36d526d3a8
[Improvement-8284][Alert] Dingtalk alert plugin supports markdown message type (#8285)
* add msgtype in the dingtalk alert plugin

* update markdown msgtype 'at persion'
2022-02-07 22:07:37 +08:00
calvin 41efe305bb
fix this issue (#8280) 2022-02-04 16:41:16 +08:00
calvin 83d08e013a
fix this issue (#8272) 2022-01-31 17:39:18 +08:00
QuakeWang 63f7efa993
[E2E] Add new test of token management (#8161) 2022-01-30 12:34:50 +08:00
xiangzihao 4b58df9aa8
[E2E] add function manage test case (#8250) 2022-01-30 09:01:19 +08:00
springmonster baf0c95add
[Bug-8169] [dolphinscheduler-ui] Fix `After you save the workflow, it… (#8198) 2022-01-28 18:42:36 +08:00
Devosend 3c10bbe157
[FIX-7514] press Enter key get "true" not new line (#7596) 2022-01-28 18:25:25 +08:00
xiangzihao d6690fa89c
[E2E] add udf manage test (#8203) 2022-01-27 16:17:32 +08:00
zixi0825 4ba6d667fc
[Feature][DataQuality] Add Data quality Module #4283 (#6718)
* add data quality module

* add license

* add package configuration in dist pom

* fix license and jar import bug

* replace apache/skywalking-eyes@9bd5feb SHA

* refacotr jbdc-connector and writer

* modify parameter name in HiveConnector

* fix checkstyle error

* fix checkstyle error in dolphinschesuler-dist

* fix checkstyle error in dolphinschesuler-dist

* fix checkstyle error in dolphinschesuler-dist

* fix duplicate code bug

* fix code style bug

* fix code smells

* add dq relevant enums and parameter

* replace apache/skywalking-eyes@9bd5feb SHA

* fix Constants bug

* remove the unused class

* add unit test

* fix code style error

* add unit test

* refactor data quality common entity

* fix code style error

* add unit test

* close e2e test

* fix code smell bug

* modify dataquality enum value to 14 in TaskType

* add data qualtiy task

* update

* add getDatasourceOptions interface

* fix checkstyle

* close e2e test

* add data quality task ui

* update skywalking-eyes SHA

* fix style

* fix eslint error

* fix eslint error

* test e2e

* add unit test and alter dataquality task result

* fix checkstyle

* fix process service test error

* add unit test and fix code smells

* fix checkstyle error

* fix unit test error

* fix checkstyle error

* change execute sql type name

* revert ui pom.xml

* fix data quality task error

* fix checkstyle error

* fix dq task src_connector_type ui select bug

* fix spark rw postgresql bug

* change mysql driver scope

* fix form-create json bug

* fix code smell

* fix DolphinException Bug

* fix ui validate rule and Alert title

* fix target connection param bug

* fix threshold validate change

* add rule input entry index

* change statistic_comparison_check logic

* remove check type change

* add DateExpressionReplaceUtil

* fix null point expetion

* fix null point expetion

* fix test error

* add more sql driver

* fix test error and remove DateExprReplaceUtil

* add get datasource tables and columns

* add get datasource tables and columns

* remove hive-jdbc in pom.xml

* fix code smells

* update sql

* change the pom.xml

* optimize multi_table_accuracy ui

* fix v-show error

* fix code smells

* update sql

* [Feature][DataQuality] Add data quality task ui (#5054)

* add data quality task ui

* update skywalking-eyes SHA

* fix style

* fix eslint error

* fix eslint error

* test e2e

* fix dq task src_connector_type ui select bug

* fix threshold validate change

* remove check type change

* add get datasource tables and columns

* optimize multi_table_accuracy ui

* fix v-show error

* fix code smells

Co-authored-by: sunchaohe <sunzhaohe@linklogis.com>

* [Feature][DataQuality] Add data quality module  (#4830)

* add data quality module

* add license

* add package configuration in dist pom

* fix license and jar import bug

* replace apache/skywalking-eyes@9bd5feb SHA

* refacotr jbdc-connector and writer

* modify parameter name in HiveConnector

* fix checkstyle error

* fix checkstyle error in dolphinschesuler-dist

* fix checkstyle error in dolphinschesuler-dist

* fix checkstyle error in dolphinschesuler-dist

* fix duplicate code bug

* fix code style bug

* fix code smells

* update

* close e2e test

* fix spark rw postgresql bug

* change mysql driver scope

* add more sql driver

* remove hive-jdbc in pom.xml

* change the pom.xml

Co-authored-by: sunchaohe <sunzhaohe@linklogis.com>

* [Feature][DataQuality] Add data quality task backend (#4883)

* add dq relevant enums and parameter

* replace apache/skywalking-eyes@9bd5feb SHA


Co-authored-by: sunchaohe <sunzhaohe@linklogis.com>

* refactor data_quality_module

* add header license

* data quality module refactor

* fix unit test error

* fix checkstyle error

* fix unit test error

* fix checkstyle error

* fix unit test error

* fix code smell

* fix check style

* fix unit test error

* task statistics value add unique code

* fix unit test error

* fix checkstyle error

* fix checkstyle

* fix security hotspot

* fix unit test error

* fix security hotspot

* fix check

* add data quality task error handling

* fix unit test error

* add unit test

* add unit test

* optimize data quality result alert

* fix unit test

* fix sql script error

* fix bug

* update sql script

* fix checkstyle

* add license

* fix checkstyle

* fix checkstyle

* fix unit test

* add jacoco dependencies

* fix unit test

* fix unit test

* add jacoco dependencies

* add unit test

* add unit test

* add license

* fix checkstyle

* fix pom

* fix checkstyle

* fix checkstyle

* merge dev

* fix ui error

* fix pom error

* fix pom error

* fix test error

* fix test error

* mssql-jdbc exclude azure-keyvault

* fix test error

* merge dev and add unit test

* add notes

* rollback the CollectionUtils

* fix

* update sql

* fix

* fix

* fix query rule page error

* change dq.jar path

* fix sql error

* fix ui error

* fix(dq): jar path&task enum description

* add notes on DataQualityApplication

* fix dq result jump error

* fix(ui): page condition

* feat(ui): add show error output path

* change version

* remove all chinese word in sql

* merge

Co-authored-by: sunchaohe <sunzhaohe@linklogis.com>
2022-01-27 15:55:45 +08:00
xiangzihao 7b22c16a85
[E2E]Fix file manage e2e error (#8214) 2022-01-27 14:59:22 +08:00
yc322 fb9f4a1339
[Feature-5822][api] Add audit log (#6322)
* rebase

* update audit log type name

* fix the quoted property error

* fix bug

* update audit global switch default value

* fix wrong ddl comment

* fix wrong code style

* update audit log search sql

* add licenses

* add unit test

* fix wrong code style

* fix bugs

* fix wrong code style

* add test case

* add test case

* add license

* Add unit test in pom.xml

* resolve code smell problem

* mysql and postgresql ddl update

* update audit log path and audit page query

* update audit configuration

* update audit log schema, add resource type and resource id

* update audit query and list page

* resolve audit log front page bugs and log query error

* update audit configuration

* resolve wrong configuration

* update AuditLogControllerTest

* update application.yaml

* resolve code smell

* update standalone configuration

* resolve bugs

Co-authored-by: yc322 <1393242780@qq.com>
2022-01-26 09:53:18 +08:00
xiangzihao 30b8b4a93e
[E2E][CI] Add renaming file management E2E tests (#8160) 2022-01-26 09:45:21 +08:00
Kerwin 103ccb01da
change version to 2.0.4-SNAPSHOT (#8188) 2022-01-25 15:17:17 +08:00