This is an automated email from the ASF dual-hosted git repository.
caishunfeng pushed a change to branch 3.0.0-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
from 7ddaa2f47d [maven-release-plugin] prepare for next development
iteration
add 5f143f6c3a [fix-10632][ui] fix the workflow name with underline cannot
be displayed correctly error. (#10636)
add 1e0939d4a2 Add JDK11 on unit-test (#10364)
add aec0ea27f2 [Bug] [Api] The copied workflow create time and update time
is still copied from the original workflow
add 10c295eae5 [Fix-10641] [Common] Fix the hdfs NPE (#10642)
add cb14726bdd [Bug] [Task] SQL task no exception stack trace in task log
(#10656)
add 7ae28de1f1 [doc] Modified parameter doc files. (#10659)
add 4e282782f0 [doc] Replace the dag screenshot of the README. (#10662)
add c3425715a0 [Fix-10652] fix docker-compose.yml (#10653)
add 6c01a09b12 [doc] Update metadata and design doc (#10600)
add 20970ad4ae [Fix][UI] Fix bug where the home page displays no data.
(#10697)
add 3abca5fea0 [Improvement] heartbeat info improvement (#10699)
add 9112266ed2 [doc] Add doc for pre-sql and post-sql (#10685)
add 5991db1b44 [doc] Change datasource doc (#10660)
add 38bce4f2d3 [doc] Change tasks doc (#10639)
add bb19830cb3 fix (#10678)
add 4209c018ff fix bug where project overview page display no data (#10720)
add 74b977f36d [doc] Modified alert doc files (#10714)
add ac275e8aa4 [doc] Modify quick start. (#10712)
add 97a78467f7 Merging general settings to faq (#10716)
add 50403fa43d [Docs] Replace the dag screenshot of the README. (#10741)
add 6493703f50 [doc] Modified project doc. (#10711)
add 786d9418ec [doc] Change tasks docs (#10751)
add 997244d1c4 [doc] Unify data source switching of the docs during
installation (#10688)
add 6d104f42d1 Fix language not matched (#10775)
add 2ae63c4eb5 [Bug][Script] Remove deprecated arg in remove-zk-node.sh
(#10789)
add 23cd3e85e2 [Improvement] [Alert Server] Add default datasource url in
alert server application.yaml for consistency (#10790)
add 4d7f59b797 [doc] Replace the dag screenshot of the README. (#10798)
add 8159ea5845 [doc] Modified dq, monitor, security, resources (#10715)
add b15ffdda29 [Fix][UI] Fix the environment name display back error.
(#10797)
add 0cb7cb561f [doc] Modify features, hw, intro and homepage docs. (#10713)
add d4540c489b [doc] Correct custom jdbc driver for K8s Doc (#10768)
add 7056e1f9fe [Improvement] Resource authority module database table
unique index increased. (#10807)
add 1a70a4cc82 [Build][UI] Updated dependencies. (#10813)
add 3f8f878a93 [Docs] Updated license. (#10838)
add d8ee6c915c [Fix-10829][UI] display real workflow relation in `WorkFlow
Relation` page (#10836)
add 71ffd4e989 [Doc][Upgrade] Fix tiny error in upgrade docs (#10847)
add 9a3cb76863 [Fix-10830][Doc] Change the start or install script command
sh in the document to bash (#10831)
add 7b7ec0f20f Complement numbers will run in a loop under the serial
strategy fixed. (#10862)
add 00393be7c6 [Fix][UI] Fix hive datasource doesn't show principal bug
(#10876)
add c40492d52a [doc] Add missing doc change by snehal (#10892)
add 1543cdd1b5 [bug][task-plugins]fix switch class name and add param
check to the switch task plugin (#10894)
add 92492244d5 display timing record start time (#10915)
add c450e7a5ac fix bug where task name display in gantt (#10900)
add d1cf6fe86b Solve transaction problems under multi-threading (#10917)
add bc690501c4 [FIX-10784][Bug] [ALERT-SERVER] FEISHU Plugin might block
the whole alert process loop (#10888)
add d7582c9864 fix: typo task definition. (#10958)
add 6880a72984 [Fix-10890] fix some bugs in the Resource page (#10907)
add 85e5031786 [Fix-10595][api] Fix Dependent Node Only View Projects
Created By Self (#10834)
add a015aa8fdc remove task in dev
add ae4c3ab4e1 [Fix] Fix the JSONUtils tool class time zone problem #10282
(#10284)
No new revisions were added by this update.
Summary of changes:
.github/workflows/backend.yml | 16 +-
.github/workflows/unit-test.yml | 7 +-
deploy/docker/docker-compose.yml | 1 +
deploy/docker/docker-stack.yml | 1 +
.../templates/deployment-dolphinscheduler-api.yaml | 2 +
.../templates/svc-dolphinscheduler-api.yaml | 7 +
docs/configs/docsdev.js | 388 +++--
docs/docs/en/about/features.md | 19 +
docs/docs/en/about/hardware.md | 19 +-
docs/docs/en/about/introduction.md | 18 +-
docs/docs/en/architecture/design.md | 152 +-
docs/docs/en/architecture/metadata.md | 193 +--
.../docs/en/guide/alert/alert_plugin_user_guide.md | 22 +-
docs/docs/en/guide/alert/dingtalk.md | 34 +-
docs/docs/en/guide/alert/email.md | 4 +
docs/docs/en/guide/alert/enterprise-webexteams.md | 33 +-
docs/docs/en/guide/alert/enterprise-wechat.md | 4 +-
docs/docs/en/guide/alert/http.md | 21 +-
docs/docs/en/guide/alert/script.md | 17 +-
docs/docs/en/guide/alert/telegram.md | 41 +-
docs/docs/en/guide/data-quality.md | 531 ++++---
docs/docs/en/guide/datasource/clickhouse.md | 21 +
docs/docs/en/guide/datasource/db2.md | 21 +
docs/docs/en/guide/datasource/hive.md | 22 +-
docs/docs/en/guide/datasource/introduction.md | 24 -
docs/docs/en/guide/datasource/mysql.md | 24 +-
docs/docs/en/guide/datasource/oracle.md | 21 +
docs/docs/en/guide/datasource/postgresql.md | 22 +-
docs/docs/en/guide/datasource/presto.md | 22 +
docs/docs/en/guide/datasource/redshift.md | 21 +
docs/docs/en/guide/datasource/spark.md | 22 +-
docs/docs/en/guide/datasource/sqlserver.md | 21 +
docs/docs/en/guide/expansion-reduction.md | 32 +-
docs/docs/en/guide/homepage.md | 2 +-
docs/docs/en/guide/howto/datasource-setting.md | 94 ++
docs/docs/en/guide/howto/general-setting.md | 2 -
docs/docs/en/guide/installation/kubernetes.md | 9 +-
docs/docs/en/guide/installation/pseudo-cluster.md | 70 +-
docs/docs/en/guide/installation/standalone.md | 22 +-
docs/docs/en/guide/monitor.md | 20 +-
docs/docs/en/guide/parameter/built-in.md | 58 +-
docs/docs/en/guide/parameter/context.md | 2 +-
docs/docs/en/guide/parameter/global.md | 4 +-
docs/docs/en/guide/parameter/local.md | 30 +-
docs/docs/en/guide/parameter/priority.md | 14 +-
docs/docs/en/guide/project/project-list.md | 34 +-
docs/docs/en/guide/project/task-instance.md | 10 +-
docs/docs/en/guide/project/workflow-definition.md | 150 +-
docs/docs/en/guide/project/workflow-instance.md | 58 +-
docs/docs/en/guide/project/workflow-relation.md | 3 +
docs/docs/en/guide/resource/configuration.md | 77 +-
docs/docs/en/guide/resource/file-manage.md | 54 +-
docs/docs/en/guide/resource/intro.md | 5 +
docs/docs/en/guide/resource/task-group.md | 30 +-
docs/docs/en/guide/resource/udf-manage.md | 30 +-
docs/docs/en/guide/security.md | 184 ++-
docs/docs/en/guide/start/quick-start.md | 68 +-
docs/docs/en/guide/task/conditions.md | 52 +-
docs/docs/en/guide/task/datax.md | 130 +-
docs/docs/en/guide/task/dependent.md | 3 +-
docs/docs/en/guide/task/emr.md | 29 +-
docs/docs/en/guide/task/flink.md | 78 +-
docs/docs/en/guide/task/http.md | 49 +-
docs/docs/en/guide/task/map-reduce.md | 84 +-
docs/docs/en/guide/task/pigeon.md | 32 +-
docs/docs/en/guide/task/python.md | 41 +-
docs/docs/en/guide/task/shell.md | 59 +-
docs/docs/en/guide/task/spark.md | 77 +-
docs/docs/en/guide/task/sql.md | 49 +-
docs/docs/en/guide/task/stored-procedure.md | 21 +-
docs/docs/en/guide/task/sub-process.md | 33 +-
docs/docs/en/guide/task/switch.md | 47 +-
docs/docs/en/guide/task/zeppelin.md | 35 -
docs/docs/en/guide/upgrade.md | 4 +-
docs/docs/zh/about/features.md | 19 +
docs/docs/zh/about/introduction.md | 14 +-
docs/docs/zh/architecture/design.md | 203 +--
docs/docs/zh/architecture/metadata.md | 198 +--
docs/docs/zh/guide/datasource/introduction.md | 21 -
docs/docs/zh/guide/datasource/mysql.md | 2 +-
docs/docs/zh/guide/expansion-reduction.md | 32 +-
docs/docs/zh/guide/homepage.md | 2 +-
docs/docs/zh/guide/howto/datasource-setting.md | 92 ++
docs/docs/zh/guide/installation/kubernetes.md | 37 +-
docs/docs/zh/guide/installation/pseudo-cluster.md | 70 +-
docs/docs/zh/guide/installation/standalone.md | 21 +-
docs/docs/zh/guide/project/project-list.md | 4 +-
docs/docs/zh/guide/resource/intro.md | 4 +
docs/docs/zh/guide/task/sql.md | 14 +-
docs/docs/zh/guide/upgrade.md | 2 +-
docs/img/distributed_lock_procss.png | Bin 26481 -> 0 bytes
docs/img/introduction_ui.png | Bin 0 -> 159241 bytes
docs/img/metadata-erd/command.png | Bin 56471 -> 0 bytes
docs/img/metadata-erd/process-task.png | Bin 291362 -> 0 bytes
docs/img/metadata-erd/process_definition.png | Bin 0 -> 150909 bytes
.../project_tenant_process_definition_schedule.png | Bin 0 -> 65439 bytes
docs/img/new_ui/dev/datasource/ClickHouse.png | Bin 0 -> 84070 bytes
docs/img/new_ui/dev/datasource/DB2.png | Bin 0 -> 83693 bytes
docs/img/new_ui/dev/datasource/oracle.png | Bin 0 -> 83589 bytes
docs/img/new_ui/dev/datasource/presto.png | Bin 0 -> 83880 bytes
docs/img/new_ui/dev/datasource/redshift.png | Bin 0 -> 83630 bytes
docs/img/new_ui/dev/datasource/sql_server.png | Bin 0 -> 85036 bytes
.../{project-list.png => project-create.png} | Bin
docs/img/new_ui/dev/project/project-list.png | Bin 129969 -> 64183 bytes
docs/img/new_ui/dev/project/work-relation.png | Bin 0 -> 64892 bytes
docs/img/new_ui/dev/project/workflow-overview.png | Bin 0 -> 76575 bytes
docs/img/tasks/demo/pre_post_sql.png | Bin 0 -> 86619 bytes
docs/img/video_cover/quick-use.png | Bin 546414 -> 0 bytes
.../apache/dolphinscheduler/alert/AlertConfig.java | 11 +
.../dolphinscheduler/alert/AlertSenderService.java | 19 +-
.../src/main/resources/application.yaml | 6 +
.../alert/runner/AlertSenderServiceTest.java | 6 +
.../service/impl/ProcessDefinitionServiceImpl.java | 4 +
.../api/service/impl/WorkerGroupServiceImpl.java | 7 +-
.../apache/dolphinscheduler/api/vo/ScheduleVo.java | 1 +
.../dolphinscheduler/common/utils/HadoopUtils.java | 28 +-
.../dolphinscheduler/common/utils/JSONUtils.java | 4 +
.../common/utils/JSONUtilsTest.java | 14 +-
.../dao/entity/TaskDefinition.java | 2 +-
.../dolphinscheduler/dao/mapper/ProjectMapper.xml | 10 +-
.../src/main/resources/sql/dolphinscheduler_h2.sql | 13 +-
.../main/resources/sql/dolphinscheduler_mysql.sql | 13 +-
.../resources/sql/dolphinscheduler_postgresql.sql | 11 +-
.../3.0.0_schema/mysql/dolphinscheduler_ddl.sql | 13 +
.../postgresql/dolphinscheduler_ddl.sql | 13 +
.../dao/mapper/ProjectMapperTest.java | 30 +-
.../dao/mapper/UdfFuncMapperTest.java | 14 +-
.../datasource/api/utils/CommonUtilsTest.java | 47 +-
dolphinscheduler-dist/release-docs/LICENSE | 44 +-
.../e2e/pages/resource/ResourcePage.java | 4 +-
.../master/runner/WorkflowExecuteThread.java | 4 +-
.../server/master/BlockingTaskTest.java | 1 -
dolphinscheduler-registry/pom.xml | 1 -
.../service/process/ProcessServiceImpl.java | 17 +-
.../src/main/resources/application.yaml | 3 +
.../plugin/task/datax/DataxTask.java | 1 +
.../dolphinscheduler/plugin/task/sql/SqlTask.java | 2 +-
.../task/switchtask/SubProcessTaskChannel.java | 52 -
.../plugin/task/switchtask/SwitchCondition.java | 25 +-
.../plugin/task/switchtask/SwitchParameters.java} | 45 +-
.../plugin/task/switchtask/SwitchResult.java | 25 +-
.../plugin/task/switchtask/SwitchTaskChannel.java} | 8 +-
...lFactory.java => SwitchTaskChannelFactory.java} | 12 +-
dolphinscheduler-ui/package.json | 44 +-
dolphinscheduler-ui/pnpm-lock.yaml | 1672 ++++++++++----------
.../src/components/result/index.tsx | 2 +-
.../src/views/datasource/list/detail.tsx | 8 +-
.../src/views/datasource/list/use-form.ts | 2 +-
dolphinscheduler-ui/src/views/home/index.tsx | 5 +-
.../src/views/projects/overview/index.tsx | 5 +-
.../components/node/fields/use-environment-name.ts | 26 +-
.../{use-failed.ts => use-resource-limit.ts} | 20 +-
.../workflow/components/dag/use-task-edit.ts | 3 +-
.../definition/components/table-action.tsx | 1 -
.../projects/workflow/definition/index.module.scss | 3 +
.../projects/workflow/definition/use-table.ts | 1 -
.../instance/gantt/components/gantt-chart.tsx | 32 +-
.../workflow/relation/components/Graph.tsx | 18 +-
.../src/views/projects/workflow/relation/index.tsx | 1 +
.../projects/workflow/relation/use-relation.ts | 19 +-
.../src/views/resource/file/upload/index.tsx | 6 +-
.../udf/function/components/function-modal.tsx | 2 +-
.../udf/resource/components/folder-modal.tsx | 17 +-
.../udf/resource/components/upload-modal.tsx | 9 +
.../resource/udf/resource/components/use-form.ts | 9 +
.../resource/udf/resource/components/use-modal.ts | 2 +-
images/en_US/dag.png | Bin 79223 -> 83114 bytes
images/en_US/home.png | Bin 96618 -> 119233 bytes
images/en_US/master.png | Bin 72646 -> 76218 bytes
images/zh_CN/dag.png | Bin 78112 -> 81763 bytes
images/zh_CN/home.png | Bin 82523 -> 105634 bytes
images/zh_CN/master.png | Bin 71502 -> 75011 bytes
script/remove-zk-node.sh | 2 +-
173 files changed, 3513 insertions(+), 3297 deletions(-)
create mode 100644 docs/docs/en/about/features.md
create mode 100644 docs/docs/en/guide/datasource/clickhouse.md
create mode 100644 docs/docs/en/guide/datasource/db2.md
delete mode 100644 docs/docs/en/guide/datasource/introduction.md
create mode 100644 docs/docs/en/guide/datasource/oracle.md
create mode 100644 docs/docs/en/guide/datasource/presto.md
create mode 100644 docs/docs/en/guide/datasource/redshift.md
create mode 100644 docs/docs/en/guide/datasource/sqlserver.md
create mode 100644 docs/docs/en/guide/howto/datasource-setting.md
create mode 100644 docs/docs/en/guide/project/workflow-relation.md
create mode 100644 docs/docs/en/guide/resource/intro.md
delete mode 100644 docs/docs/en/guide/task/zeppelin.md
create mode 100644 docs/docs/zh/about/features.md
delete mode 100644 docs/docs/zh/guide/datasource/introduction.md
create mode 100644 docs/docs/zh/guide/howto/datasource-setting.md
create mode 100644 docs/docs/zh/guide/resource/intro.md
delete mode 100644 docs/img/distributed_lock_procss.png
create mode 100644 docs/img/introduction_ui.png
delete mode 100644 docs/img/metadata-erd/command.png
delete mode 100644 docs/img/metadata-erd/process-task.png
create mode 100644 docs/img/metadata-erd/process_definition.png
create mode 100644
docs/img/metadata-erd/project_tenant_process_definition_schedule.png
create mode 100644 docs/img/new_ui/dev/datasource/ClickHouse.png
create mode 100644 docs/img/new_ui/dev/datasource/DB2.png
create mode 100644 docs/img/new_ui/dev/datasource/oracle.png
create mode 100644 docs/img/new_ui/dev/datasource/presto.png
create mode 100644 docs/img/new_ui/dev/datasource/redshift.png
create mode 100644 docs/img/new_ui/dev/datasource/sql_server.png
copy docs/img/new_ui/dev/project/{project-list.png => project-create.png}
(100%)
create mode 100644 docs/img/new_ui/dev/project/work-relation.png
create mode 100644 docs/img/new_ui/dev/project/workflow-overview.png
create mode 100644 docs/img/tasks/demo/pre_post_sql.png
delete mode 100644 docs/img/video_cover/quick-use.png
delete mode 100644
dolphinscheduler-task-plugin/dolphinscheduler-task-switch/src/main/java/org/apache/dolphinscheduler/plugin/task/switchtask/SubProcessTaskChannel.java
copy
dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/rpc/protocol/RpcProtocol.java
=>
dolphinscheduler-task-plugin/dolphinscheduler-task-switch/src/main/java/org/apache/dolphinscheduler/plugin/task/switchtask/SwitchCondition.java
(65%)
copy
dolphinscheduler-task-plugin/{dolphinscheduler-task-seatunnel/src/main/java/org/apache/dolphinscheduler/plugin/task/seatunnel/SeatunnelParameters.java
=>
dolphinscheduler-task-switch/src/main/java/org/apache/dolphinscheduler/plugin/task/switchtask/SwitchParameters.java}
(54%)
copy
dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/rpc/protocol/RpcProtocol.java
=>
dolphinscheduler-task-plugin/dolphinscheduler-task-switch/src/main/java/org/apache/dolphinscheduler/plugin/task/switchtask/SwitchResult.java
(61%)
copy
dolphinscheduler-task-plugin/{dolphinscheduler-task-http/src/main/java/org/apache/dolphinscheduler/plugin/task/http/HttpTaskChannel.java
=>
dolphinscheduler-task-switch/src/main/java/org/apache/dolphinscheduler/plugin/task/switchtask/SwitchTaskChannel.java}
(90%)
rename
dolphinscheduler-task-plugin/dolphinscheduler-task-switch/src/main/java/org/apache/dolphinscheduler/plugin/task/switchtask/{SubProcessTaskChannelFactory.java
=> SwitchTaskChannelFactory.java} (84%)
copy
dolphinscheduler-ui/src/views/projects/task/components/node/fields/{use-failed.ts
=> use-resource-limit.ts} (76%)