wangxj3
7acb0f141f
[maven-release-plugin] prepare release 3.2.2
2024-06-29 20:13:11 +08:00
wangxj3
0c917dec1e
[maven-release-plugin] prepare for next development iteration
2024-06-28 15:46:10 +08:00
wangxj3
463d687119
[maven-release-plugin] prepare release 3.2.2
2024-06-28 15:42:21 +08:00
wangxj3
2b56d3ca44
[maven-release-plugin] prepare for next development iteration
2024-06-27 19:12:54 +08:00
wangxj3
8f578f62ee
[maven-release-plugin] prepare release 3.2.2
2024-06-27 18:54:40 +08:00
wangxj3
eecef8a3e9
[maven-release-plugin] prepare for next development iteration
2024-06-26 18:11:14 +08:00
wangxj3
d7ad8437ac
[maven-release-plugin] prepare release 3.2.2
2024-06-26 17:39:24 +08:00
xiangzihao
fe96907fbb
[Chore] Revert some incompatible change for 3.2.2 ( #16214 )
...
* revert pr 14977
* fix spotless
* revert pr 14977
* revert pr 14977
2024-06-26 13:17:51 +08:00
xiangzihao
16bc1e7bfb
Revert "3.2.2 release add task-pure delete some task module to reduce the si…" ( #16184 )
...
This reverts commit 3ad53c5200
.
2024-06-20 13:44:55 +08:00
wangxj3
3ad53c5200
3.2.2 release add task-pure delete some task module to reduce the size of the deployment package ( #16094 )
...
* add task-pure delete some task module to reduce the size of the deployment package
* add version of 3.2.2
* Update Chart.yaml Rollback APPversion
* remove task pure plugin
* fix ci
* add pure datasource plugin
* remove ck,sr from datasource pure
* remove task plugin chunjun ,dms ,datafactory from pure
* add api pom dependency
* spotless:apply
* add dependency license
* [maven-release-plugin] prepare release 3.2.2
* [maven-release-plugin] prepare for next development iteration
* remove datasource-pure:
dolphinscheduler-datasource-sqlserver
dolphinscheduler-datasource-oracle
remove task-pure:
dolphinscheduler-task-dinky
dolphinscheduler-task-pytorch
dolphinscheduler-task-datasync
dolphinscheduler-task-kubeflow
dolphinscheduler-task-emr
dolphinscheduler-task-pigeon
dolphinscheduler-task-flink-stream
* add register pure remove jdbc and etcd
* add dolphinscheduler-storage-pure remove task of
dolphinscheduler-storage-obs
dolphinscheduler-storage-abs
dolphinscheduler-storage-gcs
dolphinscheduler-storage-oss
* mvn spotless:apply
---------
Co-authored-by: wangxj959 <wangxj959@chinaunicom.cn>
Co-authored-by: wangxj <wangxj31>
Co-authored-by: wangxj3 <wangxj@apache.org>
2024-06-08 17:05:20 +08:00
xiangzihao
fd864bf351
Revert "3.2.2 release cherry-pick cp: Reduce the size of tarball to continue …" ( #16068 )
...
This reverts commit 646bbf4881
.
2024-05-25 10:50:37 +08:00
wangxj3
646bbf4881
3.2.2 release cherry-pick cp: Reduce the size of tarball to continue ASF release ( #16042 )
...
* add version of 3.2.2
* Fix rpc channel leak due to concurrent operation (#16021 )
* Fix rpc channel leak due to concurrent operation
* Throw channel create failed exception
---------
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
* Fix WorkerTaskExecutorThreadPool#isOverload is incorrect (#16027 )
* cp: Reduce the size of tarball to continue ASF release (#15004 ) (#15540 )
* Reduce the size of tarball to continue ASF release
for more detail you can see https://lists.apache.org/thread/rmp7fghlj0n7h9y2v3p8gkw9f9qbo6qt
# Conflicts:
# tools/dependencies/known-dependencies.txt
* Increase block-until-connected in ZookeeperRegistryTestCase (#16041 )
* [Fix][CI] fix the ci error of Values.datasource.profile (#16031 )
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
* Correction of Typos in the Chinese Document Appendix for Task Parameters (#16033 )
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
* [DSIP-39][parameter] Improvement startup parameters/global parameters/project parameters data type (#15967 )
* [Improvement][parameter] New data types and type filtering
* [Improvement][parameter] Improvement startup parameters/global parameters data type
* fix api interfaces compatible
* add project parameter data type default value
* [Improvement][parameter] New data types and type filtering
* [Improvement][parameter] Improvement startup parameters/global parameters data type
* fix api interfaces compatible
* add project parameter data type default value
* improvement project code
* remove useless imports
* remove method onClearSearchTaskType
* add parameter doc
* optimisation logic
* code conflict resolution
* code conflict resolution
* [Improvement][Monitor] Show master && worker Busy Or Normal Status and Show Commands table list (#15978 )
* update
* test
* add monitor enhance ui
* update
* update
* update doc
* fix spotless
* update
* update
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataAnalysisController.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataAnalysisController.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.xml
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/CommandMapper.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.xml
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* update
* fix spotless
* update
---------
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* [Improvement][Monitor] Add UT for montor (#15998 )
* formatting Code
* add pom
* Fix NettyRemotingClient might throw IllegalMonitorStateException (#16038 )
* Removed unused StateEventHandleFailure (#16052 )
* Remove OmitStackTraceInFastThrow in start.sh (#16054 )
* Update Chart.yaml Rollback APPversion
* modify log msg (#16062 )
Co-authored-by: xiangzihao <460888207@qq.com>
* [DS-16046][fix] Set PreparedStatement parameter type (#16050 )
Fix the PreparedStatement parameter is TIME, set it to java.sql.Time
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
* Update pom.xml
* [DSIP-42] Add dolphinscheduler-aws-authentication module (#16043 )
---------
Co-authored-by: wangxj <wangxj31>
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
Co-authored-by: TianXinCoord <tianxincoord@163.com>
Co-authored-by: 小可耐 <46134044+sdhzwc@users.noreply.github.com>
Co-authored-by: sleo <97011595+alei1206@users.noreply.github.com>
Co-authored-by: xiangzihao <460888207@qq.com>
Co-authored-by: yinxiaolog <43245392+yinxiaolog@users.noreply.github.com>
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
2024-05-25 10:16:18 +08:00
旺阳
0e5cb664bb
[Improvement][Monitor] Show master && worker Busy Or Normal Status and Show Commands table list ( #15978 )
...
* update
* test
* add monitor enhance ui
* update
* update
* update doc
* fix spotless
* update
* update
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataAnalysisController.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataAnalysisController.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.xml
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/CommandMapper.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.xml
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* update
* fix spotless
* update
---------
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
2024-05-15 13:58:59 +08:00
calvin
5a6c6c37f0
[Improvement-15910][UI] Supposed to provide a default value for the custom parallelism when using the mode of parallel execution. ( #15912 )
...
* worked out the issue
* imrpove the parallism strategy
* imrpove the parallism strategy
* merge from dev
2024-04-28 18:47:20 +08:00
John Huang
6c78c8ec9a
[Improvement][Spark] Support Local Spark Cluster ( #15589 )
...
* [Improvement][Spark] Support Local Spark Cluster
* remote default local from deploy mode
---------
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
2024-04-22 15:05:59 +08:00
旺阳
f99d3f1ed3
[Improvement][Audit] Change time to create_time ( #15846 )
...
* change time to create_time
* update
* update
2024-04-15 17:01:06 +08:00
旺阳
226345512e
[DSIP-26][Audit log] Audit log improvement design ( #15554 )
2024-04-15 13:40:35 +08:00
小可耐
920ac154cb
[Improvement-15744][parameter] project parameter add update time and update user id ( #15745 )
...
* project parameter add update time and update user id
* project parameter add comment operator user id and UT
* project parameter add ui
2024-04-02 09:42:44 +08:00
He Wang
723126b52b
hotfix(ui): update datasourceTypes following the DbType in spi module ( #15776 )
2024-03-29 10:53:15 +08:00
caishunfeng
bcf1b67255
[Fix] add resource full name check ( #15757 )
...
* add resource full name check
* fix UT
* fix query params error
2024-03-25 16:40:04 +08:00
arlendp
a16a15c84e
[Fix-15698][UI] close the definition when opened in the new tab ( #15736 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
2024-03-19 14:03:26 +08:00
xiangzihao
faa794c39b
fix ui build error ( #15732 )
2024-03-18 17:48:42 +08:00
calvin
d49dbbaac8
[Improvement-15725][UI] The default option of project preferences can be clearable. ( #15727 )
...
* adjust the project preferences
2024-03-16 18:13:43 +08:00
calvin
832826ea52
done ( #15724 )
2024-03-16 13:59:08 +08:00
calvin
2395ba5ef8
fix this issue ( #15695 )
2024-03-11 21:02:14 +08:00
lch
af578124a5
fix switch status button not show correctly ( #15686 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
2024-03-11 10:47:43 +08:00
calvin
c61b81e0c6
[Improvement-15603][API] When removing or modifying a workflow the system can check if there any tasks depend on it. ( #15681 )
...
* modify the function of queryTaskSubProcessDepOnProcess
* add a function to query downstream dependent tasks
* confirm to make the workflow offline
* query dependent tasks
* check dependencies
* done
* done
* done
* done
* improve the test case
* improve the test case
* improve codes
* prettier the codes
* prettier the codes
2024-03-10 18:55:12 +08:00
王渔
e984300253
[bug] [dolphinscheduler-ui] UI timed scheduler Improvement ( #15624 )
...
* Update use-table.ts
* [Fix][CI] Remove useless code
* [Fix][CI] Remove useless code
* [Fix][CI] Remove useless code
---------
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: 旺阳 <wang@lqwang.net>
Co-authored-by: xiangzihao <460888207@qq.com>
2024-03-06 10:02:16 +08:00
Wenjun Ruan
88a8f06b1d
Fix can modify file which is not under resource path ( #15652 )
2024-03-01 19:39:34 +08:00
calvin
5213290262
[Feature-14863][API] Support to manage what worker groups can be used for a project. ( #15600 )
2024-02-20 17:20:00 +08:00
Gallardot
3640a28348
[Improvement][HTTP] support custom rendering of http body ( #15531 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
2024-01-31 11:02:48 +08:00
clovelll
edbf5cd3af
front: When you edit a task in the task definition list, the front task list is displayed ( #12819 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
2024-01-29 13:40:21 +08:00
aiwenmo
ace0860d3d
[Feature-15475][DinkyTask] DinkyTask supports Dinky-1.0.0 and common sql ( #15479 )
2024-01-16 22:47:22 +08:00
lizhenglei
3c7a77c90e
[Improvement][E2E] add e2e javatask case ( #15469 )
...
* add java task
* fix
* support jdk
* fix java
* fix java_home
* add ut
* recover
---------
Co-authored-by: 80597928 <673421862@qq.com>
Co-authored-by: xiangzihao <460888207@qq.com>
2024-01-12 17:20:40 +08:00
liyou
0f7081be10
[Feature] timed scheduler Improvement ( #15449 ) ( #15450 )
2024-01-11 17:25:31 +08:00
lizhenglei
4c31e19e11
[Improvement][E2E]e2e improve add workflow httpTask e2e case ( #15420 )
...
* e2e case
* Create local.yml
* local
* fix
* fix
* fix blank
---------
Co-authored-by: 80597928 <673421862@qq.com>
Co-authored-by: xiangzihao <460888207@qq.com>
2024-01-05 12:11:00 +08:00
liyou
fd74cf16cb
adjust the sequence of alarm group and add validate ( #15382 ) ( #15384 )
2024-01-02 17:36:30 +08:00
liyou
c3ffb1330d
optimize add select filter ( #15378 ) ( #15379 )
2023-12-29 13:29:09 +08:00
liyou
c849501f3b
Display the resource file doesn't exist message in task create page ( #15350 )
2023-12-26 11:07:43 +08:00
Devosend
b7ffa74537
delete debugger ( #15316 )
2023-12-21 22:32:09 +08:00
xujiaqiang
159179ac95
[Feature-15146][dolphinscheduler-task-sqoop] add sqoop source/target type ( #15146 )
...
* task list: sgoop node params optimize
* security.ts add alarm_instance params
* 1 add SqoopTask params
2 add alert plugin aliyun-voice
* add license header
* commit sqhoop optimize
* pnpm-locl.yaml supplement annotation
* remove irrelevent commit.
* Code specification optimization
* optimize sqoop task ui
* Merge Code
* add the license header to pnpm-locl.yaml
* format the code
* format the code
* Fix sqoop task echo error
---------
Co-authored-by: xujiaqiang <xujiaqiang@aimatech.com>
Co-authored-by: xujiaqiang <“xujiaqiangwz@163.com”>
Co-authored-by: David Zollo <dailidong66@gmail.com>
2023-12-13 17:12:05 +08:00
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>
2023-12-13 15:56:37 +08:00
Wenjun Ruan
df656a7671
Fix home page workflow instance miss status ( #15193 )
2023-11-22 10:33:24 +08:00
旺阳
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>
2023-11-20 10:03:37 +08:00
arlendp
2b4edb3815
[Improvement][Resource Center] Display brief file name in file-details page ( #15137 ) ( #15175 )
2023-11-19 11:50:53 +08:00
旺阳
a158f1403f
[Improvement][Alert] Add timeout params for HTTP plugin ( #15174 )
2023-11-18 22:28:29 +08:00
c3Vu
b8e942208e
Fix incorrect button display text ( #15160 )
2023-11-14 18:05:06 +08:00
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>
2023-11-13 13:23:33 +08:00
Susur
65a7c7f26b
fix missing 'KYUUBI' in droplist of datasource ( #15140 )
...
Co-authored-by: kai.he01 <kai.he01@idiaoyan.com>
2023-11-08 18:10:32 +08:00
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>
2023-11-03 15:18:50 +08:00