Jay Chung
2bff859d1a
#4133 : chore: Remove EOL issue version and add prepare one ( #14270 )
...
* due to we release the last version of 2.0.x and 3.0.x, we do not
accept bug report for them now.
* Add new version 3.2.0-prepare for testing the incoming verison
3.2.0-prepare
1 year ago
Jay Chung
dd55de4429
chore: Remove EOL issue version and add prepare one ( #14270 )
...
* due to we release the last version of 2.0.x and 3.0.x, we do not
accept bug report for them now.
* Add new version 3.2.0-prepare for testing the incoming verison
3.2.0-prepare
1 year ago
Devosend
6dc6477036
#4132 : fix resource center upload file timeout bug ( #14268 )
1 year ago
Devosend
85b581b232
fix resource center upload file timeout bug ( #14268 )
1 year ago
Zinway
4417683513
#4131 : feat: Introduce new datasource vertica ( #14232 )
...
Co-authored-by: Zinway Liu <zinway.liu@ucloud.cn>
1 year ago
Zinway
18d176c5f4
feat: Introduce new datasource vertica ( #14232 )
...
Co-authored-by: Zinway Liu <zinway.liu@ucloud.cn>
1 year ago
Rick Cheng
1b015e37a0
#4130 : [Improvement-14255][Project] Remove userName when update project ( #14256 )
1 year ago
Rick Cheng
767331281a
[Improvement-14255][Project] Remove userName when update project ( #14256 )
1 year ago
Eric Gao
4aa690340d
#4129 : [Improvement][Metrics] Add more worker related metrics and fix some previous ones ( #14254 )
...
* Add more worker related metrics and fix some previous ones
* update metrics docs
1 year ago
Eric Gao
e86630bb7b
[Improvement][Metrics] Add more worker related metrics and fix some previous ones ( #14254 )
...
* Add more worker related metrics and fix some previous ones
* update metrics docs
1 year ago
alexBaiJW
920d3dfb21
#4128 : Fix the perm setting for the process definition import function ( #14239 )
...
* Fix the perm setting for the process definition import function
* fix the style issue
1 year ago
alexBaiJW
d67fe52c33
Fix the perm setting for the process definition import function ( #14239 )
...
* Fix the perm setting for the process definition import function
* fix the style issue
1 year ago
Rick Cheng
e1af4a90ce
#4127 : [Improvement-14243][Metrics] Add user tag of response time of api server ( #14248 )
1 year ago
Rick Cheng
8aec3846b4
[Improvement-14243][Metrics] Add user tag of response time of api server ( #14248 )
1 year ago
Wenjun Ruan
b3b5a8c043
#4126 : Remove state check for dependent/subProcess in StateWheelExecuteThread ( #14242 )
1 year ago
Wenjun Ruan
5e9f1de075
Remove state check for dependent/subProcess in StateWheelExecuteThread ( #14242 )
1 year ago
Jay Chung
b9c7d899aa
#4125 : chore: Release version 3.0.6 ( #14234 )
1 year ago
Jay Chung
7226edd04e
chore: Release version 3.0.6 ( #14234 )
1 year ago
scorpig
4195bbae6a
#4124 : Fix TreeView "Task Status" not show bug and compatibility with older versions ( #14207 )
...
use WorkflowExecutionStatus.name()
1 year ago
scorpig
b8748e29ae
Fix TreeView "Task Status" not show bug and compatibility with older versions ( #14207 )
...
use WorkflowExecutionStatus.name()
1 year ago
Aaron Wang
fa72a09902
#4123 : [Improvement-14146][K8S Task] print complete error logs in task log file ( #14147 )
1 year ago
Aaron Wang
9e0991145e
[Improvement-14146][K8S Task] print complete error logs in task log file ( #14147 )
1 year ago
Rick Cheng
8f74e76c86
#4122 : [Improvement-14195][Parameter] remove misleading comment of combining local and global parameter ( #14196 )
1 year ago
Rick Cheng
1011852ab2
[Improvement-14195][Parameter] remove misleading comment of combining local and global parameter ( #14196 )
1 year ago
Aaron Wang
4efdc0f9b3
#4121 : [Feature][K8S Task] support node selector ( #14126 )
...
* feat: support K8S node selector
* fix CI
1 year ago
Aaron Wang
4e78248238
[Feature][K8S Task] support node selector ( #14126 )
...
* feat: support K8S node selector
* fix CI
1 year ago
Kerwin
a2faa750b8
#4120 : Added 3.1.7 release document ( #14206 )
2 years ago
Kerwin
fa4a4f6938
Added 3.1.7 release document ( #14206 )
2 years ago
Wenjun Ruan
f6ceb49236
#4119 : Fix taskGroupQueue doesn't removed from inQueue where wakeup failed ( #14200 )
...
* Fix taskGroupQueue doesn't removed from inQueue where wakeup failed
* Fix avaliable taskGroup is 0 the TaskGroupQueue doesn't out queue
2 years ago
Wenjun Ruan
d810c487fd
Fix taskGroupQueue doesn't removed from inQueue where wakeup failed ( #14200 )
...
* Fix taskGroupQueue doesn't removed from inQueue where wakeup failed
* Fix avaliable taskGroup is 0 the TaskGroupQueue doesn't out queue
2 years ago
calvin
2b6b5d4576
#4118 : [Improvement-14201][UI] Improve the select component to support users to filter options. ( #14202 )
2 years ago
calvin
c6ac356134
[Improvement-14201][UI] Improve the select component to support users to filter options. ( #14202 )
2 years ago
haibingtown
66f14f6be2
#4117 : [Feature] Add project name/workflow definition name/instance id/task name to the built-in variables ( #14099 )
...
* [Feature] Add project name/workflow definition name/instance id/task name to the built-in variables
2 years ago
haibingtown
af7da0630e
[Feature] Add project name/workflow definition name/instance id/task name to the built-in variables ( #14099 )
...
* [Feature] Add project name/workflow definition name/instance id/task name to the built-in variables
2 years ago
Aaron Wang
452daa2a32
#4116 : fix: disordered comments in values.yaml ( #14197 )
2 years ago
Aaron Wang
41e3ce35a7
fix: disordered comments in values.yaml ( #14197 )
2 years ago
Wenjun Ruan
0665717fb9
#4115 : Fix master memory leak due to MasterTaskExecuteRunnableDoesn't be removed ( #14162 )
...
* Fix master memory leak due to MasterTaskExecuteRunnableDoesn't be removed
* Update dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/execute/MasterTaskExecuteRunnable.java
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
Wenjun Ruan
deca0a7ea1
Fix master memory leak due to MasterTaskExecuteRunnableDoesn't be removed ( #14162 )
...
* Fix master memory leak due to MasterTaskExecuteRunnableDoesn't be removed
* Update dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/execute/MasterTaskExecuteRunnable.java
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
Zzih
fc00fb5682
#4114 : [fix-14119] The checkBucketNameExists method should not use s3Client. listBuckets() ( #14188 )
...
* optimize checkBucketNameExists
* fix code style
---------
Co-authored-by: 詹子恒 <ziheng.zhan@longbridge.sg>
2 years ago
Zzih
43d7b35977
[fix-14119] The checkBucketNameExists method should not use s3Client. listBuckets() ( #14188 )
...
* optimize checkBucketNameExists
* fix code style
---------
Co-authored-by: 詹子恒 <ziheng.zhan@longbridge.sg>
2 years ago
calvin
213bc097be
#4113 : [Feature][UI] Support to view and manage all timing settings of a project. ( #14178 )
2 years ago
calvin
4c2e57cfb3
[Feature][UI] Support to view and manage all timing settings of a project. ( #14178 )
2 years ago
Rick Cheng
be256ca840
#4112 : [Feature-14138][Metrics] Add metrics for api server ( #14177 )
2 years ago
Rick Cheng
5c4ba4105d
[Feature-14138][Metrics] Add metrics for api server ( #14177 )
2 years ago
Rick Cheng
4a53ed35d3
#4111 : [Improvement-14080][script] cleanup dist directory at the beginning of check-LICENSE.sh ( #14081 )
2 years ago
Rick Cheng
0ab2447d58
[Improvement-14080][script] cleanup dist directory at the beginning of check-LICENSE.sh ( #14081 )
2 years ago
Aaron Wang
508e49c486
#4110 : fix: PULL_REQUEST_TEMPLATE.md dead link ( #14163 )
2 years ago
Aaron Wang
708086c8fe
fix: PULL_REQUEST_TEMPLATE.md dead link ( #14163 )
2 years ago
Aaron Wang
bc9ace8957
#4109 : [Bug][Worker] generate kill command with unknown user: default ( #14145 )
2 years ago
Aaron Wang
5e87b2d58a
[Bug][Worker] generate kill command with unknown user: default ( #14145 )
2 years ago