Commit Graph

1340 Commits

Author SHA1 Message Date
Rick Cheng
9cbb2629d9
[Improvement-14442][UI] Uniformly set the label name of parameter (#14443) 2023-07-04 14:09:30 +08:00
yeahhhz
0880549440
[Improvement-14318][UI] migrate version 2.x workflow definition d3 tree view to version 3.x (#14382)
* [Improvement][UI] migrate version 2.x workflow definition d3 tree view to version 3.x

* remove unnessnary code

* fix code smells

* update lock file to fix front-end CI Build error

* update package.json
2023-07-04 10:33:27 +08:00
calvin
babb8d9d85
worked out this issue (#14438) 2023-07-03 20:50:42 +08:00
Jay Chung
0f190ae3da
chore: Add new step skip for ui build and spotless (#14427) 2023-07-03 20:41:12 +08:00
Aaron Wang
bcd1df19b8
[Improvement-14393][Resource Center] Remove deprecated resource description in api and UI page (#14394) 2023-06-28 14:13:20 +08:00
IT-Kwj
7a24be0672
[Feature-14404][datasource-plugin] add HANA datasource (#14404)
---------

Co-authored-by: WeiJian Kong <>
Co-authored-by: xujiaqiang <Xjq634828243>
2023-06-28 10:56:41 +08:00
Aaron Wang
8a2c05f1ed
[Improvement][UI] Description input box can not input blank (#14396) 2023-06-28 09:15:31 +08:00
Jay Chung
221df4a278
revert: Datasource need test binding to create prod (#14381)
We should keep our step as less as possible, for now, we have to
test datasource and binding it to the prod datasource, I think it will
make our users do not thing to use datasource, so I do like to revert
it and keep step as less as possible

related to https://github.com/apache/dolphinscheduler/pull/11670
2023-06-27 10:59:17 +08:00
Rick Cheng
79b6db74fe
[Improvement-14363][UI] Add Default Branch Flow in switch task (#14364) 2023-06-27 10:29:03 +08:00
pppppjcc
906353bbaf
feat: dynamic-dag-sidebar-change (#14244) 2023-06-19 14:28:53 +08:00
pppppjcc
f840b17cfb
[Fix-14171] Add dynamic font sizes to dashboards (#14260)
* feat: Add dynamic font sizes to dashboards

* feat: code review

* feat: change initChart params

* feat: code review

* feat: code review

* feat: build fix
2023-06-15 15:48:29 +08:00
calvin
d4921fa2dd
[Feature][UI] Support CRUD of project-level parameters. (#14344) 2023-06-13 18:54:41 +08:00
JieguangZhou
e7cdc7c136
[Feature][Task Plugin] Add Dynamic task to generate dynamic worklfows with list parameters (#14127)
* add dynamic task plugin

* fix ui

* update code

* add DOC

* ADD UT

* fix doc

* fix sanity check

* add upgrade ddl
* fix sql
2023-06-07 16:01:06 +08:00
Rick Cheng
525e441223
[Improvement-14282][Task] Add app_link on the ui of task instance (#14283) 2023-06-07 15:00:12 +08:00
jackfanwan
6b1a952c6b
add if judge (#14290) 2023-06-07 14:57:48 +08:00
Devosend
85b581b232
fix resource center upload file timeout bug (#14268) 2023-06-02 21:15:13 +08:00
Zinway
18d176c5f4
feat: Introduce new datasource vertica (#14232)
Co-authored-by: Zinway Liu <zinway.liu@ucloud.cn>
2023-06-02 13:57:37 +08:00
Rick Cheng
767331281a
[Improvement-14255][Project] Remove userName when update project (#14256) 2023-06-02 09:58:22 +08:00
Aaron Wang
4e78248238
[Feature][K8S Task] support node selector (#14126)
* feat: support K8S node selector

* fix CI
2023-05-26 09:21:23 +08:00
calvin
c6ac356134
[Improvement-14201][UI] Improve the select component to support users to filter options. (#14202) 2023-05-25 13:12:04 +08:00
calvin
4c2e57cfb3
[Feature][UI] Support to view and manage all timing settings of a project. (#14178) 2023-05-24 08:50:53 +08:00
秋天
9979ea3467
[fix-11321][ui] fix create workflow contains chunjun node failed (#11979) 2023-05-22 13:52:32 +08:00
Kerwin
8315279620
[Feature-#14148][Task] Added status check interval and dependent failure policy parameters for dependent task nodes (#14150)
* Added a dependent task failure policy in the dependent task node
2023-05-19 14:49:50 +08:00
Jay Chung
56b0f91f6e
fix: Save task seatunnel error (#14129) 2023-05-19 10:47:16 +08:00
calvin
03ff78fdcb
[Improvement-14112][UI] Add a quick link to visit workflow instances of the current workflow. (#14134) 2023-05-18 19:47:02 +08:00
Kerwin
8583de878b
fix error TS2339: Property '' does not exist on type CreateComponentPublicInstance (#14144) 2023-05-18 18:46:42 +08:00
Rick Cheng
db2da822de
Add supported operations of workflow definition (#14122) 2023-05-18 10:27:36 +08:00
calvin
f384d71da0
[Improvement-14111][UI] Add a tooltip for the copy button of workflow definition. (#14116) 2023-05-16 16:52:48 +08:00
Aaron Wang
c3809fbecf
[Improvement-13868][K8S Task] Support the custom labels for k8s task (#14067)
* [Improvement-13868] Support the custom labels for k8s task

* fix front-end type mismatched
2023-05-16 12:04:33 +08:00
He Zhao
f1e78627fc
[feature][plugin] Add snowflake datasource in datasource plugin (#13729)
---------

Co-authored-by: weitong <weitong@cisco.com>
2023-05-06 19:30:50 +08:00
imp2002
920e9b80fb
[Fix-13928][UI] Fix repeat CustomParams input box (#14029) 2023-05-06 17:21:56 +08:00
Stalary
e932f780b6
FIX: default value (#14059) 2023-05-05 21:57:48 +08:00
Stalary
d2f83ee8cf
[Feature] Support run all level dependent when complement (#11778)
* ADD: support all level dependent
* MOD: delete log
* MOD: format
* FIX: ut
* ADD: ut
* format
2023-05-05 14:52:27 +08:00
Bingchang Chen
77e58ce245
[Feature] Add SSO login by Casdoor (#8706) 2023-05-05 14:43:06 +08:00
Aaron Wang
3bad68a942
[Bug-13929][K8S Task] Set command contains single quote is invalid (#13930)
* [Fix-13929][K8S Task] Set command contains single quote is invalid

* fix UT
2023-05-01 11:45:03 +08:00
liyou
b451d64696
resource file manager page,repeat onMounted optimize (#14011) 2023-04-25 17:28:58 +08:00
Jeremy
db6c061c8b
[Feature][plugin] Add databend datasource in datasource plugin (#13866)
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
2023-04-24 21:28:14 +08:00
Aaron Wang
45586f71d5
[BUG][Resource Center] Task can not select main JAR (#13536) 2023-04-18 18:38:16 +08:00
Kerwin
79cb707b57
[Improvement-13932][API] Tenant parameters and Worker group parameters are put together in the task startup parameters (#13935)
* [Improvement][API] Tenant parameters and Worker group parameters are put together in the task startup parameters
2023-04-18 14:56:38 +08:00
zzm
35bb533a50
[Improvement][Task Plugin] Integrate zeppelin password authentication with DS zeppelin task plugin (#13861)
---------

Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
2023-04-18 12:18:51 +08:00
He Zhao
c0126b7f30
[Feature][plugin] Support Kyuubi datasource (#13642)
---------

Co-authored-by: weitong <weitong@cisco.com>
Co-authored-by: Rick Cheng <38122586+rickchengx@users.noreply.github.com>
2023-04-18 11:12:39 +08:00
Aaron Wang
4bf097ee40
[Improvement-13824][Resource Center] User can only visit resources under tenant defaultPath (#13848)
* [Improvement-13824][Resource Center] User can only visit resources under tenant defaultPath

* remove semicolon

* set null in some specific scenario

* remove useless console.log
2023-04-17 11:56:42 +08:00
Wenjun Ruan
2177d70150
Set user default tenant (#13909) 2023-04-13 15:43:24 +08:00
Aaron Wang
16b743c777
[Fix-13802][UI] Display english column name in resource center (#13806) 2023-04-13 13:24:41 +08:00
Kerwin
c3de282f31
Fix item, workflow, and task parameters in dependent task nodes can be searched (#13918) 2023-04-13 08:56:38 +08:00
Rick Cheng
1b6dbde470
[Improvement-13884][UI] Improve the UI of flink sql task (#13885) 2023-04-09 11:17:23 +08:00
Assert
4439c1ec90
[Feature-13052][Task Plugin] Support Apache Seatunnel Connector-V2 (#13086) 2023-04-08 22:02:19 +08:00
Wenjun Ruan
64833952fc
Remove the extra default tenant in workflow save page (#13867) 2023-04-04 17:14:40 +08:00
JieguangZhou
273a5e78eb
[FEATURE][Task Plugin]Add remote-shell task plugin (#13801) 2023-03-30 20:17:28 +08:00
calvin
1e8d09e955
improve the select component on the page of workflow relation (#13805) 2023-03-28 18:20:42 +08:00
He Wang
35d8e8ac17
[Feature][DataSource] add oceanbase datasource (#13675)
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
2023-03-07 10:12:58 +08:00
Aaron Wang
08ca57e4e8
[BUG][UI] Flink task display right version and deploy mode (#13628) 2023-03-02 19:42:16 +08:00
Aaron Wang
047fa2f65e
[Feature-13511] Submit Spark task directly on Kubernetes (#13550) 2023-02-21 23:26:21 +08:00
Devosend
eaf2541018
support modal close for datasources (#13586) 2023-02-20 19:10:38 +08:00
QuantumXiecao
dd4804ee4c
[fix-13504] Display the current project name on the left corner of the page (#13572)
Co-authored-by: xiecao <haolong.zhl@alibaba-inc.com>
2023-02-17 15:04:38 +08:00
Sheldon
75c5915b78
[Feature-11195][UI] Add re-upload feature for resource files and udf files (#11203)
* add re-upload feature for resource files
* add re-upload feature for udf files

Co-authored-by: sheldonliu <sheldonliu>
2023-02-09 13:51:04 +08:00
Rick Cheng
8a59ab44eb
[Fix-13434][Resource Center] fix the NPE when use OSS as the resource center (#13435) 2023-02-07 11:55:07 +08:00
朱通通
9a6f83383b
[Improvement][task node] #13498 (#13508)
[Improvement][task node] task node includes shell、proceduce、sql、spark、datax、sqoop、flink_stream and so on,those can not select resource file by seraching resources tree #13498
2023-02-07 11:19:02 +08:00
shenyun
8fa90c2d8f
feature flinksql support standalone deploy mode (#13495) 2023-02-05 20:37:56 +08:00
yangyang zhong
615b1dbb37
[bug][UI]Fixed a bug where the environment name of a task could not be changed when a workflow was created(issue-12457) (#13148) 2023-02-02 14:53:21 +08:00
Tq
78ba71bdbd
[Feature][task]add azure datafactory task type (#13417)
* init data factory

* add task-type-config.yaml

* add data factory ui

* submit doc

* submit license

---------

Co-authored-by: devosend <devosend@gmail.com>
2023-01-30 11:15:20 +08:00
imizao
23c7363f64
[Refactor][UI]Add a back button when viewing an error file (#13354)
Co-authored-by: imizao <lai.jinwen@vpclub.cn>
2023-01-30 10:06:56 +08:00
Aaron Wang
802bf4a2e0
[Fix-13418][UI] Remove move-task-definition code (#13441)
* remove move task definition

* remove unused DragOutlined
2023-01-30 10:01:59 +08:00
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>
2023-01-16 16:21:26 +08:00
LiXuemin
a5c6748202
[doc] Remove excess space (#13388)
Remove excess space,from `127.0. 0.1` to `127.0.0.1`
2023-01-12 18:42:15 +08:00
tog
2a44a7f36a
rename: WorkflowDefinitionTree component rename (#13134) 2023-01-08 20:42:21 +08:00
imizao
1edee6224c
[fix][UI]Add render to projects-overview table (#13305)
Co-authored-by: Jinwen Lai <lai.jinwen@vpclub.cn>
2023-01-07 22:56:54 +08:00
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>
2023-01-07 20:49:59 +08:00
calvin
313ba4444f
[Fix-13341][Improvement][UI] Worked out the issue with the long name overflowing on the table. (#13342) 2023-01-05 14:40:45 +08:00
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>
2023-01-04 15:00:24 +08:00
Wenjun Ruan
04ea8f7e28
Revert "[Bug] [Server] Once click online schedule time, task will be automatically scheduled (#13092)" (#13295)
This reverts commit 7497b26979.
2022-12-28 22:02:48 +08:00
Sakura-2019
08052af7a1
[Bug-12868][UI] Data target type is only HDFS (#12902)
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
2022-12-28 15:01:25 +08:00
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
2022-12-28 14:51:59 +08:00
calvin
a235d3cd6a
[Improvement][UI] Support to display extra columns such as 'Worker Group' and 'Environment Name' on the page of cron manage. (#13267) 2022-12-23 15:24:59 +08:00
calvin
fb67b085a3
support to open a new page after clicking the link (#13265) 2022-12-23 10:48:21 +08:00
calvin
4e09bacb17
[Fix-13248][UI] Ironed out the issue with failing to query task instances by some state of task. (#13251) 2022-12-22 17:17:23 +08:00
calvin
3ecb4dbe24
align the workflow execution status with those from backend (#13243) 2022-12-22 09:21:54 +08:00
John Bampton
5fe25c995f
Fix spelling (#13237) 2022-12-21 16:22:49 +08:00
calvin
d795a7a0a3
fix the issue with failing to save the settings of timeout alarm (#13234) 2022-12-21 16:18:10 +08:00
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>
2022-12-19 10:28:11 +08:00
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>
2022-12-18 18:17:09 +08:00
Wenjun Ruan
5c75d312fa
Add StarRocks datasource (#13204) 2022-12-17 08:44:39 +08:00
calvin
c9053761bd
[Fix-13160][UI] Ironed out the issue with failing to save the correct settings of dependent tasks. (#13179) 2022-12-13 18:15:00 +08:00
JieguangZhou
e4b9b67255
Allow execute task in workflow instance (#13103) 2022-12-13 16:43:44 +08:00
xla0
58d21abfa1
[Improvement-13084][UI] Make download log button disabled when host is null (#13090)
Co-authored-by: xiaojingxuan <13700324600@163.com>
2022-12-10 12:34:35 +08:00
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
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