songjianet
9a96b8da43
[Feature][UI Next] Delete build:dev in package.json. ( #8600 )
3 years ago
xiangzihao
74afdcf8f3
[Fix-8506][Master] process instance stop result wrong ( #8529 )
...
* fix bug_8506
* recover success state
3 years ago
xiangzihao
3cfb3270fe
[Fix-8581][API-Doc] Add some missing chinese translation ( #8588 )
3 years ago
labbomb
eb88d9cbd3
[Feature][UI Next][V1.0.0-Alpha] Added theme color modification field.
3 years ago
xiaodi wang
a3e2c709fc
[Docs] Update README_zh_CN.md ( #8587 )
3 years ago
ronyang1985
20ee9a37fe
[Feature-8485][task] Add EMR task plugin to support submit task to AWS EMR ( #8503 )
...
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
3 years ago
songjianet
f2c6fbb452
[Fix][UI Next] Fix build standalone error. ( #8590 )
3 years ago
Jiajie Zhong
ec4ce2b573
[python] Add config mechanism and cli subcommand config ( #8585 )
...
* [python] Add config mechanism and cli subcommand config
* Add configuration.py mechanism for more easy change config
and move some configs to it. It mechanism including
configuration.py module and default_config.yaml file
* Add `config` for cli subcommand allow users initialize, get,
set configs
close : #8344
* Change setup.py format
3 years ago
Devosend
d7f7686880
[Fix-8577][UI Next][V1.0.0-Alpha] Fix workflow instance view log bug. ( #8578 )
...
* fix query log params bug
* modify query log interval time
* query log throttle
3 years ago
songjianet
87927c4338
[Docs][UI Next] Update README. ( #8568 )
3 years ago
calvin
ab459a511f
[Improve][UI Next] Add a few instructions on how to call a procedure in the form of the procedure task. ( #8566 )
...
* improve the form of procedure
* improve the form of the procedure task
3 years ago
Devosend
8136b8e064
[Feature][UI Next] Add dag view log
3 years ago
songjianet
ad9252e325
[Docs][UI Next] Update README. ( #8560 )
...
* [Docs][UI Next] Update README.
* Update README.md
3 years ago
Kirs
8c19a7776e
[Improve][CI]Upgrade maven-wrapper to 3.1.0 ( #8557 )
...
* [Improve][CI]Upgrade maven-wrapper to 3.1.0
3 years ago
Amy0104
059650effb
[Feature][UI Next] Add DEPENDENT. ( #8556 )
3 years ago
songjianet
8ed2eeb86c
[Docs][UI Next] Add package license. ( #8545 )
...
* [Docs][UI-Next] Add package license.
* [Docs][UI Next] Add package license.
3 years ago
calvin
e84964f1f1
[Feature][UI Next] Add the form of the datax task to the module of next ui. ( #8554 )
...
* add the component of the use-datax
* developed the form of the datax task
* prettier the codes
3 years ago
Amy0104
02b102347b
[Feature][UI Next] Add CONDITIONS. ( #8553 )
3 years ago
Amy0104
f262441d38
[Feature][UI Next] Add relation custom params component into task. ( #8551 )
3 years ago
calvin
ec9fe1733b
[Improve][UI-Next] Work out a little kink about the select component of the environment in the task form.
3 years ago
yimaixinchen
a72742b9de
remove unuse import jsonFormat ( #8548 )
3 years ago
Devosend
f7722d9e01
[Feature][UI Next] Add dag toolbar tooltip. ( #8546 )
...
* toolbar add tooltip
* fix toolbar workflow name dispaly bug
3 years ago
labbomb
4a4acce2c5
[Fix][UI Next] Fix build error.
3 years ago
Devosend
ffd47e70ba
[Feature][UI Next] Add Dag workflow validation
3 years ago
calvin
ddf90c4d95
[Feature][UI Next] Add the form of the switch task to the module of next ui. ( #8536 )
...
* add the form of the switch task
* add the component of the switch task
* developed the form of the switch task
* developed the form of the switch task
3 years ago
Jiajie Zhong
36964c2b5a
[deploy] Make Python API as independent directory in release's dist ( #8470 )
...
This patch add python api package as independent
directory in final dist directory when user run
command `mvn -U install package -Prelease`.
There have `tar.gz` and `whl` in the python dist directory
```
<the-old-dist-package>
python
|--- python-independent-pkg.tar.gz
|--- python-independent-pkg.whl
```
close : #8343
* Give dedicated control to docker build/push goals
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
3 years ago
xiangzihao
891a002bea
[Feature-#8373][MasterServer] Dependent tasks can re-run automatically in the case of complement ( #8496 )
...
* first add feature_8373
* fix code smell
* add blank line
* fix some problems
* fix unit test error
3 years ago
Molin Wang
e174d7a40e
[Fix-8394][Server]fix when the data is supplemented business time still date+1 ( #8532 )
3 years ago
BaoLiang
ca6d148a1b
upgrade mybatis-plus to 3.4.3 ( #8515 )
3 years ago
Devosend
33b50bab72
[Feature][UI Next] Add style for dag runflag
3 years ago
caishunfeng
84f2cfec39
[Feature][Server] Custom timezone - Add timezone handler unified ( #8477 )
...
* date convert of timezone
* remove @JsonFormat
* add unit test
* fix time preview in scheduler
* optimization & add env config
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Sunny Lei
1ffb5d6e8d
[DS-7896][fix] Fixed when a non-admin user creates a udf function, resources other than .jar will be displayed in the UDF resource ( #8458 )
...
This closes #7892
3 years ago
Devosend
b92f6d876d
[Feature][UI Next] Support readonly model for dag
3 years ago
Yao WANG
dd1397aaed
[Bug] [Task-plugin] ShellTask add the parentfolder exist check and create if not exit ( #8526 )
...
* check the parent dir exist and create it
* fix lint
Co-authored-by: ywang46 <ywang46@paypal.com>
3 years ago
Jiajie Zhong
3025f67d37
[python] Add mechanism cli only with version as subcommand ( #8516 )
...
* Add basic cli mechanism with Click, for now just including
one single subcommand `version`
* Add general and easy test class in tests/testing/cli, and
test to version
* Add sphinx-click to general cli docs basic on click
3 years ago
Devosend
52ed895338
[Feature][UI Next] Add dag refresh button on workflow instance ( #8514 )
...
* modify workflow instance interval refresh
* workflow instance add dag refresh button
3 years ago
jegger
6ece0283df
feat: Unify mysql insert value queto ( #8502 )
3 years ago
kezhenxu94
fa19006a18
Add a property to enable/disable metrics module ( #8484 )
3 years ago
wangbowen
c1592ff38e
[Fix-8394][Server]fix when the data is supplemented business time still date+1 ( #8511 )
3 years ago
Devosend
88847e82b7
[Feature][UI Next] Add workflow instance dag node echo.
3 years ago
calvin
c590ad43d7
fix this issue ( #8509 )
3 years ago
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
3 years ago
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>
3 years ago
xiangzihao
512f8cb5dd
add index ( #8500 )
3 years ago
songjianet
64baf6dc3d
[Build][UI Next] Update package. ( #8504 )
3 years ago
Devosend
075c078e02
[Feature][UI Next] Add workflow instance variables params ( #8505 )
...
* add variables view on workflow instance
* change parameters header on toolbar
3 years ago
Devosend
22d63b80fa
[Feature][UI Next] Add workflow instance startup params
3 years ago
Ivan0626
60ddede6a6
fixbug: varPool value is error ( #7724 )
3 years ago
labbomb
209aa0a0bf
[Fix][UI Next] Fix the corresponding incorrect field.
3 years ago
Amy0104
922283ee9c
[Feature][UI Next] Add SQOOP into task. ( #8494 )
3 years ago