Wenjun Ruan
5946ace68e
#3204 : Kill task when we do master failover to avoid task lost ( #10997 )
2 years ago
Wenjun Ruan
998e4d74dd
Kill task when we do master failover to avoid task lost ( #10997 )
2 years ago
labbomb
27aa8449e9
#3203 : feat: Add trim method to all input ( #10984 )
2 years ago
labbomb
d41dac0602
feat: Add trim method to all input ( #10984 )
2 years ago
JieguangZhou
7c0f0874cf
#3202 : [fix] [MLflow Task plugin] Sometimes errors are reported using preset algorithms ( #10986 ) ( #10987 )
...
* Optimize the download method of preset project
* fix checkstyle
2 years ago
JieguangZhou
11a354927d
[fix] [MLflow Task plugin] Sometimes errors are reported using preset algorithms ( #10986 ) ( #10987 )
...
* Optimize the download method of preset project
* fix checkstyle
2 years ago
songjianet
7d1f651b9a
#3201 : [Refactor][UI] Refactor audio log using NSpace component. ( #10991 )
2 years ago
songjianet
fd5fb85858
[Refactor][UI] Refactor audio log using NSpace component. ( #10991 )
2 years ago
zhuxt2015
45e55d36f6
#3200 : [Feature][Datax Task]Datax task plugin support custom parameters ( #10950 )
...
* datax task plugin support custom parameters
2 years ago
zhuxt2015
7196b125d9
[Feature][Datax Task]Datax task plugin support custom parameters ( #10950 )
...
* datax task plugin support custom parameters
2 years ago
Eric Gao
788431e6c9
#3199 : [Feature][Task Plugin] Enable users to switch endpoints in zeppelin tasks ( #10925 )
...
* [Feature][Task Plugin] Enable users to switch endpoints in zeppelin tasks (#9814 )
2 years ago
Eric Gao
a38fa34d43
[Feature][Task Plugin] Enable users to switch endpoints in zeppelin tasks ( #10925 )
...
* [Feature][Task Plugin] Enable users to switch endpoints in zeppelin tasks (#9814 )
2 years ago
Jiajie Zhong
77d6edf4db
#3198 : [python] Fix tasks with multiple upstream and workflow query error ( #10941 )
...
* when task with more than one upstreams, mapper
TaskDefinitionMapper method queryByName will return
more than one record, and failed the mybatis result
type, so we have to add `limit 1` to it to
* add multiple runs of example in integrate test
* Change from subprocess.Popen to subprocess.call_check
in integrating test which will raise an error when failed
2 years ago
Jiajie Zhong
81930e5420
[python] Fix tasks with multiple upstream and workflow query error ( #10941 )
...
* when task with more than one upstreams, mapper
TaskDefinitionMapper method queryByName will return
more than one record, and failed the mybatis result
type, so we have to add `limit 1` to it to
* add multiple runs of example in integrate test
* Change from subprocess.Popen to subprocess.call_check
in integrating test which will raise an error when failed
2 years ago
labbomb
df99a46109
#3197 : feat: Added global trim method ( #10975 )
2 years ago
labbomb
05308ccfe6
feat: Added global trim method ( #10975 )
2 years ago
Assert
6bec071169
#3196 : [Fix-10595][api] Fix Dependent Node Only View Projects Created By Self ( #10834 )
...
* [Fix-10595][api] Fix Dependent Node Only View Projects Created By Self
2 years ago
Assert
4ff8eaa996
[Fix-10595][api] Fix Dependent Node Only View Projects Created By Self ( #10834 )
...
* [Fix-10595][api] Fix Dependent Node Only View Projects Created By Self
2 years ago
songjianet
195b8e327c
#3195 : [Feat][UI] Add title display to the table in the security center. ( #10969 )
2 years ago
songjianet
89780e296d
[Feat][UI] Add title display to the table in the security center. ( #10969 )
2 years ago
rockfang
6c92e5444d
#3194 : [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
2 years ago
rockfang
895dca3e93
[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
2 years ago
SongTao Zhuang
bafb6302e0
#3193 : fix: typo task definition. ( #10958 )
2 years ago
SongTao Zhuang
99a134febb
fix: typo task definition. ( #10958 )
2 years ago
Mr.An
0ffed801ad
#3192 : [fix-10954]Querying the task group list returns empty data ( #10955 )
...
* fix task group query page retrun is null
2 years ago
Mr.An
ed7ec8ac10
[fix-10954]Querying the task group list returns empty data ( #10955 )
...
* fix task group query page retrun is null
2 years ago
Amy0104
9f7054561a
#3191 : [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
2 years ago
Amy0104
c2dfda80f6
[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
2 years ago
Wenjun Ruan
d5e6cb4fb3
#3190 : Fix kill yarn job error when failover caused by doesn't set ProcessDefinition ( #10948 )
2 years ago
Wenjun Ruan
b245e7c973
Fix kill yarn job error when failover caused by doesn't set ProcessDefinition ( #10948 )
2 years ago
Wenjun Ruan
849c1204aa
#3189 : Fix taskInstance's host is not worker nettyServer address ( #10926 )
...
* Fix taskInstance's host is not worker nettyServer address
* Remove unnecessary mock
2 years ago
Wenjun Ruan
df0416c193
Fix taskInstance's host is not worker nettyServer address ( #10926 )
...
* Fix taskInstance's host is not worker nettyServer address
* Remove unnecessary mock
2 years ago
WangJPLeo
3a397b1b2d
#3188 : [Fix-10909] Returns executionStatus for each process instance status and access token module support. ( #10922 )
...
* Returns executionStatus for each process instance status and access token module support
2 years ago
WangJPLeo
9f34a837b8
[Fix-10909] Returns executionStatus for each process instance status and access token module support. ( #10922 )
...
* Returns executionStatus for each process instance status and access token module support
2 years ago
Jiajie Zhong
c6a0dc0168
#3187 : [fix] Can not query exists environments ( #10884 )
...
always return empty set
2 years ago
Jiajie Zhong
2d7a48b0f0
[fix] Can not query exists environments ( #10884 )
...
always return empty set
2 years ago
pinkhello
0c11022582
#3186 : [FIX-10784][Bug] [ALERT-SERVER] FEISHU Plugin might block the whole alert process loop ( #10888 )
...
* closed 10784 [Bug] [ALERT-SERVER] FEISHU Plugin might block the whole alert process loop
2 years ago
pinkhello
7a15877fa4
[FIX-10784][Bug] [ALERT-SERVER] FEISHU Plugin might block the whole alert process loop ( #10888 )
...
* closed 10784 [Bug] [ALERT-SERVER] FEISHU Plugin might block the whole alert process loop
2 years ago
chuxing
9cdc124274
#3185 : [fix][plugin]: fix spark sql use custom parma. ( #10821 )
...
* [fix][plugin]: fix spark sql use custom parma.
* [fix][plugin] roll back part of the code
Co-authored-by: huaangcg <huangcg@getui.com>
2 years ago
chuxing
427c58546c
[fix][plugin]: fix spark sql use custom parma. ( #10821 )
...
* [fix][plugin]: fix spark sql use custom parma.
* [fix][plugin] roll back part of the code
Co-authored-by: huaangcg <huangcg@getui.com>
2 years ago
WangJPLeo
298227796b
#3184 : Solve transaction problems under multi-threading ( #10917 )
2 years ago
WangJPLeo
2397423eb6
Solve transaction problems under multi-threading ( #10917 )
2 years ago
Wenjun Ruan
c55a6cade1
#3183 : Catch exception when check state in StateWheelExecuteThread ( #10908 )
...
* Catch exception when check state
2 years ago
Wenjun Ruan
2a67866718
Catch exception when check state in StateWheelExecuteThread ( #10908 )
...
* Catch exception when check state
2 years ago
Amy0104
b3520dceec
#3182 : [Fix][UI] Add validator to the next node field of the switch task. ( #10898 )
2 years ago
Amy0104
51d6eae7f4
[Fix][UI] Add validator to the next node field of the switch task. ( #10898 )
2 years ago
Devosend
1acb7b8290
#3181 : fix bug where task name display in gantt ( #10900 )
2 years ago
Devosend
0ea5809ff8
fix bug where task name display in gantt ( #10900 )
2 years ago
zhuxt2015
97843ca3bd
#3180 : display timing record start time ( #10915 )
2 years ago
zhuxt2015
c9afc1a1f4
display timing record start time ( #10915 )
2 years ago