Commit Graph

5983 Commits

Author SHA1 Message Date
Devosend
52ed895338
[Feature][UI Next] Add dag refresh button on workflow instance (#8514)
* modify workflow instance interval refresh

* workflow instance add dag refresh button
2022-02-24 12:01:56 +08:00
jegger
6ece0283df
feat: Unify mysql insert value queto (#8502) 2022-02-24 11:09:54 +08:00
kezhenxu94
fa19006a18
Add a property to enable/disable metrics module (#8484) 2022-02-24 10:21:47 +08:00
wangbowen
c1592ff38e
[Fix-8394][Server]fix when the data is supplemented business time still date+1 (#8511) 2022-02-24 10:07:59 +08:00
Devosend
88847e82b7
[Feature][UI Next] Add workflow instance dag node echo. 2022-02-24 09:16:51 +08:00
calvin
c590ad43d7
fix this issue (#8509) 2022-02-24 08:50:03 +08:00
calvin
6fb112d1da
[Feature][UI Next] Add the form of the sea tunnel task to the module of next ui. (#8507)
* add the component of seatunnel

* add the form of the sea tunnel task

* developed the form of the sea tunnel task
2022-02-23 21:17:06 +08:00
caishunfeng
f2b9796bc2
[Bug-8110][WorkerServer] kill all running task before worker stop (#8490)
* kill all running task before worker stop

* kill local process

* remove kill yarn job

* adjust the orders of close

Co-authored-by: caishunfeng <534328519@qq.com>
2022-02-23 18:22:42 +08:00
xiangzihao
512f8cb5dd
add index (#8500) 2022-02-23 16:53:36 +08:00
songjianet
64baf6dc3d
[Build][UI Next] Update package. (#8504) 2022-02-23 16:27:09 +08:00
Devosend
075c078e02
[Feature][UI Next] Add workflow instance variables params (#8505)
* add variables view on workflow instance

* change parameters header on toolbar
2022-02-23 16:22:22 +08:00
Devosend
22d63b80fa
[Feature][UI Next] Add workflow instance startup params 2022-02-23 15:49:50 +08:00
Ivan0626
60ddede6a6
fixbug: varPool value is error (#7724) 2022-02-23 14:53:20 +08:00
labbomb
209aa0a0bf
[Fix][UI Next] Fix the corresponding incorrect field. 2022-02-23 14:13:33 +08:00
Amy0104
922283ee9c
[Feature][UI Next] Add SQOOP into task. (#8494) 2022-02-22 21:26:53 +08:00
lilyzhou
0124aa092b
[Fix][UI Next] fix user-page lacks authorization button (#8491)
* [Fix][UI Next] Fix Security User Manage route was outdated

* [Fix][UI Next] Fix table of user-manage did not switch language correctly

* [Fix][UI Next] fix user-page lacks authorization button
2022-02-22 19:52:30 +08:00
labbomb
843ab3fbb2
[Fix][UI Next] Fix styling issues under Project. 2022-02-22 16:54:23 +08:00
Devosend
66241fd5c2
[Feature][UI Next] Add dag menu (#8481)
* add dag menu

* add dag menu click event

* workflow online edit not allowed
2022-02-22 15:10:45 +08:00
KingsleyY
2a844dcc67
[Improvement][Api] add @Override on the Override method (#8452) 2022-02-22 13:10:28 +08:00
Kirs
dce63f74c5
[Improve]Upgrade Apache Parent version to 25 (#8478) 2022-02-22 11:22:11 +08:00
天仇
95c119226b
[Feature-8386][Server] Custom timezone - Add timezone into user info (#8457)
* [Feature-8386][Server] Custom timezone - Add timezone into user info

  1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Add system default timezone like `GMT+08:00` when create user
  3. Add timeZone property when update user info

This completes #8386

* [Feature-8386][Server] Custom timezone - Add timezone into user info

  1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Add system default timezone like `GMT+08:00` when create user
  3. Add timeZone property when update user info
  4. add ddl sql in update sql script

This completes #8386

* [Feature-8386][Server] Custom timezone - Add timezone into user info

 1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Set timeZone null when create user
  3. Add timeZone property when update user info

This completes #8386

* [Feature-8386][Server] Custom timezone - Add timezone into user info

  1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Set timeZone null when create user
  3. Add timeZone property when update user info

This completes #8386

* [Feature-8386][Server] Custom timezone - Add timezone into user info

  1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Set timeZone null when create user
  3. Add timeZone property when update user info

This completes #8386

* [Feature-8386][Server] Custom timezone - Add timezone into user info

1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Set timeZone null when create user
  3. Add timeZone property when update user info

This completes #8386

* [Feature-8386][Server] Custom timezone - Add timezone into user info

1. Add column `time_zone varchar(32) default null` in table `t_ds_user`
  2. Set timeZone null when create user
  3. Add timeZone property when update user info

This completes #8386
2022-02-21 23:28:31 +08:00
calvin
a22220e835
The form of procedure task is done (#8473) 2022-02-21 19:52:34 +08:00
calvin
dd3e2905dc
[Feature][UI Next] Add the form of sql task to the module of next ui. (#8471)
* add the form of sql task

* add the form of sql task

* add the form of sql task

* add the component of input group

* add the component of input group

* The form of sql task is done
2022-02-21 18:33:57 +08:00
Kirs
0ef49b4a98
[Improve]Use hibernate validation framework (#4) (#8467)
* [Improve]Use hibernate validation framework
Improve email verification method
Support domain name verification
* Email is at least a second-level domain name
2022-02-21 16:54:46 +08:00
JinYong Li
8d0a0f9c32
[Bug] [API] fix releaseWorkflowAndSchedule api and relation binding api (#8464)
* fix relation unbinding bug

* fix 8463
2022-02-21 15:58:59 +08:00
labbomb
cd8c5e1c9a
[Feature][UI Next]Add PIGEON Task (#8462)
* Fix field errors in SubProcess

* Add PIGEON Task
2022-02-21 15:23:06 +08:00
labbomb
991b3e0e5b
Fix field errors in SubProcess (#8461) 2022-02-21 11:55:48 +08:00
ronyang1985
83e88c4bc6
[Fix-8389][Common] Fix oshi compatibility issues cause it fail to boot on m1 mac (#8390) 2022-02-21 11:14:39 +08:00
zixi0825
df6eef84cd
fix(dq) change comparison_type from fluctuation to avg (#8382) 2022-02-20 20:59:08 +08:00
xiangzihao
234f399488
remove worker group lowercase (#8448) 2022-02-19 21:38:58 +08:00
Amy0104
02e47da30b
[Feature][UI Next] Add http into task. (#8447) 2022-02-19 18:32:14 +08:00
Devosend
c0348a3cdf
[Feature][UI Next] Add flink task (#8446)
* Add flink task

* delete redundant file
2022-02-19 17:18:55 +08:00
songjianet
849fb75b3b
[Feature][UI Next] Add e2e to security user manage page. (#8443) 2022-02-19 16:20:19 +08:00
Amy0104
cb454d785f
[Feature][UI Next] Add mr into task. (#8444) 2022-02-19 16:17:44 +08:00
Amy0104
32161602a2
[Feature][UI Next] Add spark into task. (#8442) 2022-02-19 14:54:18 +08:00
songjianet
8d4f191ed4
[Feature][UI Next] Add e2e to security tenant manage page. (#8440) 2022-02-19 13:51:19 +08:00
labbomb
ced01169ea
[Feature][UI Next]add subprocess task (#8439)
* Improve modal component, add link function

* add subprocess task

* Resolve the conflict
2022-02-19 13:10:12 +08:00
calvin
7da84e4aa1
[Feature][UI Next] Add the form of python task to the module of next ui. (#8438)
* add the form of python task

* developed the form of python task
2022-02-19 10:56:34 +08:00
Amy0104
2f953fb945
[Feature][UI Next] Add process name and pre tasks into SHELL. (#8437) 2022-02-19 10:18:36 +08:00
wangyizhi
e49ce611d5
[Feature][UI Next] Workflow editing and cells deletion capabilities (#8435)
* [Feature][UI Next] Workflow editing and cells deletion capabilities

* [Feature][UI Next] Code format
2022-02-19 02:42:54 +08:00
zhuxt2015
2a1406073a
fix jdbc connect parameters can not input '@' and '.' character (#8293)
* fix jdbc connect parameters can not input '@' and '.' character

This closes #8135

* add AbstractDataSourceProcessor class unit test

* add license header

* remove class comment

* optimize unit tests

* modify the variable name

Co-authored-by: 朱学通 <zhuxuetong@gridsum.com>
2022-02-18 21:58:43 +08:00
xiangzihao
8200a3f15a
add try catch (#8433) 2022-02-18 21:46:52 +08:00
songjianet
668b36c731
[Feature][UI Next] Add e2e to security worker group manage page. (#8434) 2022-02-18 21:45:54 +08:00
xiangzihao
f6e2a2cf23
[Fix-8296][API] Update process definition error (#8408)
* fix bug_8296

* fix bug_8296

* fix bug_8296

* add postgres sql

* add postgres sql

* add postgres sql
2022-02-18 21:05:43 +08:00
labbomb
af39ae3ce9
[Feature][UI Next] Improve modal component, add link function (#8426) 2022-02-18 16:55:49 +08:00
songjianet
5e1e965e2b
[Feature][UI Next] Add e2e to security yarn queue manage page. (#8420) 2022-02-17 21:17:42 +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
JinYong Li
f9c090e048
fix relation unbinding bug (#8379) 2022-02-17 15:38:13 +08:00
ShuiMuNianHuaLP
806333a11c
fix sudo.enable=false Is invalid (#8388) 2022-02-17 15:23:21 +08:00