Commit Graph

5910 Commits

Author SHA1 Message Date
labbomb
8cd2a2c339
[Feature][UI Next]Fixed language switching issues (#7845)
Co-authored-by: songjianet <1778651752@qq.com>
Co-authored-by: Jiajie Zhong <zhongjiajie955@hotmail.com>
2022-01-06 19:18:41 +08:00
Jiajie Zhong
079adc9eca
[ci] Fix flaky test in e2e user (#7847)
* [ci] Fix flaky test in e2e user

fix: #7656

* Change class name

* Change get delete bottom function

* Correct function
2022-01-06 17:29:06 +08:00
songjianet
ae09702b35
[Feature][UI Next] Add modal component. (#7848) 2022-01-06 14:44:04 +08:00
calvin
a8d19f271a
fix this issue (#7828) 2022-01-06 09:57:31 +08:00
springmonster
0911fd711d
[Bug-7832, Improvement] Add unit test for worker module, fix apache#7832. Optimize HttpUtils and HttpUtilsTest 1. Checking input parameters of getResponseContentString 2. Add unit test (#7798) 2022-01-06 09:56:30 +08:00
labbomb
6d6babff5a
[Feature][UI Next]Modify Layout in multiple languages (#7830)
* Rewrite the page as defineComponent

* Fixed layout multilanguage problem

* Fixed layout multilanguage problem

* Modify the fields

* License
2022-01-06 00:28:27 +08:00
JinYong Li
acf9c84c50
[Feature][workflow list edit] add task update with upstream (#7829)
* add task save and  binds workflow

* add task update with upstream
2022-01-05 22:08:42 +08:00
songjianet
d2794beb6d
[Feature][UI Next] Add profile detail. (#7827) 2022-01-05 20:06:56 +08:00
Jiajie Zhong
b1edce2b11
[python] Add checker pd attr param and fix switch example (#7818)
* [python] Add checker pd attr param and fix switch example

* Correct submit self.param to java gateway
* Fix missing parameter for switch example
* Add mechanism checker before submit to java gateway

close: #7803

* Fix mock get task code and version

* Change judge statement and add comment
2022-01-05 19:59:20 +08:00
Jiajie Zhong
1417967d9e
[python] Task condition missing two downstream param (#7783)
* [python] Task condition missing two downstream param

We add two downstream tasks to set task condition
success and failed node

close: #7763

* Add getter and setter property condition_resulth in base task
2022-01-05 19:58:44 +08:00
Jiajie Zhong
fcbb5f4d8f
[python] Enhance task datax example (#7801)
* [python] Enhance task datax example

* Add full example for `CustomDataX.json`
* Add comment about datasource need to exists.

close: #7800

* Add missing parameter setting
2022-01-05 19:57:28 +08:00
ououtt
4c2f77ee9c
[DS-7016][feat] Auto create workflow while import sql script with specific hint (#7214)
* [DS-7016][feat] Auto create workflow while import sql script with specific hint
* datasource : datasource name
* name: task name
* upstream: pre task names

* [DS-7016][feat] Auto create workflow while import sql script with specific hint
* remove excess blank lines

* [DS-7016][feat] Auto create workflow while import sql script with specific hint
* datasource : datasource name
* name: task name
* upstream: pre task names

* [DS-7016][feat] Auto create workflow while import sql script with specific hint
* datasource : datasource name
* name: task name
* upstream: pre task names

* Code optimization

* for Zip Bomb Attack

Co-authored-by: eye <eye.gu@aloudata.com>
2022-01-05 17:55:08 +08:00
labbomb
a826d37e54
[Feature][UI Next] Rewrite the page as defineComponent (#7817) 2022-01-05 17:18:04 +08:00
calvin
f0ad65cb14
[Fix-7203] Remedy the issue about importing a process json file. (#7811)
* fix a few issues

* fix a little issue

* Update ProcessDefinitionServiceImpl.java

* Update ProcessDefinitionServiceImpl.java

Co-authored-by: Kerwin <37063904+zhuangchong@users.noreply.github.com>
2022-01-05 16:28:55 +08:00
Jiajie Zhong
ab89e4335e
[ci] Remove workflow paths-ignore attribute (#7807)
It will cause our CI always waitting due to
we requests E2E contexts in .asf.yaml but
we set some ignore path on workflow e2e.
2022-01-05 14:24:12 +08:00
songjianet
81ef08af0e
[Feature][UI Next] Add password function. (#7802) 2022-01-05 13:40:46 +08:00
xiangzihao
7e61a3af31
fix bug_7789 (#7790)
Co-authored-by: SbloodyS <sbloodys@qq.com>
2022-01-05 09:25:10 +08:00
Kirs
deb1624c3e
Update NOTICE year (#7784) 2022-01-04 23:34:49 +08:00
songjianet
5c57629781
[Feature][UI Next] Add password page. (#7795) 2022-01-04 21:23:50 +08:00
J·Y
a4168ae24e
[Improvement] The spark version is associated with the spark command (#7544)
* [Improvement] The spark version is associated with the spark command
2022-01-04 14:21:57 +08:00
wind
4b22ad6cf6
[Implement][MasterServer]TaskProcessor code optimization (#7754)
* task processor optimization

* fix test

Co-authored-by: caishunfeng <534328519@qq.com>
2022-01-04 13:38:31 +08:00
天仇
4662e6d929
[BUG-7779][SQL] fix syntax error in init sql of postgre (#7782)
fix syntax error of table `t_ds_task_definition` and `t_ds_task_definition_log` in postgresql with column `task_group_priority int(4)`
2022-01-04 13:06:06 +08:00
songjianet
427ee5edaf
[Feature][UI Next] Add process state statistics. (#7781) 2022-01-04 11:30:05 +08:00
JinYong Li
c97170853e
add task save and binds workflow (#7772) 2022-01-04 10:48:17 +08:00
xiangzihao
70ab2b886f
fix bug_7499 (#7739)
Co-authored-by: SbloodyS <sbloodys@qq.com>
2022-01-04 10:18:57 +08:00
xiangzihao
d9496efc38
[Feature-7777][UI] process definition page add create username (#7778)
* feature_7777
2022-01-04 10:16:24 +08:00
xiangzihao
e34a8bc3dc
[Fix-7773][Api] malform batchDeleteProcessInstanceByIds log output (#7774)
* bug_7773

* bug_7773

* bug_7773

* bug_7773

* bug_7773
2022-01-04 10:11:06 +08:00
Jiajie Zhong
f324b2f884
[python] Add test for examples (#7759)
* Make sure all file with `.py` extension and all file
  end with "_example"
* Make sure all examples have `__doc__`
* Make sure not have duplicate process definition name
* Make sure process definition same as filename

close: #7729
2022-01-04 10:09:38 +08:00
Devosend
081adf4aaa
[Feature-7347] [Python]Add workflow as code task type flink (#7632)
* add Flink task for code as flow

Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2022-01-04 09:45:54 +08:00
xiangzihao
f34dfe80da
fix bug_7775 (#7776) 2022-01-04 09:40:43 +08:00
xiangzihao
0dfbbc8983
[Feature-5951][Improvement][UI] When creating an alarm instance, the alarm instance name input box prompts optimization (#7770) 2022-01-04 09:13:20 +08:00
xiangzihao
7395b980d3
[Fix-7767]Task instance is not deleted while deleting the process instance (#7768)
* fix bug_7767

* fix bug_7767

* fix bug_7767

* fix bug_7767

* fix bug_7767
2022-01-03 15:52:50 +08:00
JinYong Li
4d16c24b6e
[Bug][ApiServer] workflow copy (#7694) (#7762)
* fix workflow copy

* fix copy

* fix copy

* code style
2022-01-03 00:26:21 +08:00
xiangzihao
fa906e7d01
[Fix-7753][Master] Failed to pass global parameters between parent and sub process (#7755)
* fix bug_7753

* fix bug_7753

* fix bug_7753

Co-authored-by: SbloodyS <sbloodys@qq.com>
2022-01-01 15:23:50 +08:00
calvin
4203304b08
[Fix-7493] Support searching for task node in the DAG. (#7766)
* add a select to support fuzzy search
2022-01-01 12:46:40 +08:00
songjianet
7e378ea672
[Feature][UI Next] Add task state statistics chart. (#7765) 2021-12-31 23:27:09 +08:00
uh001
3e34e69cfb
The sql has a syntax error, and because it is a function, the exception information will be hidden (#7761) 2021-12-31 18:04:59 +08:00
songjianet
4514eaeb8b
[Feature][UI Next] Add task state statistics table. (#7760) 2021-12-31 17:54:51 +08:00
xiangzihao
c58dbefaa5
[Fix-7459][Sqoop] running error in parallel (#7752)
* fix bug_7459

* fix bug_7459

* fix bug_7459

* fix bug_7459

* fix bug_7459

Co-authored-by: SbloodyS <sbloodys@qq.com>
2021-12-31 16:26:07 +08:00
JinYong Li
d7d13f7f51
[Feature][workflow list edit] add task list page api (#7743)
* fix 7597

* fix copy bug

* add task list page api

* fix total

* fix total
2021-12-31 13:39:20 +08:00
calvin
1f97a62411
[Fix-7510] Remedy the issue with clicking the breadcrumb on the page of file resources. (#7747) 2021-12-31 13:14:07 +08:00
labbomb
b2e6b69b09
feat: fix layout's problem (#7742) 2021-12-30 22:10:48 +08:00
wangyizhi
52a74396dd
[Improvement-6151] Performance optimization of DEPENDENT task (#7725)
* Performance optimization of DEPENDENT task

* fix eslint
2021-12-30 18:20:20 +08:00
aaronlinv
707e3a6ec1
[Improvement][Logger] Logger server integrate into master and worker (#6894) 2021-12-30 16:29:22 +08:00
calvin
73993e98ee
[Fix-7713] Handling the sensitive data in the log (#7728)
* add a feature to handle sensitive data
2021-12-30 16:09:59 +08:00
kezhenxu94
68906f1b31
Remove fast return for alert plugins (#7723) 2021-12-30 15:02:03 +08:00
xiangzihao
1cd5162e4e
fix bug_7512 (#7716) 2021-12-30 10:34:10 +08:00
songjianet
0bc4f9b5de
[Feature][UI Next] Process Definition Statistics. (#7715) 2021-12-29 21:33:09 +08:00
xiangzihao
a86c08e32c
feature_7513 (#7707)
Co-authored-by: SbloodyS <sbloodys@qq.com>
2021-12-29 18:22:47 +08:00
Jiajie Zhong
abf3d001fc
[UI] Fix wrong dialogs for process definition's version info (#7662)
We should use process_definition.update_time instead of create time
to make more sence.

close: #7660
2021-12-29 17:25:00 +08:00