zhuangchong
df9becb770
[maven-release-plugin] prepare release 3.1.8
2023-08-02 20:06:39 +08:00
zhuangchong
29757014c7
[maven-release-plugin] prepare for next development iteration
2023-08-02 17:13:27 +08:00
zhuangchong
6616d46b6c
[maven-release-plugin] prepare release 3.1.8
2023-08-02 17:13:26 +08:00
zhuangchong
d049c668d6
[maven-release-plugin] prepare for next development iteration
2023-05-22 16:05:30 +08:00
zhuangchong
b570a187f6
[maven-release-plugin] prepare release 3.1.7
2023-05-22 16:05:29 +08:00
zhuangchong
e74de04d1b
[maven-release-plugin] prepare for next development iteration
2023-05-09 21:46:47 +08:00
zhuangchong
7780fdc2f5
[maven-release-plugin] prepare release 3.1.6
2023-05-09 21:46:46 +08:00
zhuangchong
daabcdaa01
[maven-release-plugin] prepare for next development iteration
2023-04-03 18:18:31 +08:00
zhuangchong
9e5b0a1cc3
[maven-release-plugin] prepare release 3.1.5
2023-04-03 18:18:30 +08:00
zhuangchong
51999267b7
[maven-release-plugin] prepare for next development iteration
2023-03-31 15:23:14 +08:00
zhuangchong
c759675312
[maven-release-plugin] prepare release 3.1.5
2023-03-31 15:23:13 +08:00
zhuangchong
d2b0b34cb0
[maven-release-plugin] prepare for next development iteration
2023-02-21 15:32:46 +08:00
zhuangchong
2d6393d722
[maven-release-plugin] prepare release 3.1.4
2023-02-21 15:32:44 +08:00
zhuangchong
172ebdf04e
[maven-release-plugin] prepare for next development iteration
2023-01-04 23:18:59 +08:00
zhuangchong
4a3299ac8c
[maven-release-plugin] prepare release 3.1.3
2023-01-04 23:18:57 +08:00
zhuangchong
0691d6a887
[maven-release-plugin] prepare for next development iteration
2023-01-04 15:50:57 +08:00
zhuangchong
3d605ded03
[maven-release-plugin] prepare release 3.1.3
2023-01-04 15:50:55 +08:00
zhuangchong
f83b08ac01
[maven-release-plugin] prepare for next development iteration
2023-01-04 12:51:57 +08:00
zhuangchong
450e8ee1b6
[maven-release-plugin] prepare release 3.1.3
2023-01-04 12:51:55 +08:00
zhuangchong
a3a9cb9d46
[maven-release-plugin] prepare for next development iteration
2022-12-07 17:23:58 +08:00
zhuangchong
f1aefae5e2
[maven-release-plugin] prepare release 3.1.2
2022-12-07 17:23:57 +08:00
zhuangchong
48ad9ff412
[maven-release-plugin] prepare for next development iteration
2022-11-08 11:18:29 +08:00
zhuangchong
efc0367999
[maven-release-plugin] prepare release 3.1.1
2022-11-08 11:18:28 +08:00
zhuangchong
145c5ac8cb
[maven-release-plugin] prepare for next development iteration
2022-11-07 20:43:01 +08:00
zhuangchong
525a6846ac
[maven-release-plugin] prepare release 3.1.1
2022-11-07 20:43:00 +08:00
Kerwin
94ef02e9de
cherry-pick [Improvement] Merge spi.utils into common.utils ( #12607 )
...
#12502
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2022-10-29 21:30:28 +08:00
kezhenxu94
eb7b48596c
cherry-pick Reorganize some classes in common module, remove duplicate classes
...
#12321
2022-10-27 13:53:41 +08:00
caishunfeng
7e39396a76
[maven-release-plugin] prepare for next development iteration
2022-09-26 21:50:03 +08:00
caishunfeng
ae33ba5947
[maven-release-plugin] prepare release 3.1.0
2022-09-26 21:49:27 +08:00
Eric Gao
e7b12bf205
[Cherry-Pick][3.1.0-prepare] Cherry-Pick OssOperator for Resource Center to 3.1.0 ( #12094 )
...
* Cherry OssOperator for Resource Center to 3.1.0
* Fix doc dead link
2022-09-22 15:00:25 +08:00
caishunfeng
113dc4b5c5
[Feature-10273][Datasource] Add dataSource for AWS Athena ( #11157 ) ( #12039 )
...
Co-authored-by: ZhaoGuodong <guodongym@163.com>
2022-09-19 13:45:19 +08:00
Wenjun Ruan
b96d69701a
[Improvement-#11613] Add spi priority factory ( #11614 )
...
* Add spi priority factory
* Add doc
* Add override log
* Use lombok
* Add comment
2022-08-24 19:51:47 +08:00
Wenjun Ruan
71cf7e1baa
[Fix-10918] Close datasource when expire from guava cache ( #11120 )
...
* Close datasource when expire from guava cache
* Remove duplicate datasource in HiveDataSourceClient
2022-07-23 20:43:37 +08:00
Wenjun Ruan
5e9c7dad23
Add dolphinscheduler-bom to manage the dependency version ( #11025 )
2022-07-20 10:37:31 +08:00
Eric Gao
71f0168510
[Feature] Enable users to create python env from requirements.txt ( #10658 )
2022-07-06 15:56:39 +08:00
HomminLee
dafed572d1
[Fix][dolphinscheduler-spi] json parse support LocalDateTime ( #10440 )
...
* JSONUtils support LocalDateTime
* remove extraneous unit tests
* remove unused classes import.
Co-authored-by: HomminLee <lihongmin@ysstech.com>
2022-06-27 10:19:28 +08:00
kezhenxu94
d80cf21456
Clean up unused dependencies and packaging issues ( #9944 )
2022-05-31 15:22:41 +08:00
Tq
592e433b1e
[Feature][Datasource]replace DataSourceController API with string JSON and cast to DTO ( #10276 )
...
* replace DataSourceController API with string JSON and cast to DTO
* add DataSourceProcessorManager and DataSourceProcessorProvider to datasource processor functions
2022-05-30 14:12:19 +08:00
WangJPLeo
31cd1b5e61
Serial wait for subsequent execution ( #9847 )
2022-04-29 15:44:05 +08:00
Eric Gao
fd6b43bc81
[Dev] Switch version in pom.xml to dev-SNAPSHOT ( #9223 ) ( #9299 )
2022-04-07 18:15:19 +08:00
caishunfeng
263791a63e
[Bug-9137][Server] fix timezone init ( #9219 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
2022-03-28 09:38:51 +08:00
Kerwin
a1bef43981
[Feature-8579][Task] Task back-end plugin optimization, new plugins only need to modify the plugin's own module ( #8584 )
...
* Task plug-in optimization, task-related classes are migrated to the task plugin module
* remove tasktype enum class.
* fix code style.
* fix code style
* fix code style
* fix ProcessServiceTest.testUpdateResourceInfo test class
* fix code style
* fix test task plugin manager check parameters null
* fix test ut
* update aws license
* change TaskTimeoutStrategy class
2022-03-15 15:16:36 +08:00
ronyang1985
7b66b66e8f
[Feature-8527][Datasource] Add dataSource for Amazon Redshift ( #8564 )
...
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
2022-03-01 19:29:52 +08:00
ronyang1985
20ee9a37fe
[Feature-8485][task] Add EMR task plugin to support submit task to AWS EMR ( #8503 )
...
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2022-03-01 11:43:37 +08:00
yimaixinchen
a72742b9de
remove unuse import jsonFormat ( #8548 )
2022-02-25 22:05:05 +08:00
Molin Wang
e174d7a40e
[Fix-8394][Server]fix when the data is supplemented business time still date+1 ( #8532 )
2022-02-25 10:27:08 +08:00
caishunfeng
84f2cfec39
[Feature][Server] Custom timezone - Add timezone handler unified ( #8477 )
...
* date convert of timezone
* remove @JsonFormat
* add unit test
* fix time preview in scheduler
* optimization & add env config
Co-authored-by: caishunfeng <534328519@qq.com>
2022-02-24 18:20:34 +08:00
caishunfeng
f2b9796bc2
[Bug-8110][WorkerServer] kill all running task before worker stop ( #8490 )
...
* kill all running task before worker stop
* kill local process
* remove kill yarn job
* adjust the orders of close
Co-authored-by: caishunfeng <534328519@qq.com>
2022-02-23 18:22:42 +08:00
Ivan0626
60ddede6a6
fixbug: varPool value is error ( #7724 )
2022-02-23 14:53:20 +08:00
cheney
703d790415
[Bug] [Parameter Context] The preparameter OUT is null ( #8315 )
...
* fix:param context prop value is null
2022-02-14 14:25:23 +08:00