Commit Graph

6005 Commits (8c19a7776e93108591625bfe2a0a777f37b3e486)

Author SHA1 Message Date
EdwardYang 13d9031b68
[Bug][API] fix ProcessDefinition update error #8334 (#8338)
* [bug] fix task definition delete

* [bug] fix ProcessDefinition update error #8334

* [bug] fix ProcessDefinition update error #8334

Co-authored-by: edward-yang <yangjianh210@gmail.com>
2022-02-11 14:59:06 +08:00
yimaixinchen da09c00cba
optimize worker taskProcessor logger. (#8242) 2022-02-11 09:48:04 +08:00
wangyizhi 71eeb9c879
[Feature][UI Next] Workflow save modal (#8341)
* [Feature][UI Next] Fix tslint bugs

* [Feature][UI Next] Workflow save modal

* [Feature][UI Next] Format code
2022-02-11 09:16:05 +08:00
Amy0104 4c5a90987b
[Feature][UI Next] Add SHELL into project(#8339) 2022-02-10 21:32:40 +08:00
songjianet 60a11ff050
[Docs][UI Next] Add e2e list docs. (#8336) 2022-02-10 20:59:54 +08:00
Wenjun Ruan 66dcf2376a
Optimize some code (#8324) 2022-02-10 19:07:53 +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
wangyizhi 480492db73
[Feature][UI Next] DAG backfill (#8325)
* [Feature][UI Next] Dag backfill

* [Feature][UI Next] Add license header
2022-02-09 23:32:11 +08:00
calvin 222506ae35
[Fix][UI Next] Fix a few errors in the task group. (#8322) 2022-02-09 20:02:16 +08:00
calvin b75f67a56a
[Feature][UI Next] Add the page of rule management in the module of data quality. (#8317) 2022-02-09 18:02:56 +08:00
ouyangyewei 294882f5d7
[Improvement-8218][dolphinscheduler-api] QueryTaskInstanceListPaging API performance improvement (#8223) 2022-02-09 12:58:15 +08:00
songjianet aa8ae5de45
[Feature][UI Next] Add token expired jump login page. (#8312) 2022-02-09 11:38:12 +08:00
Wenjun Ruan 093815785b
Remove unused class (#8299) 2022-02-08 19:50:19 +08:00
songjianet ebed364a45
[Fix][UI Next] Fix the problem that the left menu of task group management is not displayed. (#8307) 2022-02-08 16:12:04 +08:00
calvin 5f25d31a26
fix this issue (#8306) 2022-02-08 15:32:58 +08:00
lilyzhou f93dceaf9b
[Fix][UI Next] Fix table of user-manage did not switch language correctly (#8302)
* [Fix][UI Next] Fix Security User Manage route was outdated

* [Fix][UI Next] Fix table of user-manage did not switch language correctly
2022-02-08 14:04:05 +08:00
QuakeWang fd38ef129b
[E2E] Add the update test for tenant (#8282) 2022-02-08 09:25:00 +08:00
yimaixinchen 896dec21e7
change to autowired annotation (#8240) 2022-02-07 23:24:42 +08:00
Jiajie Zhong 0c1f664884
[python][chore] Add pypi related info badge to readme (#8294) 2022-02-07 22:09:28 +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
wangyizhi 78cac08532
[Feature][UI Next] Auto layout modal (#8298) 2022-02-07 22:05:36 +08:00
songjianet 1d6c509119
[Feature][UI Next] Add task definition. (#8297)
* [Feature][UI Next] Add task definition.

* [Feature][UI Next] Add task definition.
2022-02-07 21:50:34 +08:00
pinkhello 84b004d960
[Feature-8245][Alert] Add Alert Plugin Telegram (#8246) 2022-02-07 09:51:18 +08:00
songjianet a680089a6a
[Build][UI Next] Update naive-ui. (#8288) 2022-02-06 20:51:09 +08:00
xiangzihao 43bd640aad
[E2E] Add hive datasource e2e test and fix s3 docker image latest tag (#8276) 2022-02-06 14:22:38 +08:00
Amy0104 9fff2afe59
[Feature][UI Next] Add switch,select and input-number to form (#8287) 2022-02-06 13:54:02 +08:00
calvin 41efe305bb
fix this issue (#8280) 2022-02-04 16:41:16 +08:00
calvin 6ae3efb5b6
fix this issue (#8274) 2022-02-04 13:23:36 +08:00
songjianet 1f87eb6760
[Feature][UI Next] Add task result. (#8277) 2022-02-03 15:20:56 +08:00
Devosend 5a94981ca7
[Feature][UI Next] Add Process Definition (#8266) 2022-02-02 19:00:49 +08:00
Devosend 972fb90daf
fix udf resource manage router (#8268) 2022-02-02 18:59:54 +08:00
calvin 7333348632
fix this issue (#8273) 2022-01-31 17:41:48 +08:00
calvin 83d08e013a
fix this issue (#8272) 2022-01-31 17:39:18 +08:00
Amy0104 6be220129f
[Feature][UI Next] Add custom parameters to form (#8271) 2022-01-31 12:24:16 +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
Jiajie Zhong 01936a660e
[python] Fix python api can't connect to remote gateway server (#8248)
For now, python API could only communicate python gateway server
in the same hosts, this patch makes it could work with different hosts,
and export java gateway setting to configure file

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
Co-authored-by: ruanwenjun <861923274@qq.com>
2022-01-29 16:48:18 +08:00
labbomb c160bfba9a
Fix the routing problem of the user management module (#8251) 2022-01-29 11:58:14 +08:00
wangyang 49d581d72e
[DS-8215][feat] Support WebexTeams Plugin (#8217)
Co-authored-by: qingwli <qingwli@cisco.com>
2022-01-29 11:36:38 +08:00
Jiajie Zhong 7f4d26ee9c
Change bug-report add 2.0.4 and rm 2.0.0 and 1.3.6 (#8234) 2022-01-29 09:57:09 +08:00
songjianet 303845b78d
[Feature][UI Next] Default open task group manage and project task menu. (#8244) 2022-01-28 21:21:57 +08:00
calvin 7c5a53f70f
[Feature][UI Next] Add the page of task group queue. (#8243) 2022-01-28 20:29:37 +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
Amy0104 832f7352c9
[Feature][UI Next] Add monaco editor to form (#8241) 2022-01-28 18:03:07 +08:00
songjianet a778146ec6
[Fix][UI Next] Fix the problem that the switch language options are not updated. (#8239) 2022-01-28 15:56:03 +08:00
songjianet c64c66e7cf
[Feature][UI Next] Add monitor statistics audit log. (#8238) 2022-01-28 15:30:10 +08:00
labbomb e094f625d4
Fix the routing problem of project management module (#8236) 2022-01-28 14:52:49 +08:00
xiangzihao 1ce5b5d82d
fix_flaky_worker_group_e2e_test (#8237) 2022-01-28 14:15:33 +08:00