eye-gu
33525a17c3
[Fix-14828][master] check task id not null to avoid NPE ( #14829 )
...
Co-authored-by: eye <eye.gu@aloudata.com>
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
1 year ago
Luke Yan
6e5870d711
[DS-14830][dolphinscheduler-storage-s3] Allow customization of s3 regions ( #14831 )
...
Replace `Regions. fromName (region). getName() ` with the `region ` variable
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
Jay Chung
82eeeec750
fix wrong condition ( #14836 )
1 year ago
Jay Chung
25e841a228
chore: Correct db upgrade and add ci avoid regression ( #14620 )
...
add atlasgo to ci
https://atlasgo.io/declarative/diff
related: https://github.com/apache/dolphinscheduler/issues/11286
BTW, it seems some ddl change only exist in 3.1.3、3.1.5、3.1.6 but do not exist in dev which will also cause an error when updating from those version
1 year ago
Wenjun Ruan
742f0c3e60
Add workflowInstanceHost and taskInstanceHost in ITaskInstanceExecutionEvent ( #14827 )
1 year ago
Jay Chung
9e60632201
fix: Local resource error in some entrypoint ( #14826 )
...
Fix createResource, queryResourceListPaging, onlineCreateResource
resource error in local resource
1 year ago
eye-gu
3148dba7a5
[Improvement-14658][etcd] Distinguish between add and update by using pre kv ( #14659 )
...
Co-authored-by: eye <eye.gu@aloudata.com>
1 year ago
Wenjun Ruan
d223d654cc
Add rpc benchmark test ( #14797 )
1 year ago
sgw
9c2838ccc9
fix the status of logical task is not be correctly changed when task is finished. ( #14820 ) ( #14822 )
1 year ago
sgw
ac04288e2b
fix the full log path of logical task is not be set when task is dispatched ( #14819 ) ( #14821 )
1 year ago
kezhenxu94
294a6225f1
Fix cache is overriden randomly after build and before tests ( #14808 )
...
* Fix cache is overriden randomly after build and before tests
* Update backend.yml
* Update unit-test.yml
1 year ago
kezhenxu94
d62ce25a01
Remove `@AccessLogAnnotation` annotation, replace with built-in access log ( #14803 )
1 year ago
Wenjun Ruan
55cc77226f
[RPC] Refactor the remote module. ( #14776 )
...
* Add dolphinscheduler-extract-base
* Add dolphinscheduler-extract-master
* Add dolphinscheduler-extract-worker
* Add dolphinscheduler-extract-alert
1 year ago
yangyang zhong
70731a1617
[Feature][Authentication] support oauth2 login ( #14743 )
...
* support oauth2 login
---------
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
1 year ago
Chenshuai
502bd36fde
fix: filter ( #14770 )
...
Co-authored-by: Jim Chen <chenshuai19950725@gmail.com>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
Aaron Wang
a491e3a849
fix: null app-info-path cause NPE ( #14752 )
1 year ago
caishunfeng
59998f4c75
[Improvement] add dispatch fail times when compare ( #14761 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
1 year ago
wangzheyuan
34d2f67052
Fix a typo in development-environment-setup.md ( #14767 )
1 year ago
KingsleyY
b3af374fe6
[Fix-14646][Worker] Fix match wrong pid on linux server ( #14652 )
...
* [DS-14646][Worker] Fix match wrong pid on linux server
This closes #14646
---------
Co-authored-by: yangxin3 <yangxin3@newhope.cn>
1 year ago
Gallardot
f7ba26f030
fix: kubectl version update ( #14762 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
1 year ago
calvin
e2b97c026e
[Improvement][UI] Support to disable or enable the project preferences. ( #14756 )
1 year ago
Gallardot
a826ed2c1a
[Improvement][security] get-user-info API endpoint should not return the user's password in MD5 format ( #14680 )
...
* [Improvement][security] get-user-info API endpoint should not return the user's password in MD5 format
Signed-off-by: Gallardot <gallardot@apache.org>
* [Improvement][security] list-paging API endpoint should not return the user's password in MD5 format
Signed-off-by: Gallardot <gallardot@apache.org>
---------
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
1 year ago
Edison Catto
25480ae9e7
[Feature][Resource Center] Add support for Huawei Cloud OBS ( #14643 )
...
* [Feature][Resource Center] Add support for Huawei Cloud OBS as storage of resource center
* add license and add doc
* add 3-party dependency license
* Update LICENSE
* fix
* Update pom.xml
* fix
* fix
---------
Co-authored-by: sunkang <sunkang@hjfruit.com>
Co-authored-by: xiangzihao <460888207@qq.com>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
1 year ago
eye-gu
dde45dbdfb
[Fix-13972][dao] set default value for command ( #14612 )
1 year ago
Aaron Wang
cb55476235
[Fix-14721] [K8S Task] Handle job delete event when user manually delete the job in k8s cluster ( #14722 )
...
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
1 year ago
JieguangZhou
8e64026e93
fix fault tolerant enviroment missing ( #14735 )
1 year ago
Wenjun Ruan
93b0283dfe
Set tenant as the the resource file owner ( #13832 )
1 year ago
Aaron Wang
2314b67870
[Fix-14715] [Resource Center] Modify default fs of local storage plugin ( #14716 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
Wenjun Ruan
27745a8a84
Upgrade JDK17 for Sonar ( #14726 )
1 year ago
Wenjun Ruan
3efcf0c5ac
Fix message in MessageRetryRunner might disorder ( #14725 )
1 year ago
eye-gu
7c37a7f9fe
[Fix-14714][master] package task instance before put into cache ( #14718 )
...
Co-authored-by: eye <eye.gu@aloudata.com>
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
Gallardot
11d1df2f32
[Improvement][helm] configmap changes automatically trigger restart ( #14657 )
...
* [Improvement][helm] configmap changes automatically trigger restarts
Signed-off-by: Gallardot <gallardot@apache.org>
* feat: add an optional parameter
Signed-off-by: Gallardot <gallardot@apache.org>
---------
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
1 year ago
Kerwin
420bcd69a6
Add 3.1.8 release document ( #14707 )
1 year ago
Wenjun Ruan
db62ce0e47
Fix serial mode will cause NPE in Workflow bootstrap ( #14703 )
1 year ago
eye-gu
4bae7b1ae2
[Fix-14683][pom] upgrade mysql driver version ( #14684 )
1 year ago
Gallardot
57b9da145e
[Doc]fix typo ( #14691 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
xiangzihao
85f6a6e73c
use wildcard import ( #14697 )
1 year ago
Gallardot
a5f5aacb5d
[Bug][Alert]batchInsert execption #14686 ( #14687 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
xiangzihao
dec5228d62
[CI][E2E] Try to fix e2e timeout error ( #14690 )
...
* try to fix e2e timeout error
* remove use file
1 year ago
Aaron Wang
5ec9085113
fix: do not override k8sConfigYaml in ShShellInterceptorBuilder ( #14682 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
sleo
139f23040a
[Fix-14668][dolphinscheduler-tools] Modify the imported jar package. Use org.apache.commons.lang3.StringUtils. ( #14669 )
1 year ago
Tengting Xu
9963bfc612
[Workflow] Print WorkflowInstance detail/ TaskInstance detail when finished ( #14677 )
...
* [Workflow] Print WorkflowInstance detail/ TaskInstance detail when finished
* [Workflow] minor fix
* [Workflow] add ut
* [Workflow] add header
---------
Co-authored-by: tengting.xu <xtt@dipeak.com>
1 year ago
Gallardot
37ecd262ee
[Bug][Alert]batchInsert execption #14675 ( #14676 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
1 year ago
fuchanghai
b391b74df4
[fix-#14537] the branch that needs to be executed overlaps with another branch, it may not be able to complete the normal execution ( #14563 )
1 year ago
Gallardot
2f3ab18b29
[Doc] fix built-in typo ( #14667 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
1 year ago
Gallardot
150d9e04b0
[Improvement][UI] Image pull policy in the K8S task provides default values ( #14650 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
1 year ago
eye-gu
d87a0d831c
[Fix-14008][registry] Fix etcd memory leak due to leaseId ( #14034 )
1 year ago
Wenjun Ruan
9ce8871158
Support get property from env/jvm/common.properties ( #14645 )
1 year ago
Rick Cheng
79cf785eca
[Improvement][Parameter] Improve the order of project parameter ( #14581 )
1 year ago
Wenjun Ruan
2b99451ccd
Support filter restrict network interface ( #14638 )
1 year ago