Commit Graph

6060 Commits

Author SHA1 Message Date
Jiajie Zhong
5c640789c3
[python] refactor yaml file parser (#8701)
* [python] refactor yaml file parser

* Change yaml parser package to ruamel.yaml
* Refactor configuration.py module
* And file.py to write file locally
* Add more tests on it

close: #8593

* Fix UT error

* Remove pypyaml from tests

* Fix file error when param create is False

* Fix error logic
* And tests to avoid regression
2022-03-07 11:42:28 +08:00
kezhenxu94
d2a360480a
[CI][UI NEXT] Package new UI into release tar and remove old UI from it (#8670)
* [CI][UI NEXT] Package new UI into release tar and remove old UI from it

* Update e2e.yml
2022-03-07 11:20:24 +08:00
songjianet
ac18b195ec
[Fix][UI Next][V1.0.0-Alpha] Fix the Workflow instance table action button is too small to click. (#8721) 2022-03-07 11:11:23 +08:00
Martin Huang
b0fc6e7a69
[Feature-5752][server]Add blocking task (#6272)
* fix python task execution error

* modify code style

* delete AbstractTask#setCommand

* migrate blocking task alert feature and common attribute

* blocking task migrate(complete base features)

* migrate blocking task test

* resolve TaskNode.java conflict

* fix package problem in BlockingParameters

* resolve duplicate code

* resolve code style

* resolve code style

* resolve code style

* resolve code style

* resolve code style

* resolve code style

* resolve code style

* resolve code style

* resolve code style

* resolve code style

* resolve code style

* resolve code style

* optimise code based on pr#6283 in ds master repo

* add log

* modify log

* resolve conflicts

* change hardcode to variable

* Add blocking task UI

* refactor old code to compatable with the newest branch

* add override annotation

* remove old code

* remove never used packages

* add missing packages declaration

* Refine the i18n description

* add UT

* resolve some code smell problems

* add fetch-depth

* enable unit test in sonar analysis

* disable unit test

* remove unused packages

* resolve duplicate codes

* add logs when task status changed and rename some variables

* add BLOCK & READY_BLOCK status and corresponding processing code

* revoke UI

* revert unit-test

Co-authored-by: Jave-Chen <baicai.chen@gmail.com>
2022-03-07 10:50:40 +08:00
songjianet
9c162c86c3
[Fix][UI Next][V1.0.0-Alpha] Fix the regularly manage multilingual switching issues. (#8718) 2022-03-06 21:36:11 +08:00
songjianet
698c795d4f
[Fix][UI Next][V1.0.0-Alpha] Fix the is no tooltip for timing management table editing and up and down buttons. (#8716) 2022-03-06 20:59:20 +08:00
nobolity
e2af9054b3
docs(docs): extend s3 to the storage of ds (#8714) 2022-03-05 22:11:59 +08:00
songjianet
b4fdb3c8eb
[Fix][UI Next][V1.0.0-Alpha] Fix the timing management list operation button is too small to be clicked accurately. (#8712) 2022-03-05 21:56:31 +08:00
calvin
26f50660f3
[Fix-8624][UI-Next][V1.0.0-Alpha] Rectify the issue to display the timing form when clicking the timing button in the process definition page. (#8704)
* fix this issue

* fix this issue
2022-03-05 14:40:26 +08:00
calvin
304d7a7658
[Fix-8633][UI Next][V1.0.0-Alpha] Work out this issue to edit the process definition when clicking the edit button. (#8705) 2022-03-05 13:35:26 +08:00
songjianet
6dc4be54e0
[Fix][UI Next][V1.0.0-Alpha] Change the table button size. (#8702) 2022-03-05 11:58:16 +08:00
Devosend
63c476ac41
[Fix-8680][UI Next][V1.0.0-Alpha] Startup env name pull-down menu support clear (#8700) 2022-03-04 21:15:36 +08:00
Amy0104
79733643aa
[Feature-8565][Fix-8672][UI Next][V1.0.0-Alpha]: Add DATA_QUALITY and modify task type switching bug. (#8698) 2022-03-04 18:29:12 +08:00
Devosend
c8b5d1e508
[Feature][UI Next][V1.0.0-Alpha] Support gantt (#8697) 2022-03-04 17:37:40 +08:00
calvin
e1862a81ba
[Fix-8623][UI-Next][V1.0.0-Alpha] Rectify the issue to prompt the correct message for the process definition state. (#8695) 2022-03-04 15:57:03 +08:00
calvin
79c9d7dd36
[Feature][UI Next][V1.0.0-Alpha] Add the tree chart of the work flow definition to the project management. (#8694)
* add the component of the use-tree

* modify tree view

* add the component of the tree-view

* developed the tree view of the work flow definition

* merge from dev
2022-03-04 14:35:18 +08:00
xiangzihao
2ab8c1ca7d
[Fix-8616][WorkFlowLineage] work flow lineage search result missing data (#8684)
* fix bug_8616

* remove meaningless query column

* fix code smell

* fix remaining problems
2022-03-04 14:05:59 +08:00
songjianet
403c672e6d
[Fix][UI Next][V1.0.0-Alpha] Fix the problem of incomplete Chinese support for all date pickers in the project. (#8688) 2022-03-03 22:19:10 +08:00
Yao WANG
67a6813e9c
remove no useful code (#8552)
Co-authored-by: ywang46 <ywang46@paypal.com>
2022-03-03 19:09:35 +08:00
songjianet
bf0cc6a5e8
[Fix][UI Next][V1.0.0-Alpha] Fix modified the system language, the chart text is not changed to Chinese as expected. (#8682) 2022-03-03 18:49:27 +08:00
Devosend
4881ab8c58
[Fix-8615][UI Next][V1.0.0-Alpha] Fix workflow startup time invalid bug (#8681) 2022-03-03 18:13:59 +08:00
labbomb
c2650ef5e8
[Fix][UI Next][V1.0.0-Alpha] Fix menu selection status display error (#8677) 2022-03-03 15:12:18 +08:00
Jiajie Zhong
aac960d3d2
[python] Increase UT coverage threshold to 0.9 (#8660)
This patch increase Python API unit test coverage
threshold from 85% to 90%. If coverage under 90%
will failed our the test
2022-03-03 12:20:34 +08:00
songjianet
43fc7ec968
[Fix][UI Next][V1.0.0-Alpha] Fix the display of the project name is too long, causing UI confusion. (#8669)
* [Fix][UI Next][V1.0.0-Alpha] Fix the display of the project name is too long, causing UI confusion.

* [Fix][UI Next][V1.0.0-Alpha] Fix the display of the project name is too long, causing UI confusion.
2022-03-02 21:52:58 +08:00
songjianet
8096a1063b
[Fix][UI Next][V1.0.0-Alpha] Fix the task instance button prompts an error. (#8668) 2022-03-02 21:04:47 +08:00
kezhenxu94
60a00490c6
[CI][UI Next][V1.0.0-Alpha] Add frontend UI to CI checks and fix the linting problems found (#8666) 2022-03-02 20:01:13 +08:00
songjianet
b43e5f0d7e
[Feature][UI Next][V1.0.0-Alpha] Delete the space between the create button in Security - Warning Instance Manage. (#8665) 2022-03-02 19:59:22 +08:00
labbomb
2f21c89b80
[Fix][UI Next][V1.0.0-Alpha] Fixed a problem where safari ICONS are not displayed (#8662) 2022-03-02 17:58:46 +08:00
labbomb
98396d2c68
[Fix][UI Next][V1.0.0-Alpha]Solve the problem of missing menu bar status under Resource (#8661) 2022-03-02 16:37:00 +08:00
BaoLiang
44bb654c5e
Revert "upgrade mybatis-plus to 3.4.3 (#8515)" (#8659)
This reverts commit ca6d148a1b.
2022-03-02 16:10:39 +08:00
xiangzihao
8df4ed6051
[Feature][UI Next][V1.0.0-Alpha] remove VITE_APP_PROD_WEB_URL (#8657)
* Adapt web configurations for UI next

* remove VITE_APP_PROD_WEB_URL

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2022-03-02 15:34:27 +08:00
labbomb
78d7c06f2e
[Fix][UI Next][V1.0.0-Alpha]Fixed an issue with time picker clearing (#8655) 2022-03-02 14:49:43 +08:00
kezhenxu94
217bfb4153
[Fix][UI Next][V1.0.0-Alpha] Unify time parsing method with date-fns to avoid compatibility issues (#8653) 2022-03-02 14:48:45 +08:00
kezhenxu94
e04bdba22f
Adapt web configurations for UI next (#8639) 2022-03-02 12:10:38 +08:00
Jiajie Zhong
f256f3ec6e
[python] Fix source and issue tracker link in PyPI (#8638)
* [python] Fix source and issue tracker link in PyPI

This patch fix error or wrong link in
https://pypi.org/project/apache-dolphinscheduler/

* Fix style
2022-03-02 10:44:18 +08:00
labbomb
73292851a6
[Feature][UI Next][V1.0.0-Alpha] Fixed an issue with # under internationalization (#8641) 2022-03-02 10:08:39 +08:00
Devosend
18c384c60a
[Fix-8615][UI Next][V1.0.0-Alpha] Fix resource manage file edit page blank bug (#8631) 2022-03-01 22:21:07 +08:00
ronyang1985
7b66b66e8f
[Feature-8527][Datasource] Add dataSource for Amazon Redshift (#8564)
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
2022-03-01 19:29:52 +08:00
Devosend
102828409f
[Fix-8617][UI Next][V1.0.0-Alpha] Fix workflow version info language internationalization bug 2022-03-01 18:26:28 +08:00
Devosend
985b4e8520
[Fix-8598][UI Next][V1.0.0-Alpha] Fix menu readonly bug in workflow instance 2022-03-01 16:59:35 +08:00
labbomb
09f70353b8
[Feature][UI Next][V1.0.0-Alpha]Adjust font color in dark mode (#8606)
* Added theme color modification field

* Adjust font color in dark mode
2022-03-01 15:50:58 +08:00
songjianet
3c832ccef0
[Docs][UI Next][V1.0.0-Alpha] Update README.md. (#8601) 2022-03-01 15:38:50 +08:00
songjianet
9a96b8da43
[Feature][UI Next] Delete build:dev in package.json. (#8600) 2022-03-01 15:38:30 +08:00
xiangzihao
74afdcf8f3
[Fix-8506][Master] process instance stop result wrong (#8529)
* fix bug_8506

* recover success state
2022-03-01 15:20:02 +08:00
xiangzihao
3cfb3270fe
[Fix-8581][API-Doc] Add some missing chinese translation (#8588) 2022-03-01 15:14:52 +08:00
labbomb
eb88d9cbd3
[Feature][UI Next][V1.0.0-Alpha] Added theme color modification field. 2022-03-01 13:54:33 +08:00
xiaodi wang
a3e2c709fc
[Docs] Update README_zh_CN.md (#8587) 2022-03-01 12:03:15 +08:00
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>
2022-03-01 11:43:37 +08:00
songjianet
f2c6fbb452
[Fix][UI Next] Fix build standalone error. (#8590) 2022-03-01 11:18:25 +08:00
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
2022-03-01 11:16:44 +08:00