gaopeng
adf49fd23f
[Feature-14802][api] Use Casdoor SSO to log in, add admin user configuration ( #14814 )
...
* [Feature-14802][feat] Use Casdoor SSO to log in, add admin user configuration
Use Casdoor SSO to log in, add admin user configuration
This closes #14802
* [Feature-14802][feat] Use Casdoor SSO to log in, add admin user configuration
Use Casdoor SSO to log in, add admin user configuration
This closes #14802
* update doc
* [Feature-14802][feat] Use Casdoor SSO to log in, add admin user configuration
Use Casdoor SSO to log in, add admin user configuration
This closes #14802
---------
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
Co-authored-by: 旺阳 <qingwli@cisco.com>
2023-09-04 13:25:40 +08:00
Jay Chung
46c0eb48c6
feat: Add others scopes for release tool ( #14844 )
...
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2023-09-02 10:14:21 +08:00
Zinway
96041e3876
fix invalid registry path ends with 'master' or 'worker' ( #14328 )
...
Co-authored-by: Zinway Liu <zinway.liu@ucloud.cn>
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
2023-09-01 15:11:49 +08:00
zhangbaipeng
7640c29495
[Improvement] [Task] Change Seatunnel task run-mode to deploy-mode ( #14800 )
2023-09-01 12:35:39 +08:00
calvin
168a3930fa
[Improvement-14835][UI] Support to immediately adjust the fill color of the task node after changing the run flag of the task. ( #14837 )
...
* worked out this issue
2023-09-01 09:01:16 +08:00
eye-gu
7ae4fb3787
[Fix-14149][master] task finished so not dispatch ( #14161 )
2023-08-31 20:08:09 +08:00
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>
2023-08-31 18:34:31 +08:00
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>
2023-08-31 17:53:30 +08:00
Jay Chung
82eeeec750
fix wrong condition ( #14836 )
2023-08-31 09:23:59 +08:00
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
2023-08-30 11:55:05 +08:00
Wenjun Ruan
742f0c3e60
Add workflowInstanceHost and taskInstanceHost in ITaskInstanceExecutionEvent ( #14827 )
2023-08-29 13:32:17 +08:00
Jay Chung
9e60632201
fix: Local resource error in some entrypoint ( #14826 )
...
Fix createResource, queryResourceListPaging, onlineCreateResource
resource error in local resource
2023-08-28 21:16:16 +08:00
eye-gu
3148dba7a5
[Improvement-14658][etcd] Distinguish between add and update by using pre kv ( #14659 )
...
Co-authored-by: eye <eye.gu@aloudata.com>
2023-08-28 09:28:52 +08:00
Wenjun Ruan
d223d654cc
Add rpc benchmark test ( #14797 )
2023-08-27 20:59:55 +08:00
sgw
9c2838ccc9
fix the status of logical task is not be correctly changed when task is finished. ( #14820 ) ( #14822 )
2023-08-27 13:20:37 +08:00
sgw
ac04288e2b
fix the full log path of logical task is not be set when task is dispatched ( #14819 ) ( #14821 )
2023-08-27 12:24:04 +08:00
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
2023-08-24 22:27:24 +08:00
kezhenxu94
d62ce25a01
Remove @AccessLogAnnotation
annotation, replace with built-in access log ( #14803 )
2023-08-24 15:19:01 +08:00
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
2023-08-23 09:43:17 +08:00
yangyang zhong
70731a1617
[Feature][Authentication] support oauth2 login ( #14743 )
...
* support oauth2 login
---------
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
2023-08-21 15:57:30 +08:00
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>
2023-08-20 14:30:47 +08:00
Aaron Wang
a491e3a849
fix: null app-info-path cause NPE ( #14752 )
2023-08-19 13:28:45 +08:00
caishunfeng
59998f4c75
[Improvement] add dispatch fail times when compare ( #14761 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
2023-08-18 15:26:01 +08:00
wangzheyuan
34d2f67052
Fix a typo in development-environment-setup.md ( #14767 )
2023-08-18 14:18:41 +08:00
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>
2023-08-17 19:17:16 +08:00
Gallardot
f7ba26f030
fix: kubectl version update ( #14762 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
2023-08-17 17:13:18 +08:00
calvin
e2b97c026e
[Improvement][UI] Support to disable or enable the project preferences. ( #14756 )
2023-08-16 20:20:48 +08:00
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>
2023-08-14 18:28:11 +08:00
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>
2023-08-14 13:25:48 +08:00
eye-gu
dde45dbdfb
[Fix-13972][dao] set default value for command ( #14612 )
2023-08-14 09:53:26 +08:00
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>
2023-08-11 17:15:07 +08:00
JieguangZhou
8e64026e93
fix fault tolerant enviroment missing ( #14735 )
2023-08-11 14:35:31 +08:00
Wenjun Ruan
93b0283dfe
Set tenant as the the resource file owner ( #13832 )
2023-08-11 00:57:47 +08:00
Aaron Wang
2314b67870
[Fix-14715] [Resource Center] Modify default fs of local storage plugin ( #14716 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
2023-08-10 19:15:09 +08:00
Wenjun Ruan
27745a8a84
Upgrade JDK17 for Sonar ( #14726 )
2023-08-10 11:29:11 +08:00
Wenjun Ruan
3efcf0c5ac
Fix message in MessageRetryRunner might disorder ( #14725 )
2023-08-09 20:19:02 +08:00
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>
2023-08-09 13:41:28 +08:00
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>
2023-08-09 10:30:20 +08:00
Kerwin
420bcd69a6
Add 3.1.8 release document ( #14707 )
2023-08-07 13:39:14 +08:00
Wenjun Ruan
db62ce0e47
Fix serial mode will cause NPE in Workflow bootstrap ( #14703 )
2023-08-04 23:43:57 +08:00
eye-gu
4bae7b1ae2
[Fix-14683][pom] upgrade mysql driver version ( #14684 )
2023-08-04 10:51:15 +08:00
Gallardot
57b9da145e
[Doc]fix typo ( #14691 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: xiangzihao <460888207@qq.com>
2023-08-04 10:14:04 +08:00
xiangzihao
85f6a6e73c
use wildcard import ( #14697 )
2023-08-03 19:04:00 +08:00
Gallardot
a5f5aacb5d
[Bug][Alert]batchInsert execption #14686 ( #14687 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: xiangzihao <460888207@qq.com>
2023-08-03 18:15:09 +08:00
xiangzihao
dec5228d62
[CI][E2E] Try to fix e2e timeout error ( #14690 )
...
* try to fix e2e timeout error
* remove use file
2023-08-03 17:08:37 +08:00
Aaron Wang
5ec9085113
fix: do not override k8sConfigYaml in ShShellInterceptorBuilder ( #14682 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
2023-08-02 18:01:34 +08:00
sleo
139f23040a
[Fix-14668][dolphinscheduler-tools] Modify the imported jar package. Use org.apache.commons.lang3.StringUtils. ( #14669 )
2023-08-02 11:03:49 +08:00
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>
2023-08-01 20:50:00 +08:00
Gallardot
37ecd262ee
[Bug][Alert]batchInsert execption #14675 ( #14676 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
2023-08-01 13:54:00 +08:00
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 )
2023-08-01 11:04:31 +08:00