旺阳
a7b8e071b5
[Improvement][Registry][Jdbc] Add option can use ds database directly ( #14369 )
1 year ago
Aaron Wang
64e5741063
[Bug-14378][Master] Trigger task execution in workflow instance page cause workflow instance keep running status ( #14389 )
1 year ago
kami
5cbe170e43
[Bug] [Master] Fix complementListDate will throw IndexOutOfBoundsException ( #14361 )
1 year ago
pppppjcc
906353bbaf
feat: dynamic-dag-sidebar-change ( #14244 )
1 year ago
pppppjcc
f840b17cfb
[Fix-14171] Add dynamic font sizes to dashboards ( #14260 )
...
* feat: Add dynamic font sizes to dashboards
* feat: code review
* feat: change initChart params
* feat: code review
* feat: code review
* feat: build fix
1 year ago
旺阳
c1a6790514
[Alert] [HTTP Plugin] Lose HTTP port ( #14341 )
1 year ago
Rick Cheng
b49b91c45d
[Improvement-14331][common] Remove the duplicate ParameterUtils ( #14332 )
1 year ago
旺阳
1c0dfbb044
[Improvement][Etcd] Support SSL In Etcd And Enhance Etcd In Helm ( #13924 )
1 year ago
旺阳
465e7ae6ee
[Bug] [Master] Workflow keep running when task has no id ( #14315 )
...
* change completeTaskMap to completeTaskSet
* Update dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* change method name
* fix ut
* fix spotless
---------
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
1 year ago
calvin
d4921fa2dd
[Feature][UI] Support CRUD of project-level parameters. ( #14344 )
1 year ago
Wenjun Ruan
a55612e4f7
Fix switch task use boolean type error ( #14326 )
1 year ago
xuankun zheng
61118d4467
[fix-14123] remove the equals and hashcode in Project pojo ( #14167 )
...
* [fix] remove the equals and hashcode in Project pojo
* [fix]fix the Strict Problem in Mockito by using `doReturn()` instead of `when()` functionw
---------
Co-authored-by: xuankun zheng <zhxuankun@gmail.com>
1 year ago
Rick Cheng
1cd5070b5d
[Improvement-14329][common] Remove the duplicate BusinessTimeUtils ( #14330 )
1 year ago
Kerwin
75f4fa2881
Fix the complement function does not generate the next running instances in parallel mode ( #14335 )
1 year ago
Rick Cheng
1c935d901e
[Feature-14214][Parameter] Support CRUD of project-level parameters ( #14264 )
1 year ago
Rick Cheng
4fa0ab4d7e
[feature][Resource] Add support for Azure Blob Storage in the resource center ( #14082 )
1 year ago
ORuteMa
de2cc0e235
[bug][plugin]Fix: Correct the way to determine the yarn queue in Flink CommandLine and SQL mode ( #14237 )
...
* Fix: Correct the way to determine the yarn queue in Flink CommandLine
* fix the yarn queue in sql mode && refine the code
* refine code
* remove unnecessary comment
* fix yarn queue properties
* remove redundant variable
1 year ago
Wenjun Ruan
aa2d9a7f05
Add baseDao ( #14316 )
1 year ago
Aaron Wang
b7fb393eed
fix: trim node selector requirement value ( #14307 )
1 year ago
Rick Cheng
66e09dc66e
[Improvement-14295][common] Remove the duplicate FileUtils ( #14301 )
1 year ago
JieguangZhou
e7cdc7c136
[Feature][Task Plugin] Add Dynamic task to generate dynamic worklfows with list parameters ( #14127 )
...
* add dynamic task plugin
* fix ui
* update code
* add DOC
* ADD UT
* fix doc
* fix sanity check
* add upgrade ddl
* fix sql
1 year ago
Rick Cheng
525e441223
[Improvement-14282][Task] Add app_link on the ui of task instance ( #14283 )
1 year ago
Rick Cheng
2c057d6a8f
[Improvement-14292][Common] Remove the duplicate OSUtils ( #14293 )
1 year ago
jackfanwan
6b1a952c6b
add if judge ( #14290 )
1 year ago
Rick Cheng
929811760a
[Fix-14284][DAO] update the check of Integer in equals() ( #14285 )
1 year ago
Rick Cheng
ed8ae9c0ee
[Improvement-14286][BOM] Bump clickhouse-jdbc from 0.3.2-patch11 to 0.4.6 ( #14287 )
1 year ago
Rick Cheng
4d798e774e
[Improvement-14280][Task] update the task execution status check ( #14281 )
1 year ago
HQFGit
d587b5f03d
[Bug][Master][Fixes 14216]workflow state keep READY_STOP when sub_process state … ( #14221 )
...
* [Bug] [Master] workflow state keep READY_STOP when sub_process state STOP
Fixes #14216
* [Bug] [Master] workflow state keep READY_STOP when sub_process state STOP
Fixes mvn spotless:apply#14216
* Update testFile.txt.crc
* Update testFile.txt.crc
* Delete testFile.txt.crc
1 year ago
lgcareer
fdb8fde776
[NOTICE]Update the NOTICE year ( #14272 )
...
Co-authored-by: lgcareer <lgcareer@apache.org>
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
85b581b232
fix resource center upload file timeout bug ( #14268 )
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
767331281a
[Improvement-14255][Project] Remove userName when update project ( #14256 )
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
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
8aec3846b4
[Improvement-14243][Metrics] Add user tag of response time of api server ( #14248 )
1 year ago
Wenjun Ruan
5e9f1de075
Remove state check for dependent/subProcess in StateWheelExecuteThread ( #14242 )
1 year ago
Jay Chung
7226edd04e
chore: Release version 3.0.6 ( #14234 )
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
9e0991145e
[Improvement-14146][K8S Task] print complete error logs in task log file ( #14147 )
1 year ago
Rick Cheng
1011852ab2
[Improvement-14195][Parameter] remove misleading comment of combining local and global parameter ( #14196 )
1 year ago
Aaron Wang
4e78248238
[Feature][K8S Task] support node selector ( #14126 )
...
* feat: support K8S node selector
* fix CI
1 year ago
Kerwin
fa4a4f6938
Added 3.1.7 release document ( #14206 )
1 year 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
1 year ago
calvin
c6ac356134
[Improvement-14201][UI] Improve the select component to support users to filter options. ( #14202 )
1 year 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
1 year ago
Aaron Wang
41e3ce35a7
fix: disordered comments in values.yaml ( #14197 )
1 year 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>
1 year 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>
1 year ago
calvin
4c2e57cfb3
[Feature][UI] Support to view and manage all timing settings of a project. ( #14178 )
1 year ago