Commit Graph

6082 Commits (62e12c73dc28dd0b671bf09db33bf9a4f8aedbe3)

Author SHA1 Message Date
Jiajie Zhong 62e12c73dc
[python] Add LICENSE and NOTICE to python dist package (#8768)
* Add LICENSE and NOTICE to Python API
* Add new license dir `python-api-license` to keep all
  Python API's LICENSE files
* Change LICENSE in distribute package
* Add content about should add LICENSE when new dependence
  adding
2022-03-09 19:50:43 +08:00
calvin 27c5944c2d
[Fix-8757][UI Next][V1.0.0-Alpha] Added the text button into the form of the task. (#8775)
* fix this issue

* restore the lodash.min.js
2022-03-09 18:15:07 +08:00
Devosend 59410af0ae
[Fix][UI-Next][V1.0.0-Alpha] Fix user login error (#8773)
* fix user login error

* logout clear cookie
2022-03-09 18:13:44 +08:00
Devosend 1d1c99b31f
[Fix][UI Next][V1.0.0-Alpha] Fix error when deployed to nginx after compilation (#8767) 2022-03-09 16:31:42 +08:00
calvin fcbaaf5de6
[Feature-8735][UI Next][V1.0.0-Alpha] Added the form of the EMR task. (#8766)
* add two icons

* developed the form of the emr task
2022-03-09 16:30:49 +08:00
王强 a4b34e63d0
[Fix] [ui] Fixed the re-upload function of the Resource Management menu #8764 (#8763)
* [fix] [ui] Fixed the re-upload function of the Resource Management menu
* Modify resource file list and sub-file front-end code
* Modify udF resource file list and subfile front-end code
* Fix modified page does not dynamically update content, added V-if judgment

* [fix] [ui] Fixed the re-upload function of the Resource Management menu
* Modify resource file list and sub-file front-end code
* Modify udF resource file list and subfile front-end code
* Fix modified page does not dynamically update content, added V-if judgment
* Fix duplicate ID problem

Co-authored-by: wangqiang <wangqiang@coocaa.com>
2022-03-09 14:35:43 +08:00
xiangzihao b024aabd12
[Fix-8744][standalone-server] start standalone server failed (#8747) 2022-03-09 13:26:28 +08:00
songjianet c661827752
[Docs][UI-Next] Add js-cookie license. (#8762) 2022-03-09 12:15:16 +08:00
calvin e130b821f4
[Fix-8625][UI-Next][V1.0.0-Alpha] Worked out this issue with missing buttons of viewing log and history. (#8754)
* fix this issue

* merge from dev
2022-03-08 17:52:13 +08:00
Devosend cbb756e1cb
[Fix][UI-Next][V1.0.0-Alpha] Fix ui and backend languages are not consistent bug (#8755) 2022-03-08 17:51:35 +08:00
songjianet d3a8fa1d98
[Docs][UI Next][V1.0.0-Alpha] Add license file. (#8703)
* [Docs][UI-Next] Add license file.

* [Docs][UI-Next] Add license file.

* [Docs][UI-Next] Add license file.

* [Docs][UI-Next] Add license file.
2022-03-08 14:21:51 +08:00
Devosend 080a237b0d
[Fix][UI Next][V1.0.0-Alpha] Fix time alert validate of workflow (#8750) 2022-03-08 12:25:31 +08:00
Devosend 799e2fd215
[Feature][UI Next][V1.0.0-Alpha] Fix startup global params not init bug (#8749) 2022-03-08 12:02:04 +08:00
xiangzihao fc334b7b13
[DS-8580] Fix ui-next serve router for `/` path (#8748) 2022-03-08 11:09:08 +08:00
xiangzihao 220ec8f5fb
fix bug_8744 (#8745) 2022-03-07 20:38:03 +08:00
calvin 6e2c2adcaa
[Fix-8715][UI Next][V1.0.0-Alpha] Worked out this issue with missing some data in the form of a task when continuously clicking the same task node. (#8742) 2022-03-07 19:26:50 +08:00
Devosend aa5392529b
[Feature-8497][UI Next][V1.0.0-Alpha] Support dependent task re-run automatically (#8739) 2022-03-07 18:05:58 +08:00
Jiajie Zhong 1d7ee2c5c4
[chore] Upgrade versions of issue-report (#8736) 2022-03-07 18:03:38 +08:00
labbomb a6bfb5847e
[Refactor][UI Next][V1.0.0-Alpha] Refactor the list of projects under the project module (#8738) 2022-03-07 17:15:04 +08:00
Devosend e34f6fc807
[Fix-8690][UI Next][V1.0.0-Alpha] Fix startup execType bug (#8734) 2022-03-07 17:04:37 +08:00
jon-qj c51f2e4a7c
[Fix][UI Next][V1.0.0-Alpha] Fix the issue that user email doesn‘t pass verification (#8733) 2022-03-07 16:24:22 +08:00
Devosend 63e85f314d
Fix home page error bug (#8731) 2022-03-07 15:43:59 +08:00
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