Wenjun Ruan
5e9c7dad23
Add dolphinscheduler-bom to manage the dependency version ( #11025 )
2 years ago
caishunfeng
65d2b8f14e
[Bug] fix task params pass ( #11053 )
2 years ago
songjianet
878cbbc159
[Refactor][UI] Refactor task result using NSpace component. ( #11054 )
2 years ago
Mr.An
d7df899909
[Fix-11003]Task group queue is not updated to final state ( #11004 )
...
* fix after the task group is forced to start the task. Task group status has not changed
2 years ago
Eric Gao
a5b3144e53
Add EricGao888 to help review docs, tools, etc. ( #11047 )
2 years ago
songjianet
ff34393333
[Feat][UI] Added LDAP function. ( #11029 )
2 years ago
songjianet
6bf80f7a06
[Refactor][UI] Refactor datasource using NSpace component. ( #11022 )
...
* [Refactor][UI] Refactor datasource using NSpace component.
* [Refactor][UI] Refactor datasource using NSpace component.
2 years ago
Jiajie Zhong
502fbb0f1c
impv: not mark issue stale with security label ( #10982 )
2 years ago
zhuxt2015
a74d7ef665
[hotfix][Worker] Remove service dependency from worker module ( #11008 )
...
* worker remove service dependency
2 years ago
Wenjun Ruan
e1c78d1a49
Move utils, builder under master ( #11000 )
2 years ago
Wenjun Ruan
083ab2b5c9
Remove dao in worker ( #10994 )
2 years ago
Wenjun Ruan
2be1d4bf0a
Fix worker cannot shutdown due to resource close failed or heart beat check failed ( #10979 )
...
* Use try-with-resource to close resource, and add heart error threshold to avoid worker cannot close due to heart beat check failed
* Move heartbeat error threshold to applicaiton.yml
2 years ago
SongTao Zhuang
dad8981cfe
fix: typo executor service ( #10980 )
2 years ago
Wenjun Ruan
998e4d74dd
Kill task when we do master failover to avoid task lost ( #10997 )
2 years ago
labbomb
d41dac0602
feat: Add trim method to all input ( #10984 )
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
fd5fb85858
[Refactor][UI] Refactor audio log using NSpace component. ( #10991 )
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
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
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
05308ccfe6
feat: Added global trim method ( #10975 )
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
89780e296d
[Feat][UI] Add title display to the table in the security center. ( #10969 )
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
99a134febb
fix: typo task definition. ( #10958 )
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
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
b245e7c973
Fix kill yarn job error when failover caused by doesn't set ProcessDefinition ( #10948 )
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
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
2d7a48b0f0
[fix] Can not query exists environments ( #10884 )
...
always return empty set
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
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
2397423eb6
Solve transaction problems under multi-threading ( #10917 )
2 years ago
Wenjun Ruan
2a67866718
Catch exception when check state in StateWheelExecuteThread ( #10908 )
...
* Catch exception when check state
2 years ago
Amy0104
51d6eae7f4
[Fix][UI] Add validator to the next node field of the switch task. ( #10898 )
2 years ago
Devosend
0ea5809ff8
fix bug where task name display in gantt ( #10900 )
2 years ago
zhuxt2015
c9afc1a1f4
display timing record start time ( #10915 )
2 years ago
Jiajie Zhong
0db9bbd538
[fix] delete workflow or task used by other tasks ( #10873 )
...
currently, users can delete process definitions used
in other sub-process tasks or in other dependent tasks.
but this change will break the dependence of those task
and failed DAG, this patch add validation of those
delete behavior to avoid this error
2 years ago
JieguangZhou
02b2de2a1e
[fix] mlflow project success status ( #10897 )
...
close : #10902
2 years ago
陈家名
59cd86157f
[Python] Supports creating or editing resources. ( #10823 )
2 years ago
Tq
499e5b1307
[bug][task-plugins]fix switch class name and add param check to the switch task plugin ( #10894 )
...
* fix switch class name and add param check to the switch task plugin
2 years ago
Jiajie Zhong
08cfbc73e0
[doc] Add missing doc change by snehal ( #10892 )
2 years ago
Wenjun Ruan
cade66a9b6
[Fix-10827] Fix network error cause worker cannot send message to master ( #10886 )
...
* Fix network error cause worker cannot send message to master
2 years ago
Eric Gao
2f7281c2d2
[Feature][Metrics] Add resource download related metrics for workers ( #10749 )
...
* [Feature][Metrics] Add resource download related metrics for workers (#9324 )
* [Feature][Metrics] Fix bugs and add grafana demos for worker resource download metrics (#9324 )
* [Feature][Metrics] Add docs to resource related metrics (#9324 )
* [Feature][Metrics] Use tags to indicate status in metrics (#9324 )
* [Feature][Metrics] Fix demos, docs and remove redundant code (#9324 )
* [Feature][Metrics] Remove .pnpm-debug.log (#9324 )
* [Feature][Metrics] Fix style check (#9324 )
* [Feature][Metrics] Replace KB with bytes for the unit of resource file size in metrics (#9324 )
* [Feature][Metrics] Make code neat (#9324 )
2 years ago
Devosend
56fe11ecf9
[Fix][UI] Fix hive datasource doesn't show principal bug ( #10876 )
...
* fix hive datasource doesn't show principal bug
* delete IDataBase
* restore DataSourceController.java
2 years ago
songjianet
1edbb5e333
[Feat][UI] Uniform search button size. ( #10880 )
2 years ago
caishunfeng
aa8b88a875
[Feature-10871] add workflow executing data query ( #10875 )
...
* add workflow executing data query
* fix sonar check for interrupted
2 years ago
songjianet
553159f780
[Refactor][UI] Refactor tenant manage using NSpace component. ( #10879 )
2 years ago
Jiajie Zhong
a6154220dc
[fix] update queue and tenant with same code error ( #10877 )
...
in ae6aa53f
I use the same logic test to create or update
tenant and queue which failed create with the same value,
this patch will fix it. and also I use the constructor to reduce
the new object logic here
2 years ago