wangxj3
|
0a21422558
|
[maven-release-plugin] prepare release 3.2.2
|
2024-06-30 17:27:43 +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 |
Wenjun Ruan
|
bf2cdc5300
|
Use Druid to split sql (#15367)
|
2024-01-02 12:00:53 +08:00 |
Wenjun Ruan
|
b73194bd35
|
Fix check value rather than key in AbstractDataSourceProcessor#checkOther (#15351)
|
2023-12-25 10:00:07 +08:00 |
Wenjun Ruan
|
5c75d312fa
|
Add StarRocks datasource (#13204)
|
2022-12-17 08:44:39 +08:00 |
Eric Gao
|
2f37da0dbc
|
[Improvement][Test] Block the usage of powermock and move mockito dependencies from sub-modules to root pom (#12311)
* move mockito dependencies from sub-modules to root pom
* Add check in CI to block the usage of powermock
|
2022-10-14 12:06:51 +08:00 |
Eric Gao
|
585efe3ad5
|
[Improvement][Test] Remove the usage of powermock in datasource-plugin module (#12194)
* Remove the usage of powermock in datasource-plugin module
* Switch datasource-plugin module to use PropertyUtils in common module
|
2022-09-30 17:38:24 +08:00 |
Tq
|
cf5a8894e2
|
[BUG][BE-12113]fix htrace dependency conflicts (#12126)
* fix htrace dependency conflicts
* replace htrace-core with hbase-noop-htrace
|
2022-09-26 13:49:08 +08:00 |
Wenjun Ruan
|
0bf4043d5f
|
Move datasource params to datasouce plugin module (#10353)
* Move datasource params to datasouce plugin module
|
2022-06-03 12:15:53 +08:00 |
Eric Gao
|
fd6b43bc81
|
[Dev] Switch version in pom.xml to dev-SNAPSHOT (#9223) (#9299)
|
2022-04-07 18:15:19 +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 |
Kerwin
|
103ccb01da
|
change version to 2.0.4-SNAPSHOT (#8188)
|
2022-01-25 15:17:17 +08:00 |
kezhenxu94
|
2ed3c0c3a7
|
Recover unit tests that have not been run for some time (#7054)
|
2021-12-01 13:55:26 +08:00 |
kezhenxu94
|
4114cb07f6
|
Add actuator and enable metrics, add Grafana configs (#6840)
|
2021-11-14 20:22:13 +08:00 |
mask
|
a998415afe
|
[Feature][datasource] Change DataSource Connection Pool from Druid to HiKariCP (#6490) (#6828)
* [Feature][datasource] Change DataSource Connection Pool from Druid to HiKariCP (#6490)
* fix pom dep scope
* filter alert
* filter alert
* filter alert
* fix checkstyle
* remove hikaricp version
* update pom
* add properties
* add properties
* rename properties
* fix e2e fail
* rename properties
|
2021-11-14 13:02:58 +08:00 |
kezhenxu94
|
11844415b0
|
Refactor datasource and task plugins and simplify its usage (#6767)
|
2021-11-10 18:29:17 +08:00 |
mask
|
0aea5ae11a
|
[feature-6071][plugin] add datasource plugin. (#6071) (#6361)
* [feature-6071][plugin] add datasource plugin. (#6071)
* remove the dependency of datasource in common and task-plugin module.
* the new datasource-api module provides data source connection acquisition.
* add sqlserver data source plug-in.
* add ds license
* fix check style
* update spi pom
* frx conflict resolution
* fix check style
* fix datasource ut
* fix code check style
* fix code check style
* fix datasource ut
* add pg hive mysql oracle clickhouse db2 datasource
* fix datasource package
* update datasource pom
* update datasource pom
* update datasource pom
* update datasource pom
* update pom
* update pom dep
* update pom dep
* fix license
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* fix ut
* add oracle package
* modify comments
* conflict resolution
* rename log comment
* rename log comment
|
2021-11-09 20:20:07 +08:00 |