Commit Graph

6424 Commits (88d2803fe1bd59b1fa719e3cddce1a9e7d1313e8)

Author SHA1 Message Date
caishunfeng 88d2803fe1
fix task dispatch error overload resource pool of task group (#9667) 2022-04-22 18:39:40 +08:00
WangJPLeo 387ebe5bb0
Project management batch deletion should give a specific description if it fails. (#9669)
Co-authored-by: WangJPLeo <wangjipeng@whaleops.com>
2022-04-22 18:17:22 +08:00
Amy0104 b564e58cf3
[Feature][UI][V1.0.0-Beta] Add dependent task status in dependent task. (#9663)
* [Feature][UI][V1.0.0-Beta] Add dependent task status in dependent task.

* [Fix][UI][V1.0.0-Beta] Format back end data.
2022-04-22 16:30:17 +08:00
Devosend 1de7f154a3
[Bug][UI][V1.0.0-Beta] Fix display resource not exist error message bug (#9657) 2022-04-22 14:52:34 +08:00
Devosend 30a8372505
[Fix][UI][V1.0.0-Beta] Fix the parameter variables and startup parameters window cannot auto close bug (#9653) 2022-04-22 14:51:30 +08:00
Jiajie Zhong dde6d1f448
[doc] Add data quality to sidebar and correct docker resource path (#9662) 2022-04-22 14:45:07 +08:00
exmy 267b307632
[improve][api] Support to upload file without file type suffix (#9553) 2022-04-22 14:42:41 +08:00
exmy 36f01155b5
[Improvement][server] varPool support syntax #{setValue(key=value)} (#9586) 2022-04-22 14:10:21 +08:00
WangJPLeo 996790ce9e
[Improvement-9609][Worker]The resource download method is selected according to the configurati… (#9636)
* The resource download method is selected according to the configuration and the service startup verification is added.

* common check CI fix

* Startup check changed to running check

* code smell

* Coordinate resources to increase test coverage.

* Split resource download method.

* Unit Test Coverage

Co-authored-by: WangJPLeo <wangjipeng@whaleops.com>
2022-04-22 11:45:49 +08:00
Amy0104 7b1c316d9e
[Fix][UI][V1.0.0-Beta] Adjust the UI presentation of the dependent task. (#9649) 2022-04-21 17:35:56 +08:00
Devosend 58c7e5aa08
[Feature][UI][V1.0.0-Beta] Modify timeout from 10s to 15s of axios (#9644) 2022-04-21 16:03:08 +08:00
Amy0104 6966a70acc
[Fix][UI][V1.0.0-Beta] Replace the back-end interface for dependent task. (#9645)
* queryProjectCreatedAndAuthorizedByUser to queryAllProjectList
* queryAllByProjectCode to queryProcessDefinitionList
* getTasksByDefinitionCode to getTasksByDefinitionList
2022-04-21 16:02:40 +08:00
Devosend 303ee1bf15
[Fix][UI][V1.0.0-Beta]Fix data not update bug for workflow version switch (#9642) 2022-04-21 15:28:48 +08:00
zixi0825 337696e258
[Docs][DataQuality]: Add DataQuality Docs (#9512)
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2022-04-21 14:54:38 +08:00
worry ecf13a8c90
[Improvement][style]add comment and clear warn (#9247) 2022-04-21 11:42:08 +08:00
naziD 10f8c9d983
[Bug-9608] Serialize the task definition failed (#9622)
* BugFix: serialize the task definition failed

* Remove a comment

Co-authored-by: lipandong <pandong.lpd@alibaba-inc.com>
2022-04-21 11:38:41 +08:00
Eric Gao a863c6f8f1
[Bug][DAO] Update db init script and soft_version (#9628) (#9637) 2022-04-21 11:01:19 +08:00
caishunfeng 239be31ab7
[Bug] cancel application when kill task (#9624)
* cancel application when kill task

* add warn log

* add cancel application
2022-04-20 22:46:15 +08:00
WangJPLeo ae84900329
[Fix-9617]New task group project name drop-down data is displayed according to user type. (#9625)
* New task group project name drop-down data by user type

* remove unused import

* avoid import *

Co-authored-by: WangJPLeo <wangjipeng@whaleops.com>
2022-04-20 18:24:45 +08:00
qianli2022 165d7aa51f
[Feature][Task] K8s namespace auth manager (#9303)
* k8s auth

* remove log

* fix test

* use constants

* use constants K8S_LOCAL_TEST_CLUSTER

* simple auth get

* change test

* add namespace authorize in user page

* prettier code

* change test data

Co-authored-by: qianl4 <qianl4@cicso.com>
Co-authored-by: William Tong <weitong@cisco.com>
2022-04-20 18:23:23 +08:00
Devosend 86b1870856
[Fix][UI][V1.0.0-Beta] Fix tooltip not display bug in task instance (#9630) 2022-04-20 17:44:19 +08:00
PJ Fanning f45fe85703
upgrade commons-compress to 1.21 (#9540) 2022-04-20 17:42:14 +08:00
PJ Fanning 006bcca532
update jackson and jackson.databind version to fixes many security issues (#9572) 2022-04-20 17:34:48 +08:00
PJ Fanning 7fecb92fc2
use secure version of postgresql (#9573)
* use secure version of postgresql

* Update known-dependencies.txt
2022-04-20 17:14:47 +08:00
Amy0104 a378844820
[Fix][UI][V1.0.0-Beta] Fix the task name cleared after switching the task type. (#9623) 2022-04-20 16:31:06 +08:00
Amy0104 93ee2e45c8
[Fix][UI][V1.0.0-Beta] Change node name to task name in the task modal on the task definition page. (#9620) 2022-04-20 16:30:53 +08:00
Amy0104 69bfebfec0
[Fix][UI][V1.0.0-Beta] Remove the sql comment in the procedure task and add the instructions link to the procedure task. (#9619) 2022-04-20 16:30:38 +08:00
Amy0104 a1df0ee99c
[Fix][UI] Fix the udf function echoed error in the sql task. (#9616) 2022-04-20 16:11:45 +08:00
JinYong Li 2aa191014d
fix 9584 (#9585) 2022-04-20 16:10:04 +08:00
WangJPLeo e2ec489042
[Fix-9610] Sub-workflow status check is limited to SUB_PROCESS components (#9611)
* Sub-workflow status check is limited to SUB_PROCESS components

* Sub-workflow status check is limited to SUB_PROCESS components

Co-authored-by: WangJPLeo <wangjipeng@whaleops.com>
2022-04-20 15:04:27 +08:00
xiangzihao a3bf10c88d
[Feature][API] Refactor get dependent node information api (#9591)
* feature_8922

* fix comment error

* remove unused import

* fix unused import
2022-04-20 14:53:40 +08:00
Kerwin 9d11be447a
[Python] Make detached signature during release (#9607) 2022-04-20 13:07:27 +08:00
wangyang 6155dc3dab
[Docs] enhance alert doc (#9534)
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2022-04-20 13:02:28 +08:00
labbomb 5b2a96b830
[Feature][UI Next]Added the method of downloading files (#9605) 2022-04-20 12:15:39 +08:00
Paul Zhang 2be7183563
[Bug][Standalone Server] Deduplicate the classpath jars in start.sh of the standalone server (#9583) 2022-04-20 11:46:42 +08:00
WangJPLeo 9964c4c1e1
[Fix-9593] Storage Management StorageOperate No Instance (#9594)
* Storage Management StorageOperate No Instance

* Add StorageOperateManager unit test

* Add license header

* Fix issues in SonarCloud code analysis

Co-authored-by: WangJPLeo <wangjipeng@whaleops.com>
2022-04-20 09:58:37 +08:00
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