xiangzihao
d67ea805f9
[DSIP-38] Add plugin directory in binary package ( #16613 )
1 month ago
Wenjun Ruan
62d33a799a
[DSIP-75] Support auto add license header by spotless ( #16643 )
1 month ago
Wenjun Ruan
3c944bccee
[Fix-16338][Test] Fix Master integration test case has been skipped in ci ( #16637 )
1 month ago
Wenjun Ruan
6d29b1c06c
[Improvement-16641] Add thread name in logback ( #16640 )
1 month ago
Wenjun Ruan
9448806af0
[DSIP-61][Master] Refactor thread pool and state event orchestration in master ( #16327 )
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
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
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
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
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
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
Wenjun Ruan
33084d281f
Add dolphinscheduler-dao-plugin module ( #15019 )
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
Wenjun Ruan
61a689aa5a
Use percentage to represent memory/cpu usage ( #13896 )
2 years ago
Wenjun Ruan
41a8ba9aab
Support alert server HA ( #13865 )
...
* Support alert server cluster
* Remove WORKER_ALERT_LISTEN_HOST in statefulset-dolphinscheduler-worker.yaml
2 years ago
Wenjun Ruan
68660ec96b
Refactor remote command ( #13809 )
...
* Refactor remote command
* Rename Command to Message
2 years ago
Wenjun Ruan
1f365819a6
Ignore unknown VM options in start.sh ( #13719 )
2 years ago
seedscoder
8d12dc0702
[Improvement-13491] Use lombok @Slf4j annotation to generate logger ( #13509 )
2 years ago
Yann Ann
6ef74073cc
[Improve-13001]migrate commons-collections -> commons-collections4 ( #13002 )
2 years ago
旺阳
602971c724
change alert start.sh ( #13100 )
2 years ago
Wenjun Ruan
169168ef34
Add plugin-all module ( #13079 )
2 years ago
Wenjun Ruan
ffc9fb280a
Add gc timestampt ( #13059 )
2 years ago
旺阳
d02991a2e6
[Bug] [Alert] Ignore alert not write info to db ( #12867 )
...
* add alert not match return info
2 years ago
kezhenxu94
065d5caccc
Only expose necessary actuator endpoints ( #12571 )
2 years ago
pandong
f5c814f23b
[fix#12439] [Alert] fix send script alert NPE ( #12495 )
...
* [fix#12439] [Alert] fix send script alert NPE
2 years ago
caishunfeng
dedff70f90
[Improvement] Merge spi.utils into common.utils ( #12502 )
...
* improve JSONUtil
* merge spi.utils into common.utils
* split constants && remove some copy utils method
* remove StringUtils
2 years ago
Eric Gao
d46e4659d9
[Improvement][Style] Fix remaining style errors and wildcard imports ( #12412 )
...
* Fix remaining style errors and wildcard imports
* Upgrade spotless to the latest stable version, exclude .github folder from spotless check and fix dead link
* Fix spotless matching scope of markdown files
2 years ago