pppppjcc
78143541cb
#4159 : feat: dynamic-dag-sidebar-change ( #14244 )
1 year ago
pppppjcc
906353bbaf
feat: dynamic-dag-sidebar-change ( #14244 )
1 year ago
pppppjcc
68f50488d9
#4158 : [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
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
旺阳
22cb366968
#4157 : [Alert] [HTTP Plugin] Lose HTTP port ( #14341 )
1 year ago
旺阳
c1a6790514
[Alert] [HTTP Plugin] Lose HTTP port ( #14341 )
1 year ago
Rick Cheng
6e0493848d
#4156 : [Improvement-14331][common] Remove the duplicate ParameterUtils ( #14332 )
1 year ago
Rick Cheng
b49b91c45d
[Improvement-14331][common] Remove the duplicate ParameterUtils ( #14332 )
1 year ago
旺阳
d102be0136
#4155 : [Improvement][Etcd] Support SSL In Etcd And Enhance Etcd In Helm ( #13924 )
1 year ago
旺阳
1c0dfbb044
[Improvement][Etcd] Support SSL In Etcd And Enhance Etcd In Helm ( #13924 )
1 year ago
旺阳
f2dd3832de
#4154 : [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
旺阳
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
cb2d313c25
#4153 : [Feature][UI] Support CRUD of project-level parameters. ( #14344 )
1 year ago
calvin
d4921fa2dd
[Feature][UI] Support CRUD of project-level parameters. ( #14344 )
1 year ago
Wenjun Ruan
5dad0b6dd1
#4152 : Fix switch task use boolean type error ( #14326 )
1 year ago
Wenjun Ruan
a55612e4f7
Fix switch task use boolean type error ( #14326 )
1 year ago
xuankun zheng
b57333d137
#4151 : [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
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
f8f690c85b
#4150 : [Improvement-14329][common] Remove the duplicate BusinessTimeUtils ( #14330 )
1 year ago
Rick Cheng
1cd5070b5d
[Improvement-14329][common] Remove the duplicate BusinessTimeUtils ( #14330 )
1 year ago
Kerwin
07b63115fd
#4149 : Fix the complement function does not generate the next running instances in parallel mode ( #14335 )
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
c5550a1148
#4148 : [Feature-14214][Parameter] Support CRUD of project-level parameters ( #14264 )
1 year ago
Rick Cheng
1c935d901e
[Feature-14214][Parameter] Support CRUD of project-level parameters ( #14264 )
1 year ago
Rick Cheng
1907a91cf9
#4147 : [feature][Resource] Add support for Azure Blob Storage in the resource center ( #14082 )
1 year ago
Rick Cheng
4fa0ab4d7e
[feature][Resource] Add support for Azure Blob Storage in the resource center ( #14082 )
1 year ago
ORuteMa
6ebb3eb3cb
#4146 : [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
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
046b848342
#4145 : Add baseDao ( #14316 )
1 year ago
Wenjun Ruan
aa2d9a7f05
Add baseDao ( #14316 )
1 year ago
Aaron Wang
02ea3caa53
#4144 : fix: trim node selector requirement value ( #14307 )
1 year ago
Aaron Wang
b7fb393eed
fix: trim node selector requirement value ( #14307 )
1 year ago
Rick Cheng
2ae5cb8d4a
#4143 : [Improvement-14295][common] Remove the duplicate FileUtils ( #14301 )
1 year ago
Rick Cheng
66e09dc66e
[Improvement-14295][common] Remove the duplicate FileUtils ( #14301 )
1 year ago
JieguangZhou
f2de387356
#4142 : [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
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
aa9aedfc0d
#4141 : [Improvement-14282][Task] Add app_link on the ui of task instance ( #14283 )
1 year ago
Rick Cheng
525e441223
[Improvement-14282][Task] Add app_link on the ui of task instance ( #14283 )
1 year ago
Rick Cheng
0e7d2b0a34
#4140 : [Improvement-14292][Common] Remove the duplicate OSUtils ( #14293 )
1 year ago
Rick Cheng
2c057d6a8f
[Improvement-14292][Common] Remove the duplicate OSUtils ( #14293 )
1 year ago
jackfanwan
e420f6cefe
#4139 : add if judge ( #14290 )
1 year ago
jackfanwan
6b1a952c6b
add if judge ( #14290 )
1 year ago
Rick Cheng
b627cb9aff
#4138 : [Fix-14284][DAO] update the check of Integer in equals() ( #14285 )
1 year ago
Rick Cheng
929811760a
[Fix-14284][DAO] update the check of Integer in equals() ( #14285 )
1 year ago
Rick Cheng
2338395226
#4137 : [Improvement-14286][BOM] Bump clickhouse-jdbc from 0.3.2-patch11 to 0.4.6 ( #14287 )
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
29ce24f2a7
#4136 : [Improvement-14280][Task] update the task execution status check ( #14281 )
1 year ago
Rick Cheng
4d798e774e
[Improvement-14280][Task] update the task execution status check ( #14281 )
1 year ago
HQFGit
0c8c907db0
#4135 : [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
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