Wenjun Ruan
1d23e4fe5d
Remove spring cache for dao ( #15184 )
11 months ago
Wenjun Ruan
9c7ad6df0a
[Improvement] Clean up Scheduler logic ( #15198 )
...
* Clean up Scheduler logic
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java
Co-authored-by: 旺阳 <wang@lqwang.net>
---------
Co-authored-by: 旺阳 <wang@lqwang.net>
11 months ago
Wenjun Ruan
df656a7671
Fix home page workflow instance miss status ( #15193 )
12 months ago
xiangzihao
7308888c70
fix security issue ( #15192 )
12 months ago
Dyqer
cca1c4a172
fix can't stop bug ( #15191 )
...
Co-authored-by: Leoric Yue <leoric.yue@zoom.us>
12 months ago
Wenjun Ruan
9be81be328
Remove API Result in Service ( #15181 )
12 months ago
Wenjun Ruan
90250998c4
Add deploy on Terraform on README ( #15189 )
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
Gallardot
2f2825784a
[Improvement][Helm] support task type filter ( #15179 )
12 months ago
arlendp
2b4edb3815
[Improvement][Resource Center] Display brief file name in file-details page ( #15137 ) ( #15175 )
12 months ago
旺阳
a158f1403f
[Improvement][Alert] Add timeout params for HTTP plugin ( #15174 )
12 months ago
destroydestiny
36f72056a9
[Bug] Fix TriggerRelationMapper cannot work due to miss DatabaseIdProvider ( #15153 )
12 months ago
Wenjun Ruan
d6175f3bbf
Exclude DataSourceAutoConfiguration in worker server ( #15169 )
12 months ago
旺阳
9c8d1dc6d8
Fix spotless ( #15164 )
12 months ago
kevinkelin
3149928cdc
Modify the documentation that python task will not work properly when '\n' indicates the presence of a variable and needs to use 'repr(value)' ( #15145 )
...
Co-authored-by: yangyanxing <yangyanxing@360.cn>
Co-authored-by: xiangzihao <460888207@qq.com>
12 months ago
c3Vu
b8e942208e
Fix incorrect button display text ( #15160 )
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
旺阳
5afd94136c
[Fix][Data Quality] Change t_ds_dq_rule_input_entry field name fix PostgreSQL not support value issue ( #14992 )
...
* change data quality field name
* fix-dao
* fix-dao
* fix-dao
* fix-dao
* update
* test
* update
* update
12 months ago
Susur
65a7c7f26b
fix missing 'KYUUBI' in droplist of datasource ( #15140 )
...
Co-authored-by: kai.he01 <kai.he01@idiaoyan.com>
12 months ago
fuchanghai
2622685784
[Bug] Fix endless loop ( #15092 )
...
* [fix-#13045] fix endless loop
---------
Co-authored-by: fuchanghai <‘2875334588@qq.com’>
12 months ago
Xinxing
5e135ba041
fix: execute sql error: datasource plugin 'doris' is not found。 ( #15123 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
12 months ago
Eric Gao
d675d32771
Fix confusing constant string for unit convertor ( #15126 )
1 year ago
Gallardot
8c01fcf14b
[Improvement][K8S] Remove ResourceQuota ( #14991 )
...
* [Improvement][K8S] Remove ResourceQuota
Signed-off-by: Gallardot <gallardot@apache.org>
* chore: fix pg
Signed-off-by: Gallardot <gallardot@apache.org>
* chore: Clean up unused code
Signed-off-by: Gallardot <gallardot@apache.org>
* chore: naming conventions
Signed-off-by: Gallardot <gallardot@apache.org>
---------
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
izualzhy
8665951981
[fix-#11726] fix error when set connection proerty both in the URL and an argument ( #15093 )
...
Co-authored-by: zhangying14 <zhangying14@zuoyebang.com>
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
Aaron Wang
dc503b0e00
[Fix-15072][Resource Center] Non-admin user can not query resource recursively ( #15097 )
1 year ago
Aaron Wang
d5f99cc582
[E2E][Bug] Fix k8s-e2e ( #15098 )
1 year ago
chenrj
c532fea00e
[Improvement] Refactoring K8S task plugin with connections managed in connection center ( #14977 )
1 year ago
chenrj
5a3827eef4
[DSIP-19] Support sagemaker connections in the connection center, as well as external connections to the connection center in sagemaker tasks ( #14976 )
...
* Refactoring `Sagemaker` task plugin with connections managed in connection center.
---------
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
1 year ago
chenrj
e99c5950b9
[DSIP-19] Support zeppelin connections in the connection center, as well as external connections to the connection center in zeppelin tasks ( #14434 )
...
* Refactoring zeppelin task plugin with connections managed in connection center
---------
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
1 year 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
99214d0fc3
Fix SqlTask cannot split the given sql when browser in windows ( #15062 )
1 year ago
Wenjun Ruan
a5284e4024
Remove mapper usage in tools ( #15073 )
1 year ago
小可耐
ae847ba331
[Fix-15036] [API] Fix task definition edit doesn't work ( #14801 )
...
* [Bug] [task definition] 修复任务定义修改,工作流无法生效问题
* [Bug] [API] Fix task check apply
* [BUG][API] fix updateTaskDefinition method ut
* [BUG][API] fix updateTaskDefinition method code specification
* [BUG][API] fix one task corresponds to multiple workflow problems
* [BUG][API] queryProcessTaskRelationByTaskCodeAndTaskVersion method adjust
* [BUG][API] fix updateTaskDefinition method update
---------
Co-authored-by: David Zollo <dailidong66@gmail.com>
Co-authored-by: 旺阳 <wang@lqwang.net>
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
Orange Summer
688f84452d
[Feature-14678][Master][UI]Dependent task parameter passing ( #14702 )
...
* feat: dependent task parameter passing
* style: code format
* refactor: remove inappropriate log
* refactor: Modify unreasonable code structure
* refactor: Modify unreasonable code structure
* refactor: Solve conflicts caused by merge
---------
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: BaoLiang <29528966+lenboo@users.noreply.github.com>
1 year ago
Wenjun Ruan
2350775272
Add IT for mysql5/postgresql16 initialize/upgrade ( #15063 )
1 year ago
caishunfeng
c59b2d5b8c
remove sub workflow finish notify ( #15057 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
He Zhao
f0f12c9fdf
Fix missing Kyuubi type in UI ( #15051 )
1 year ago
Wenjun Ruan
b750db3c37
Add IT for dolphinscheduler-tools module ( #15043 )
1 year ago
Wenjun Ruan
37db913f04
Set kubectl version to v1.28.3 ( #15053 )
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
Xin Xiu
28788c7df6
Fix When the task instance status is 'STOP' ( #14967 )
...
* Fix When the task instance status is 'STOP'
* Fix ITaskState types sort by ID
---------
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
Jarvis
06c3663e22
[Docs] fix typo ( #15032 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
Jay Chung
a13ce27671
chore: release version 3.2.0 ( #15039 )
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
Gallardot
0a2cd61a85
[Doc] remove skywalking, update note ( #15028 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
1 year ago
旺阳
a9a621fdee
update ( #15027 )
1 year ago
Wenjun Ruan
312c339722
Delete File generated by UT ( #15022 )
1 year ago
朱通通
166ef69066
[improvement][Resources] Improve details page return to the previous list page ( #14951 ) ( #14954 )
...
* Update ResourcesServiceImpl.java
* Update index.tsx
feature-14951:Improvement details page
* Update use-edit.ts
* Update use-table.ts
* Update index.tsx
* [improvement] improve details page return to the previous list page (#14951 )
improve details page return to the previous list page
* [improvement] improve details page return to the previous list page (#14951 )
improve details page return to the previous list page
* [improvement] improve details page return to the previous list page (#14951 )
improve details page return to the previous list page
* [improvement] improve details page return to the previous list page (#14951 )
improve details page return to the previous list page
* [improvement] improve details page return to the previous list page (#14951 )
improve details page return to the previous list page
* [improvement] improve details page return to the previous list page (#14951 )
improve details page return to the previous list page
---------
Co-authored-by: xiangzihao <460888207@qq.com>
1 year ago
liyou
d983e36ea4
improvement ( #15018 )
1 year ago