This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a change to branch 3.0.4-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
from bab80aaba2 [maven-release-plugin] prepare for next development
iteration
new 1acfe78185 [Improvement][doc] correct error in CONTRIBUTING.md (#13012)
new 82ea78aa83 [Bug] wrong logic when master-server check data-quality
result (#13065)
new d79dc31e31 [Improvement-13084][UI] Make download log button disabled
when host is null (#13090)
new 750cf62641 Fix datasource jdbc url param doesn't work (#13098)
new c6b9afe878 [fix-13041] fix example checkFormula (#13110)
new e970ead651 Throws the correct exception for the updateResource
interface (#13120)
new 19771e506f [Fix] Replaced dead links in the docs. (#13170)
new bc1cf25f4d Solve the deadlock problem caused by queuing (#13191)
new 31f8d6d517 [Fix][Doc]Update pseudo-cluster.md (#13207)
new f409749cb9 [Fix][Doc] Replace the links. (#13276)
new e028e640af [fix][dml] Also query workflow without tenant by given name
(#13075)
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.dlc.json | 13 ++-
CONTRIBUTING.md | 102 +--------------------
README.md | 4 +-
README_zh_CN.md | 8 +-
deploy/README.md | 4 +-
docs/docs/en/contribute/architecture-design.md | 4 +-
.../en/contribute/development-environment-setup.md | 4 +-
docs/docs/en/contribute/join/review.md | 4 +-
docs/docs/en/contribute/release/release.md | 4 +-
docs/docs/en/faq.md | 21 +++--
docs/docs/en/guide/data-quality.md | 4 +-
docs/docs/en/guide/installation/kubernetes.md | 2 +-
docs/docs/en/guide/installation/pseudo-cluster.md | 28 +++---
docs/docs/en/guide/installation/standalone.md | 4 +-
docs/docs/en/guide/start/docker.md | 6 +-
docs/docs/en/guide/upgrade.md | 6 +-
docs/docs/zh/contribute/architecture-design.md | 2 +-
docs/docs/zh/contribute/join/review.md | 6 +-
docs/docs/zh/faq.md | 24 +++--
docs/docs/zh/guide/data-quality.md | 12 +--
docs/docs/zh/guide/installation/kubernetes.md | 2 +-
docs/docs/zh/guide/installation/pseudo-cluster.md | 18 ++--
docs/docs/zh/guide/installation/standalone.md | 16 ++--
docs/docs/zh/guide/start/docker.md | 2 +-
docs/docs/zh/guide/upgrade.md | 30 +++---
.../api/service/impl/ResourcesServiceImpl.java | 3 +-
.../api/service/DataSourceServiceTest.java | 39 +++++---
.../dao/mapper/ProcessDefinitionMapper.xml | 4 +-
.../datasource/AbstractDataSourceProcessor.java | 14 +++
.../clickhouse/ClickHouseDataSourceProcessor.java | 29 ++----
.../api/datasource/db2/Db2DataSourceProcessor.java | 30 ++----
.../datasource/hive/HiveDataSourceProcessor.java | 59 ++----------
.../datasource/mysql/MySQLDataSourceProcessor.java | 29 ++----
.../oracle/OracleDataSourceProcessor.java | 28 ++----
.../postgresql/PostgreSQLDataSourceProcessor.java | 34 +++----
.../presto/PrestoDataSourceProcessor.java | 22 +----
.../redshift/RedshiftDataSourceProcessor.java | 25 ++---
.../datasource/spark/SparkDataSourceProcessor.java | 22 +----
.../sqlserver/SQLServerDataSourceProcessor.java | 21 +----
.../api/provider/JDBCDataSourceProvider.java | 9 +-
.../AbstractDataSourceProcessorTest.java | 72 +++++++++++++++
.../datasource/db2/Db2DataSourceProcessorTest.java | 7 +-
.../oracle/OracleDataSourceProcessorTest.java | 9 +-
.../PostgreSQLDataSourceProcessorTest.java | 9 +-
.../presto/PrestoDataSourceProcessorTest.java | 3 +-
.../redshift/RedshiftDataSourceProcessorTest.java | 12 ++-
.../spark/SparkDataSourceProcessorTest.java | 3 +-
...Exception.java => StateEventHandleFailure.java} | 9 +-
.../server/master/event/StateEventHandler.java | 5 +-
.../event/TaskWaitTaskGroupStateHandler.java | 15 ++-
.../master/runner/WorkflowExecuteRunnable.java | 8 ++
.../server/utils/DataQualityResultOperator.java | 16 ++--
.../spi/datasource/BaseConnectionParam.java | 87 +-----------------
.../plugin/task/dq/DataQualityTaskTest.java | 10 +-
.../src/views/projects/task/instance/use-table.ts | 1 +
55 files changed, 396 insertions(+), 568 deletions(-)
copy
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/event/{StateEventHandleException.java
=> StateEventHandleFailure.java} (79%)