saowu
e4db2d6b87
[Fix-16569][alert] Feishu send alert message failed ( #16588 )
2 months ago
Wenjun Ruan
9448806af0
[DSIP-61][Master] Refactor thread pool and state event orchestration in master ( #16327 )
2 months ago
吴延博
219a232b86
[Fix-16492][alert] FeiShuSender Exception.getMessage is null ( #16498 )
...
* Update FeiShuSender.java
The Exception.getMessage present here is null, and the problem has occurred
* Update dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-feishu/src/main/java/org/apache/dolphinscheduler/plugin/alert/feishu/FeiShuSender.java
Co-authored-by: xiangzihao <zihaoxiang@apache.org>
---------
Co-authored-by: xiangzihao <zihaoxiang@apache.org>
2 months ago
xiangzihao
66548a2ef2
[DSIP-62][Http Alert Plugin] Refactor http alert plugin ( #16484 )
...
* add dsip_62
* fix sonar
* fix spotless
2 months ago
zuo
f9db86559d
[Fix] fix dingtalk at user Params ( #16379 )
3 months ago
xiangzihao
d9244ca22f
[DSIP-57][Audit] Revert PR 14981 code ( #16370 )
3 months ago
xiangzihao
34cd747597
[Improvement-16311] Polish installation docs ( #16312 )
...
* polish installation docs
* fix cluster test error
4 months ago
wangbowen
b539942067
[Fix-16272][Alert Server] Alarm server failed to send alarm ( #16275 )
4 months ago
Gallardot
97d164cda7
feat: add heartbeat metrics ( #16267 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
4 months ago
Wenjun Ruan
2ab5f7dd54
Increase zk connect timeout ( #16180 )
4 months ago
Wenjun Ruan
f754611509
[DSIP-42] Add dolphinscheduler-aws-authentication module ( #16043 )
5 months ago
Wenjun Ruan
5037f0a5e3
Remove OmitStackTraceInFastThrow in start.sh ( #16054 )
5 months ago
Wenjun Ruan
7c8fa9b48c
Add IntegretionTest for registry module ( #15981 )
6 months ago
Wenjun Ruan
8d336def61
[DSIP-35][Alert] Refactor the alert thread model ( #15932 )
6 months ago
Wenjun Ruan
99d8276be7
Optimizing the scope of RPC base classes ( #15946 )
...
* Optimizing the scope of RPC base classes
* Fix UT
6 months ago
JohnHuang
d218b021e7
[DSIP-25][Remote Logging] Split remote logging configuration ( #15826 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
6 months ago
旺阳
59f060e278
[Improvement] Fix alert code smell
6 months ago
Wenjun Ruan
e2c8b080f9
[DSIP-31] Reduce the thread pool size of hikari ( #15890 )
6 months ago
Wenjun Ruan
285c5a8eb5
[DSIP-28] Donnot scan whole bean under classpath ( #15874 )
7 months ago
Wenjun Ruan
163f8f01f0
Fix jdbc registry cannot work ( #15861 )
7 months ago
Wenjun Ruan
66df5d4b90
Split cpuUsage to systemCpuUsage and jvmCpuUsage ( #15803 )
7 months ago
caishunfeng
f7358c3e5e
add alert script check ( #15752 )
7 months ago
Wenjun Ruan
3526b42df6
Add Server HealthIndicator ( #15274 )
9 months ago
Wenjun Ruan
25810a81dc
Exit JVM when OOM ( #15538 )
9 months ago
Wenjun Ruan
64e1e67581
Use DefaultUncaughtExceptionHandler to log the uncached exception ( #15496 )
...
Co-authored-by: fuchanghai <changhaifu@apache.org>
10 months ago
Wenjun Ruan
7b9c9e0eb2
Enable set ServerLoadProtection fot Master/Worker ( #15439 )
10 months ago
Wenjun Ruan
d6dea4633c
Optimize server startup log ( #15362 )
10 months ago
xujiaqiang
d144f48ed7
[Feature-15248][dolphinscheduler-alert-plugins] add alert plugin aliyun-voice ( #15248 )
...
* add alert aliyun-voice
* VoiceParam replace these with lombok @Data
* security.ts add alarm_instance params
* optimize alert aliyun vocie code
* Merge Code
* rollback pnpm-lock.yaml to branch :origin/dev version
* add the doc about the new plugin
* add com.aliyun.dyvmsapi20170525 version 2.14
* completed
* run mvn spotless:apply
* Code optimization
* Change to @Data
* Code specification optimization
* add com.aliyund.yvmsapi20170525.jar license
* modify com.aliyund.yvmsapi20170525.jar license
* modify com.aliyund.yvmsapi20170525.jar license
* add aliyun-vocie licenses
* add aliyun-voice link to docsdev.js
* modify vocie module to aliyunVoice
* add lisense
---------
Co-authored-by: xujiaqiang <“xujiaqiangwz@163.com”>
Co-authored-by: 旺阳 <wang@lqwang.net>
Co-authored-by: David Zollo <dailidong66@gmail.com>
11 months ago
旺阳
4c56acb467
[Fix] Change HTTP plugin timeout param to number type ( #15234 )
11 months ago
Wenjun Ruan
df656a7671
Fix home page workflow instance miss status ( #15193 )
12 months ago
旺阳
6aa6e114a5
[Improvement][Alert] Add a test send feature when creating an alert instance ( #15163 )
...
* add alert test send feature
* update doc
* add alarm instance test send ui
* update
* fix mvn
* fix test
* update
* update
* change to rpc
* fix ut
* fix ut
* update
* update
* change result
* update
* Update docs/docs/en/guide/alert/alert_plugin_user_guide.md
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
---------
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
12 months ago
旺阳
a158f1403f
[Improvement][Alert] Add timeout params for HTTP plugin ( #15174 )
12 months ago
Jingliu Xiong
6096c58cb7
[feature#14654] alert-spi support prometheus alertmanager ( #15079 )
...
* feat alert-spi support prometheus alert manager
* fix: fix err into message
* Update dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-prometheus/src/main/java/org/apache/dolphinscheduler/plugin/alert/prometheus/PrometheusAlertSender.java
Co-authored-by: 旺阳 <wang@lqwang.net>
12 months ago
Wei Xiaonan
c0ed68121d
[Feature-14832][Listener]Implementation of Listener Mechanism ( #14981 )
...
* first commit
* 1. sql: sync ddl
2. front-end: change to ternary expression
3. back-end: correct license header in ListenerEvent.java
* test case
* frontend: remove unnecessary console
* fix unit test
* remove log depends on user-provided value
* fix dolphinscheduler_postgresql.sql
* sync database schema
* fix unit test
* fix unit test
* fix some NIT.
* extract GLOBAL_ALERT_GROUP_ID into variable
* fix ddl bug
* add column task_type in t_ds_fav_task in upgrade/3.2.0_schema
* add unit test
1 year ago
Wenjun Ruan
a5284e4024
Remove mapper usage in tools ( #15073 )
1 year ago
imp2002
8f16fd7975
[Fix-14885][pom] fix spotless format file path ( #14889 )
...
* fix: fix `spotless` format file path
* fix: remove duplicate dependencies
---------
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
旺阳
154e1679f9
[Improvement][Alert] Alert plugin enhance fail message ( #15024 )
...
* add webex && pagerduty fail log
* update
* fix spotless
* Update dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/src/main/java/org/apache/dolphinscheduler/plugin/alert/http/HttpSender.java
Co-authored-by: xiangzihao <zihaoxiang@apache.org>
* update
---------
Co-authored-by: xiangzihao <zihaoxiang@apache.org>
1 year ago
Wenjun Ruan
33084d281f
Add dolphinscheduler-dao-plugin module ( #15019 )
1 year ago
旺阳
a866de1754
[Improvement][Alert] HTTP Related Alert plugin add retry logic ( #14972 )
...
* add RetryHandler for http client
* fix spotless
* update
1 year ago
Hunter
3c71fb05f6
fix(dolphinscheduler-alert): fix create http request error ( #14793 )
...
request type should use equalsIgnoreCase to equal,msg should add URLEncoder.encode
Co-authored-by: hunter-cloud09 <liuhunter09@gmail.com>
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
Co-authored-by: JinYong Li <42576980+JinyLeeChina@users.noreply.github.com>
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
Aaron Wang
ca760aabd4
[Fix-14512][BOM] kubernetes-client version conflict ( #14561 )
1 year ago
Wenjun Ruan
cbd354d134
Add host/port in heartbeat ( #14591 )
1 year ago
Wenjun Ruan
399d0d0ce9
Add log for NetUtils ( #14578 )
1 year ago
Wenjun Ruan
406aeaf659
Use jvm_args_env.sh to set JVM args ( #14487 )
1 year ago
c3Vu
50195c46aa
[Improvement-11913] Mask password when creating/editing alert instances ( #14415 )
...
* [Improvement-11913] Mask password when creating/editing alert instances
1 year ago
旺阳
c1a6790514
[Alert] [HTTP Plugin] Lose HTTP port ( #14341 )
1 year ago
Rick Cheng
2c057d6a8f
[Improvement-14292][Common] Remove the duplicate OSUtils ( #14293 )
1 year ago
kingbabingge
81aa105ff6
[Fix-13820][alert] Fix bodyParams is empty get error log ( #13821 )
...
initialize an empty objectNode to save contentField.
2 years ago
Wenjun Ruan
61a689aa5a
Use percentage to represent memory/cpu usage ( #13896 )
2 years ago