Commit Graph

6438 Commits

Author SHA1 Message Date
mans2singh
930d12031a
[task-flink][docs] Corrected name (#9600) 2022-04-20 09:26:42 +08:00
jiachuan.zhu
24e455304c
Add ingress annotations (#9492) 2022-04-19 20:01:57 +08:00
songjianet
dd3dbf927c
[Fix][UI Next][V1.0.0-Beta] The version information creation time in the workflow definition is changed to the operateTime field. (#9590) 2022-04-19 18:57:16 +08:00
songjianet
3ea942dbf8
[Docs] Add license file for screenfull. (#9581) 2022-04-19 16:10:34 +08:00
caishunfeng
b4017d0afd
fix task kill (#9578) 2022-04-19 15:26:12 +08:00
Tq
c5b7e5adff
[Bug] [API-9558]fix homepage task instance count method to use submit time to recount (#9559)
* fix homepage task instance count method to use submit time to recount

* fix homepage task instance count method to use submit time to recount

* fix homepage task instance count method to use submit time to recount

* fix homepage task instance count method JUNIT

* fix homepage task instance count method JUNIT

* fix homepage task instance count method JUNIT
2022-04-19 15:23:57 +08:00
labbomb
efe04863a0
[Refactor][UI Next]Reconstructing the Log Component (#9574)
* Reconstructing the Log Component

* Delete pnpm-lock.yaml

* Delete pnpm-lock.yaml

* add pnpm-lock

* Modify comments
2022-04-19 11:48:53 +08:00
caishunfeng
63638601b0
fix process pause and rerun (#9568) 2022-04-19 10:23:56 +08:00
wqxs
32f76e487f
[fix-9428] [DataSource] delete the password and test again, it is successful without password bug (#9428) (#9531)
* fix bug: After the test data source is successful, delete the password, re-test, or success

* Modify the method of generating DatasourceUniqueId
2022-04-18 20:46:37 +08:00
sparklezzz
508ed9769a
[Fix][Master Server] handle warn+failed timeout strategy in workflow execute thread of master server (#8077) (#9485)
Co-authored-by: xudong.zhang <xudong.zhang@nio.com>
2022-04-18 20:34:22 +08:00
WangJPLeo
b1d57dbce4
Check the status of the child process when the parent process is running (#9567)
Co-authored-by: WangJPLeo <wangjipeng@whaleops.com>
2022-04-18 20:27:11 +08:00
Jiajie Zhong
000e96baec
[doc] Fix dead link after 3.0.0 release (#9562) 2022-04-18 18:30:34 +08:00
Devosend
01f3dcd03b
fix workflow instance can not be save bug (#9554) 2022-04-18 18:20:29 +08:00
songjianet
e534ca1298
[Perf][UI Next][V1.0.0-Beta] Optimize judgment logic. (#9561) 2022-04-18 18:18:07 +08:00
Jiajie Zhong
5529a23e5c
[doc] Add new release for 3.0.0-alpha (#9519) 2022-04-18 16:07:43 +08:00
songjianet
e190ef9d0d
[Fix][UI Next][V1.0.0-Beta] Fix the color matching problem of the relationship diagram. (#9546) 2022-04-18 14:33:45 +08:00
Amy0104
4d6a732ef3
[Fix][UI] Fix the problem of displaying task execution icons. (#9549) 2022-04-18 14:13:08 +08:00
Amy0104
491e9f84ee
[Fix][UI] Fix condition task connection failure. (#9548) 2022-04-18 14:09:32 +08:00
Eric Gao
a5bbf7852d
[Feature][Task-Plugin]Add zeppelin task-plugin to support Apache Zeppelin (#9327) 2022-04-17 22:10:10 +08:00
Tq
1192fb8e12
fix Fault tolerance warning mapper add alert type to insert (#9533) 2022-04-17 10:17:00 +08:00
xiangzihao
ec939fcc68
[Bug] [Dev] Fix start/stop/status/init script error (#9514)
* change /bin/sh to /bin/bash

* change /bin/sh to /bin/bash

* remove declear -A to adapt mac
2022-04-16 21:34:53 +08:00
calvin
adcc43fd7e
[Improve][API] Allowed the non-root user to create the task group. (#9523)
* create a new branch from dev

* fix this issue

* merge from dev
2022-04-16 21:25:56 +08:00
xiangzihao
7f41a96fc1
[Fix-9525] [Worker] Environment did not work as expected (#9527)
* fix #9525

* change to ${PYTHON_HOME}

* remove import

* fix ut error
2022-04-16 18:57:33 +08:00
songjianet
26726bb887
[Fix][UI Next][V1.0.0-Beta] Fix the resource Center dark mode display exception when viewing the file details. (#9526)
* [Fix][UI Next][V1.0.0-Beta] Fix the resource Center dark mode display exception when viewing the file details.

* [Fix][UI Next][V1.0.0-Beta] Fix the resource Center dark mode display exception when viewing the file details.
2022-04-16 16:09:15 +08:00
songjianet
0972610204
[Feature][UI Next][V1.0.0-Beta] Monaco Editor supports theme switching function. (#9521) 2022-04-15 21:50:15 +08:00
labbomb
7777a6acfd
[Fix][UI Next][V1.0.0-Beta] Added access to the child node function (#9518)
* Added access to the child node function

* Added access to the child node function
2022-04-15 18:50:52 +08:00
WangJPLeo
95ccc0c855
[Fix-9516] [Statistics] Statistics Manager shows data should belongs to current user (#9515) 2022-04-15 18:25:25 +08:00
Jiajie Zhong
1f48601c75
[python] Add task decorator for python function (#9496)
* [python] Add task decorator for python function

* Add decorator `@task`
* Add a tutorial about it
* Change tutorial doc and combine into traditional docs
  * Add sphinx-inline-tab for better view

* revert not need change

* Correct python function indent

* Correct integration test
2022-04-15 15:50:52 +08:00
Jiajie Zhong
59a026d897
[python] Support read config in env variable (#9517)
Add a new method to get config from environment variables
and for now, we have three ways to get config and the
priority is `env-var > custom-config-file > built-in-config-file`.

Environment config setting does not work in CLI, because it will
confuse users when they get config value is `var-env` but value
in the configuration file is `var-in-file`, they may not find
the way how to change it

* Add documentation
* Add it to UPDATING.md

close: #8344
2022-04-15 15:46:44 +08:00
Kerwin
4221ee2433
Add python module dependency in the dist module (#9506) 2022-04-15 13:53:37 +08:00
Paul Zhang
3815a86a3b
[Improvement][Master] Fix typo for MasterTaskExecThreadTest (#9513) 2022-04-15 11:32:22 +08:00
Tq
51d47de6de
[Bug] [ALERT-9487] change email attachment filename to add random string to avoid issues (#9498)
* change email attachment filename to add random string to avoid always use same file

* change email attachment filename to add random string to avoid always use same file
2022-04-15 10:13:13 +08:00
songjianet
46c0c18ec7
[Feature][UI Next][V1.0.0-Beta] Change the css style usage of the blue number flopper in the alarm center to css variables. (#9511) 2022-04-14 22:12:14 +08:00
caishunfeng
66d148872d
[Bug-9501][Worker] fix kill task error before running (#9509) 2022-04-14 21:34:02 +08:00
caishunfeng
7b907b854d
[Improvement][doc] update time zone doc (#9503)
* update time zone doc

* update time zone doc

* update time zone doc
2022-04-14 21:32:00 +08:00
Amy0104
8a2fbd205e
[Fix][Next-UI] Fix the jumping problem of close button on dag page. (#9494) 2022-04-14 14:09:40 +08:00
czeming
706cdb6a8e
[Fix-9174] [Alert] Fix deduplication of alarm information (#9371)
* feat(issue #9174):

Fix-9174
2022-04-14 10:30:25 +08:00
Tq
df791a374e
[FIX][WEBSITE-9224]fix wechat doc and wechat form display (#9439)
Co-authored-by: Jiajie Zhong <zhongjiajie955@hotmail.com>
2022-04-13 23:35:05 +08:00
Amy0104
e134c63e68
[Bug][Next UI] Fix the branch flow options of the switch task is not available. (#9481) 2022-04-13 20:51:43 +08:00
Amy0104
e5c66ecc31
[Fix][UI Next] Fix the problem of disabling owned user input during project editing. (#9476) 2022-04-13 18:05:02 +08:00
mazhong
8821b91829
[FIX-9471][Script] fix run install.sh error (#9472) 2022-04-13 17:53:05 +08:00
Eric Gao
eb21b6cc52
[Feature][Doc] Switch shell task instruction screenshots to latest (#9434) 2022-04-13 14:13:42 +08:00
Amy0104
099bde0f78
[Fix][Next-UI] Add LIST type to the custom parameter types of task node. (#9468) 2022-04-13 13:45:39 +08:00
Tq
04d4e4e0c4
fix the OUT direct param could pass to the current script (#9463) 2022-04-13 10:43:12 +08:00
labbomb
8440baa5e8
[Bug][UI Next]Fix global variable validation condition for save button in workflow definition. (#9454) 2022-04-12 17:41:46 +08:00
Jiajie Zhong
51c1d8f2aa
[doc] Migrate develop docs from website (#9457)
* [doc] Migrate develop docs from website

developer should also into main repo, because
development setup should follow with the latest
code

* Add missing change from website
2022-04-12 17:23:56 +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
xiangzihao
d18cf184c6
[CI] Improve CI (#9436)
* test

* test

* test

* test

* test

* test

* test

* test

* test

* improve ci

* improve ci

* improve ci
2022-04-12 14:43:15 +08:00
Tq
fb0139e959
[Feature] [ALERT-9406]enrich alert info when insert new row into DB (#9445)
* enrich alert info when insert new row into DB

* fix comments
2022-04-12 14:31:38 +08:00
worry
69923546a1
[DS-9263][Improvement][master]optimize failover (#9281)
- add FailoverService.java
- move failover method  from MasterRegistryClient to FailoverService
- move failover code from FailoverExecuteThread to FailoverService

This closes #9263
2022-04-12 11:53:18 +08:00