Commit Graph

995 Commits

Author SHA1 Message Date
Jiajie Zhong 889fd580e3 [maven-release-plugin] prepare for next development iteration 2022-08-05 18:16:57 +08:00
Jiajie Zhong 9efd1ace78 [maven-release-plugin] prepare release 3.0.0 2022-08-05 18:16:57 +08:00
xuhhui 9740a6e42f fix: Current node settings number of failed retries may not be negative (#10530)
(cherry picked from commit 198e00db58)
2022-08-03 19:41:14 +08:00
xiangzihao e52fd0b04b fix dependent task re-run params error (#10580)
(cherry picked from commit 393cb648f9)
2022-08-03 19:41:14 +08:00
Amy0104 6b8e040443 [Fix][UI] Fix bytesToSize function calculation error. (#10627)
(cherry picked from commit a6fc70cdd1)
2022-08-03 19:41:14 +08:00
Amy0104 9df9a37331 [Improvement][UI] Improve monaco-editor component in ts. (#11274)
(cherry picked from commit adfec41986)
2022-08-03 15:23:38 +08:00
Devosend 5e366ff6f1 [Fix][UI] fix bug where log modal display object (#11271)
(cherry picked from commit 9ba9a0ff82)
2022-08-03 14:41:42 +08:00
Devosend 2c469224dd fix bug where confirm disable error (#11251)
(cherry picked from commit 78e9122573)
2022-08-02 19:09:18 +08:00
Devosend 7821d3ce7e fix nodeSize is not a function bug (#11200)
(cherry picked from commit 91a944f967)
2022-08-02 18:52:52 +08:00
pinkhello f7ed6ef850 [Fix] Parameter values disappear when editing Zeppelin task (#11115)
(cherry picked from commit 2e81f30298)
2022-08-02 18:48:15 +08:00
Devosend 4f37b7c377
fix space validate for create folder bug (#11106) (#11172)
(cherry picked from commit 2f2de7f90e)
2022-07-27 17:16:58 +08:00
Devosend ebdc34b25f [Fix][UI] Add duplicate of file suffix (#11136) 2022-07-27 09:38:34 +08:00
zhuxt2015 1b0f8c04d3 [Bug] [API] If the single log length is long, it will causes the View Log page to hang (#10612) 2022-07-27 09:38:25 +08:00
Devosend 4622a8036a [Fix][UI] fix bug where The Gantt chart does not show the execution status (#11135)
* fix bug where The Gantt chart does not show the execution status of all components

* modify round method
2022-07-27 09:38:02 +08:00
songjianet 8581a464db [Fix][UI] Fix the problem of too large spacing in operation. (#11090)
* [Fix][UI] Fix the problem of too large spacing in operation.

* [Fix][UI] Fix the problem of too large spacing in operation.
2022-07-27 09:35:04 +08:00
Devosend 9164ec8bf1 fix view variable display bug (#11100) 2022-07-27 09:34:43 +08:00
Amy0104 34d2c513c5 [Fix][UI] Widen the segment separator input box. (#11096) 2022-07-27 09:34:30 +08:00
Assert 7e1d8c2d86 [Feature-10594][ui] Data Quality Result Display Optimize (#10835) 2022-07-20 14:56:36 +08:00
pinkhello 59d8f222c8 [Fix-10539] [Bug] [UI] Copy task a to B, change the user-defined para… (#10611)
* fixed 10539: [Bug] [ui]Copy task a to B, change the user-defined parameters of Task B, and change the parameters of task a

* fixed 10539: [Bug] [ui]Copy task a to B, change the user-defined parameters of Task B, and change the parameters of task a

* feat: reactor code

* feat: remove console.info

* fixed: reactor deepclone

* feat: code style
2022-07-20 11:40:43 +08:00
Amy0104 bb6aaf755e [Fix][UI] Set the next node to not required. (#10932)
* [Fix][UI] Set the next node to not required.

* [Fix][UI] Remove the unuse i
2022-07-19 15:37:14 +08:00
Amy0104 47782ba555 [Fix][UI] Add validator to the next node field of the switch task. (#10898) 2022-07-19 15:37:02 +08:00
rockfang 6880a72984 [Fix-10890] fix some bugs in the Resource page (#10907)
* [Fix-10890] fix some bugs in the Resource page

* fix: cancel the unnecessary verifications and reset the form when canceling FileUploadModal

* fix: use se `resetForm` method to reset the form
2022-07-18 17:36:54 +08:00
Devosend c450e7a5ac fix bug where task name display in gantt (#10900) 2022-07-18 17:14:59 +08:00
Devosend 00393be7c6 [Fix][UI] Fix hive datasource doesn't show principal bug (#10876)
* fix hive datasource doesn't show principal bug

* delete IDataBase

* restore DataSourceController.java
2022-07-18 17:13:12 +08:00
rockfang d8ee6c915c [Fix-10829][UI] display real workflow relation in `WorkFlow Relation` page (#10836) 2022-07-18 17:01:03 +08:00
songjianet 1a70a4cc82 [Build][UI] Updated dependencies. (#10813)
* [Build][UI] Updated dependencies.

* [Build][UI] Updated dependencies.

* Fix E2E

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2022-07-18 17:00:25 +08:00
Amy0104 b15ffdda29 [Fix][UI] Fix the environment name display back error. (#10797) 2022-07-18 16:52:39 +08:00
旭旭同學 6d104f42d1 Fix language not matched (#10775) 2022-07-18 16:51:38 +08:00
Devosend 4209c018ff fix bug where project overview page display no data (#10720) 2022-07-18 16:41:07 +08:00
zhuxt2015 bb19830cb3 fix (#10678) 2022-07-18 16:41:01 +08:00
Devosend 20970ad4ae [Fix][UI] Fix bug where the home page displays no data. (#10697) 2022-07-18 16:36:18 +08:00
秋天 5f143f6c3a [fix-10632][ui] fix the workflow name with underline cannot be displayed correctly error. (#10636)
- add workflow name span padding-bottom css style to fix this error

This closes #10632

Co-authored-by: jiangkang <jiangkang@cmss.chinamobile.com>
2022-07-15 17:37:22 +08:00
devosend 7ddaa2f47d [maven-release-plugin] prepare for next development iteration 2022-06-28 16:41:31 +08:00
devosend 0a1b9bdd52 [maven-release-plugin] prepare release 3.0.0-beta-2 2022-06-28 16:41:30 +08:00
devosend d68dcda2bb [chore] pre-release change pom.xml 2022-06-28 08:24:21 +08:00
Jiajie Zhong c27fa1ab0d [feat] ui build no inherit from maven proxy (#10590)
Users may set in for maven setting.xml. but
frontend-maven-plugin will inherit proxy setting
from it. And pnpm not support both `--proxy` and
`--https-proxy` and will fail ui build. This patch
make pnpm run without inherits maven proxy.

ref: https://github.com/eirslett/frontend-maven-plugin#proxy-settings
and 9f39dbad09/frontend-maven-plugin/src/main/java/com/github/eirslett/maven/plugins/frontend/mojo/PnpmMojo.java (L28)

(cherry picked from commit 15a86071d1)
2022-06-24 15:26:50 +08:00
Devosend ac5179be73 fix rename form not init bug in file manange (#10471)
(cherry picked from commit d1cae6025b)
2022-06-18 21:52:25 +08:00
Amy0104 788e334329 [Fix][UI] Add loading before file modification data is returned. (#10450)
(cherry picked from commit d516369e80)
2022-06-18 21:50:01 +08:00
songjianet a59e6f30a8 [Build][UI] Upgrade dependencies. (#10346)
* [Build][UI] Upgrade dependencies.

* [Build][UI] Upgrade dependencies.

* [Build][UI] Upgrade dependencies.

(cherry picked from commit 6134e0a628)
2022-06-17 14:35:29 +08:00
guodong 3181e1a7ee [Fix-10318][ui] Fix EMR Task UI custom parameters Is not correct (#10334)
* Modify useCustomParams isSimple: true

(cherry picked from commit 96496f7255)
2022-06-17 11:28:55 +08:00
songjianet cbefb59bf8 [Fix][UI] Fixed the issue that the status statistics on the project overview page were inconsistent. (#10328)
(cherry picked from commit e8ad62bcd0)
2022-06-17 11:28:09 +08:00
aiwenmo d95aa71383 [Fix-10317] [ui] Fix the tips of startTimeout in the jupyter form (#10319)
Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>
(cherry picked from commit 3f2a21293d)
2022-06-16 21:59:22 +08:00
songjianet 30589121c4 [Style][UI] Format code. (#10314)
(cherry picked from commit 8584aad490)
2022-06-16 21:58:51 +08:00
songjianet 4593351cf3 [Fix][UI] Display the result page when the DB page has no data. (#10298)
(cherry picked from commit 2e6d3f5190)
2022-06-16 19:49:56 +08:00
songjianet 32c8b7c9f2 [Style][UI] Split multilingual modules. (#10256)
(cherry picked from commit 4c1ef0a89a)
2022-06-16 19:47:35 +08:00
Amy0104 3687eb7a9a [Fix][UI] Add mapping_columns filed for the data_quality ruleInputParamter. (#10286)
(cherry picked from commit e7fbfa3a26)
2022-06-16 18:15:43 +08:00
songjianet 1e9f62453e [Fix][UI] Fix status statistics card height is inconsistent. (#10268)
(cherry picked from commit 1ac534be67)
2022-06-16 18:10:12 +08:00
Jiajie Zhong 57ade38939 [maven-release-plugin] prepare release 3.0.0-beta-1 2022-05-26 20:26:32 +08:00
Devosend f5277570f0 [Fix][UI] Set task group name empty of default value (#10243)
(cherry picked from commit b337eef2e6)
2022-05-25 23:43:36 +08:00
Mr.An 69db18ebd7 [Fix#9923] The alarm instance management interface is always in the loading state (#9924)
* fix alert plugin loading bug

* update use-form.ts

* remove unused package

* Update use-form.ts

* Update use-form.ts

(cherry picked from commit c5c68a8893)
2022-05-25 23:43:19 +08:00