From c9660e16b89eb625e8a02207e8ea952b2191be37 Mon Sep 17 00:00:00 2001 From: Amy0104 Date: Thu, 8 Dec 2022 11:36:34 +0800 Subject: [PATCH] [Feature][Doc] Added change log. (#13130) --- docs/configs/docsdev.js | 2187 +++++++++++++++++++------------------ docs/docs/en/changelog.md | 530 +++++++++ 2 files changed, 1628 insertions(+), 1089 deletions(-) create mode 100644 docs/docs/en/changelog.md diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js index dabfc687da..0291b58f12 100644 --- a/docs/configs/docsdev.js +++ b/docs/configs/docsdev.js @@ -18,1096 +18,1105 @@ * */ export default { - 'en-us': { - sidemenu: [ - { - title: 'About', - children: [ - { - title: 'Introduction', - link: '/en-us/docs/3.0.0/user_doc/about/introduction.html', - }, - { - title: 'Features', - link: '/en-us/docs/3.0.0/user_doc/about/features.html', - }, - { - title: 'Hardware Environment', - link: '/en-us/docs/3.0.0/user_doc/about/hardware.html', - }, - { - title: 'Glossary', - link: '/en-us/docs/3.0.0/user_doc/about/glossary.html', - } - ], - }, - { - title: 'Quick Start', - children: [ - { - title: 'Quick Start', - link: '/en-us/docs/3.0.0/user_doc/guide/start/quick-start.html', - }, - { - title: 'Docker Deployment', - link: '/en-us/docs/3.0.0/user_doc/guide/start/docker.html', - }, - ], - }, - { - title: 'Introduction to Functions', - children: [ - { - title: 'Workflow Overview', - link: '/en-us/docs/3.0.0/user_doc/guide/homepage.html', - }, - { - title: 'Project', - children: [ - { - title: 'Project List', - link: '/en-us/docs/3.0.0/user_doc/guide/project/project-list.html', - }, - { - title: 'Workflow Definition', - link: '/en-us/docs/3.0.0/user_doc/guide/project/workflow-definition.html', - }, - { - title: 'Workflow Instance', - link: '/en-us/docs/3.0.0/user_doc/guide/project/workflow-instance.html', - }, - { - title: 'Task Instance', - link: '/en-us/docs/3.0.0/user_doc/guide/project/task-instance.html', - }, - { - title: 'Task Definition', - link: '/zh-cn/docs/3.0.0/user_doc/guide/project/task-definition.html', - }, - ] - }, - { - title: 'Task', - children: [ - { - title: 'Shell', - link: '/en-us/docs/3.0.0/user_doc/guide/task/shell.html', - }, - { - title: 'SubProcess', - link: '/en-us/docs/3.0.0/user_doc/guide/task/sub-process.html', - }, - { - title: 'Dependent', - link: '/en-us/docs/3.0.0/user_doc/guide/task/dependent.html', - }, - { - title: 'Stored Procedure', - link: '/en-us/docs/3.0.0/user_doc/guide/task/stored-procedure.html', - }, - { - title: 'SQL', - link: '/en-us/docs/3.0.0/user_doc/guide/task/sql.html', - }, - { - title: 'Spark', - link: '/en-us/docs/3.0.0/user_doc/guide/task/spark.html', - }, - { - title: 'MapReduce', - link: '/en-us/docs/3.0.0/user_doc/guide/task/map-reduce.html', - }, - { - title: 'Python', - link: '/en-us/docs/3.0.0/user_doc/guide/task/python.html', - }, - { - title: 'Flink', - link: '/en-us/docs/3.0.0/user_doc/guide/task/flink.html', - }, - { - title: 'HTTP', - link: '/en-us/docs/3.0.0/user_doc/guide/task/http.html', - }, - { - title: 'DataX', - link: '/en-us/docs/3.0.0/user_doc/guide/task/datax.html', - }, - { - title: 'Pigeon', - link: '/en-us/docs/3.0.0/user_doc/guide/task/pigeon.html', - }, - { - title: 'Conditions', - link: '/en-us/docs/3.0.0/user_doc/guide/task/conditions.html', - }, - { - title: 'Switch', - link: '/en-us/docs/3.0.0/user_doc/guide/task/switch.html', - }, - { - title: 'Amazon EMR', - link: '/en-us/docs/3.0.0/user_doc/guide/task/emr.html', - }, - { - title: 'Apache Zeppelin', - link: '/en-us/docs/3.0.0/user_doc/guide/task/zeppelin.html', - }, - ], - }, - { - title: 'Parameter', - children: [ - { - title: 'Built-in Parameter', - link: '/en-us/docs/3.0.0/user_doc/guide/parameter/built-in.html', - }, - { - title: 'Global Parameter', - link: '/en-us/docs/3.0.0/user_doc/guide/parameter/global.html', - }, - { - title: 'Local Parameter', - link: '/en-us/docs/3.0.0/user_doc/guide/parameter/local.html', - }, - { - title: 'Parameter Context', - link: '/en-us/docs/3.0.0/user_doc/guide/parameter/context.html', - }, - { - title: 'Parameter Priority', - link: '/en-us/docs/3.0.0/user_doc/guide/parameter/priority.html', - }, - ], - }, - { - title: 'Data Source', - children: [ - { - title: 'MySQL', - link: '/en-us/docs/3.0.0/user_doc/guide/datasource/mysql.html', - }, - { - title: 'PostgreSQL', - link: '/en-us/docs/3.0.0/user_doc/guide/datasource/postgresql.html', - }, - { - title: 'HIVE', - link: '/en-us/docs/3.0.0/user_doc/guide/datasource/hive.html', - }, - { - title: 'Spark', - link: '/en-us/docs/3.0.0/user_doc/guide/datasource/spark.html', - }, - { - title: 'Presto', - link: '/en-us/docs/3.0.0/user_doc/guide/datasource/presto.html', - }, - { - title: 'SQL SERVER', - link: '/en-us/docs/3.0.0/user_doc/guide/datasource/sqlserver.html', - }, - { - title: 'Amazon Redshift', - link: '/en-us/docs/3.0.0/user_doc/guide/datasource/redshift.html', - }, - { - title: 'ClickHouse', - link: '/en-us/docs/3.0.0/user_doc/guide/datasource/clickhouse.html', - }, - { - title: 'IBM DB2', - link: '/en-us/docs/3.0.0/user_doc/guide/datasource/db2.html', - }, - { - title: 'Oracle', - link: '/en-us/docs/3.0.0/user_doc/guide/datasource/oracle.html', - }, - ], - }, - { - title: 'Alert', - children: [ - { - title: 'Alert Component User Guide ', - link: '/en-us/docs/3.0.0/user_doc/guide/alert/alert_plugin_user_guide.html', - }, - { - title: 'Email', - link: '/en-us/docs/3.0.0/user_doc/guide/alert/email.html', - }, - { - title: 'Telegram', - link: '/en-us/docs/3.0.0/user_doc/guide/alert/telegram.html', - }, - { - title: 'Ding Talk', - link: '/en-us/docs/3.0.0/user_doc/guide/alert/dingtalk.html', - }, - { - title: 'Enterprise Wechat', - link: '/en-us/docs/3.0.0/user_doc/guide/alert/enterprise-wechat.html', - }, - { - title: 'Enterprise Webexteams', - link: '/en-us/docs/3.0.0/user_doc/guide/alert/enterprise-webexteams.html', - }, - { - title: 'Script', - link: '/en-us/docs/3.0.0/user_doc/guide/alert/script.html', - }, - { - title: 'Http', - link: '/en-us/docs/3.0.0/user_doc/guide/alert/http.html', - }, - { - title: 'Feishu', - link: '/en-us/docs/3.0.0/user_doc/guide/alert/feishu.html', - }, - ], - }, - { - title: 'Resource', - children: [ - { - title: 'Introduction', - link: '/en-us/docs/3.0.0/user_doc/guide/resource/intro.html' - }, - { - title: 'Configuration', - link: '/en-us/docs/3.0.0/user_doc/guide/resource/configuration.html' - }, - { - title: 'File Manage', - link: '/en-us/docs/3.0.0/user_doc/guide/resource/file-manage.html' - }, - { - title: 'UDF Manage', - link: '/en-us/docs/3.0.0/user_doc/guide/resource/udf-manage.html' - }, - { - title: 'Task Group Manage', - link: '/en-us/docs/3.0.0/user_doc/guide/resource/task-group.html' - }, - ], - }, - { - title: 'Monitor', - link: '/en-us/docs/3.0.0/user_doc/guide/monitor.html', - }, - { - title: 'Security', - link: '/en-us/docs/3.0.0/user_doc/guide/security.html', - }, - { - title: 'Metrics', - children: [ - { - title: 'Metrics', - link: '/en-us/docs/3.0.0/user_doc/guide/metrics/metrics.html', - } - ], - }, - { - title: 'Data Quality', - link: '/en-us/docs/3.0.0/user_doc/guide/data-quality.html', - }, - { - title: 'Upgrade', - link: '/en-us/docs/3.0.0/user_doc/guide/upgrade.html', - }, - { - title: 'Expansion and Reduction', - link: '/en-us/docs/3.0.0/user_doc/guide/expansion-reduction.html', - }, - ], - }, - { - title: 'Installation', - children: [ - { - title: 'Standalone Deployment', - link: '/en-us/docs/3.0.0/user_doc/guide/installation/standalone.html', - }, - { - title: 'Pseudo Cluster Deployment', - link: '/en-us/docs/3.0.0/user_doc/guide/installation/pseudo-cluster.html', - }, - { - title: 'Cluster Deployment', - link: '/en-us/docs/3.0.0/user_doc/guide/installation/cluster.html', - }, - { - title: 'Kubernetes Deployment', - link: '/en-us/docs/3.0.0/user_doc/guide/installation/kubernetes.html', - }, - ], - }, - { - title: 'Architecture Guide', - children: [ - { - title: 'Architecture Design', - link: '/en-us/docs/3.0.0/user_doc/architecture/design.html', - }, - { - title: 'Metadata', - link: '/en-us/docs/3.0.0/user_doc/architecture/metadata.html', - }, - { - title: 'Configuration File', - link: '/en-us/docs/3.0.0/user_doc/architecture/configuration.html', - }, - { - title: 'Task Structure', - link: '/en-us/docs/3.0.0/user_doc/architecture/task-structure.html', - }, - { - title: 'Load Balance', - link: '/en-us/docs/3.0.0/user_doc/architecture/load-balance.html', - }, - { - title: 'Cache', - link: '/en-us/docs/3.0.0/user_doc/architecture/cache.html', - }, - ], - }, - { - title: 'API', - children: [ - { - title: 'Open API', - link: '/en-us/docs/3.0.0/user_doc/guide/open-api.html', - }, - { - title: 'PyDolphinScheduler', - link: '/python/3.0.0/index.html', - }, - { - title: 'Health Check', - link: '/en-us/docs/3.0.0/user_doc/guide/healthcheck.html', - }, - ], - }, - { - title: 'Contribution', - children: [ - { - title: 'Join', - children: [ - { - title: 'Security Report', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/security.html', - }, - { - title: 'How to Become a Committer', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/become-a-committer.html', - }, - { - title: 'Subscribe Mailing Lists', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/subscribe.html', - }, - { - title: 'Participate in Contributing', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/contribute.html', - }, - { - title: 'Code of Conduct', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/code-conduct.html', - }, - { - title: 'Review Issue or Pull Requests', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/review.html', - }, - { - title: 'E2E Contribution Guide', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/e2e-guide.html', - }, - { - title: 'Submit Code', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/submit-code.html', - }, - { - title: 'License Notice', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/DS-License.html', - }, - { - title: 'Document Notice', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/document.html', - }, - { - title: 'Issue Notice', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/issue.html', - }, - { - title: 'Pull Request Notice', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/pull-request.html', - }, - { - title: 'Commit Message Notice', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/commit-message.html', - }, - { - title: 'Micro BenchMark Notice', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/microbench.html', - }, - { - title: 'Unit Test Writing Guide', - link: '/en-us/docs/3.0.0/user_doc/contribute/join/unit-test.html', - }, - ], - }, - { - title: 'Development Environment Setup', - link: '/en-us/docs/3.0.0/user_doc/contribute/development-environment-setup.html', - }, - { - title: 'Design Document', - children: [ - // TODO not support multiply level for now - // { - // title: 'SPI', - // children: [ - { - title: 'Architecture Design', - link: '/en-us/docs/3.0.0/user_doc/contribute/architecture-design.html', - }, - { - title: 'Alert SPI', - link: '/en-us/docs/3.0.0/user_doc/contribute/backend/spi/alert.html', - }, - { - title: 'Registry SPI', - link: '/en-us/docs/3.0.0/user_doc/contribute/backend/spi/registry.html', - }, - { - title: 'Task SPI', - link: '/en-us/docs/3.0.0/user_doc/contribute/backend/spi/task.html', - }, - { - title: 'Datasource SPI', - link: '/en-us/docs/3.0.0/user_doc/contribute/backend/spi/datasource.html', - }, - { - title: 'Mechanism Design', - link: '/en-us/docs/3.0.0/user_doc/contribute/backend/mechanism/overview.html', - }, - ], - }, - { - title: 'Guidelines', - children: [ - { - title: 'Frontend Development', - link: '/en-us/docs/3.0.0/user_doc/contribute/frontend-development.html', - }, - { - title: 'API Standard', - link: '/en-us/docs/3.0.0/user_doc/contribute/api-standard.html', - }, - { - title: 'E2E Automation Test', - link: '/en-us/docs/3.0.0/user_doc/contribute/e2e-test.html', - }, - { - title: 'API Automation Test', - link: '/en-us/docs/3.0.0/user_doc/contribute/api-test.html', - }, - ], - }, - { - title: 'Release Guide', - children: [ - { - title: 'Release Preparation', - link: '/en-us/docs/3.0.0/user_doc/contribute/release/release-prepare.html', - }, - { - title: 'Release Guide', - link: '/en-us/docs/3.0.0/user_doc/contribute/release/release.html', - }, - { - title: 'Release Post', - link: '/en-us/docs/3.0.0/user_doc/contribute/release/release-post.html', - }, - ], - }, - { - title: 'Questions & Communications', - link: '/en-us/docs/3.0.0/user_doc/contribute/have-questions.html', - }, - ], - }, - { - title: 'DSIP', - children: [ - { - title: 'DSIP', - link: '/en-us/docs/3.0.0/user_doc/DSIP.html', - }, - ], - }, - { - title: 'FAQ', - children: [ - { - title: 'General Setting', - link: '/en-us/docs/3.0.0/user_doc/guide/howto/general-setting.html', - }, - { - title: 'Datasource Setting', - link: '/en-us/docs/3.0.0/user_doc/guide/howto/datasource-setting.html', - }, - { - title: 'Others', - link: '/en-us/docs/release/faq.html', - } - ], - }, - { - title: 'Older Versions', - children: [ - { - title: 'Older Versions', - link: '/en-us/docs/release/history-versions.html', - }, - ], - }, + 'en-us': { + sidemenu: [ + { + title: 'About', + children: [ + { + title: 'Introduction', + link: '/en-us/docs/3.0.0/user_doc/about/introduction.html', + }, + { + title: 'Features', + link: '/en-us/docs/3.0.0/user_doc/about/features.html', + }, + { + title: 'Hardware Environment', + link: '/en-us/docs/3.0.0/user_doc/about/hardware.html', + }, + { + title: 'Glossary', + link: '/en-us/docs/3.0.0/user_doc/about/glossary.html', + }, ], - barText: 'Documentation', - }, - 'zh-cn': { - sidemenu: [ - { - title: '关于Apache DolphinScheduler', - children: [ - { - title: '简介', - link: '/zh-cn/docs/3.0.0/user_doc/about/introduction.html', - }, - { - title: '特性', - link: '/zh-cn/docs/3.0.0/user_doc/about/features.html', - }, - { - title: '建议配置', - link: '/zh-cn/docs/3.0.0/user_doc/about/hardware.html', - }, - { - title: '名词解释', - link: '/zh-cn/docs/3.0.0/user_doc/about/glossary.html', - }, - ], - }, - { - title: '快速上手', - children: [ - { - title: '快速上手', - link: '/zh-cn/docs/3.0.0/user_doc/guide/start/quick-start.html', - }, - { - title: 'Docker部署(Docker)', - link: '/zh-cn/docs/3.0.0/user_doc/guide/start/docker.html', - }, - ], - }, - { - title: '功能介绍', - children: [ - { - title: '应用首页', - link: '/zh-cn/docs/3.0.0/user_doc/guide/homepage.html', - }, - { - title: '项目管理', - children: [ - { - title: '项目列表', - link: '/zh-cn/docs/3.0.0/user_doc/guide/project/project-list.html', - }, - { - title: '工作流定义', - link: '/zh-cn/docs/3.0.0/user_doc/guide/project/workflow-definition.html', - }, - { - title: '工作流实例', - link: '/zh-cn/docs/3.0.0/user_doc/guide/project/workflow-instance.html', - }, - { - title: '任务实例', - link: '/zh-cn/docs/3.0.0/user_doc/guide/project/task-instance.html', - }, - { - title: '任务定义', - link: '/zh-cn/docs/3.0.0/user_doc/guide/project/task-definition.html', - }, - ] - }, - { - title: '任务类型', - children: [ - { - title: 'Shell', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/shell.html', - }, - { - title: 'SubProcess', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/sub-process.html', - }, - { - title: 'Dependent', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/dependent.html', - }, - { - title: 'Stored Procedure', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/stored-procedure.html', - }, - { - title: 'SQL', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/sql.html', - }, - { - title: 'Spark', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/spark.html', - }, - { - title: 'MapReduce', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/map-reduce.html', - }, - { - title: 'Python', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/python.html', - }, - { - title: 'Flink', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/flink.html', - }, - { - title: 'HTTP', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/http.html', - }, - { - title: 'DataX', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/datax.html', - }, - { - title: 'Pigeon', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/pigeon.html', - }, - { - title: 'Conditions', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/conditions.html', - }, - { - title: 'Switch', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/switch.html', - }, - { - title: 'Amazon EMR', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/emr.html', - }, - { - title: 'Apache Zeppelin', - link: '/zh-cn/docs/3.0.0/user_doc/guide/task/zeppelin.html', - }, - ], - }, - { - title: '参数', - children: [ - { - title: '内置参数', - link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/built-in.html', - }, - { - title: '全局参数', - link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/global.html', - }, - { - title: '本地参数', - link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/local.html', - }, - { - title: '参数传递', - link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/context.html', - }, - { - title: '参数优先级', - link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/priority.html', - }, - ], - }, - { - title: '数据源中心', - children: [ - { - title: 'MySQL', - link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/mysql.html', - }, - { - title: 'PostgreSQL', - link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/postgresql.html', - }, - { - title: 'HIVE', - link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/hive.html', - }, - { - title: 'Spark', - link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/spark.html', - }, - ], - }, - { - title: '告警', - children: [ - { - title: '告警组件向导', - link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/alert_plugin_user_guide.html', - }, - { - title: 'Email', - link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/email.html', - }, - { - title: 'Telegram', - link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/telegram.html', - }, - { - title: '钉钉告警', - link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/dingtalk.html', - }, - { - title: '企业微信', - link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/enterprise-wechat.html', - }, - { - title: 'Webexteams', - link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/enterprise-webexteams.html', - }, - { - title: '脚本告警', - link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/script.html', - }, - { - title: 'Http告警', - link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/http.html', - }, - { - title: '飞书告警', - link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/feishu.html', - }, - ], - }, - { - title: '资源中心', - children: [ - { - title: '简介', - link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/intro.html' - }, - { - title: '配置详情', - link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/configuration.html' - }, - { - title: '文件管理', - link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/file-manage.html' - }, - { - title: 'UDF 管理', - link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/udf-manage.html' - }, - { - title: '任务组管理', - link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/task-group.html' - }, - ], - }, - { - title: '监控中心', - link: '/zh-cn/docs/3.0.0/user_doc/guide/monitor.html', - }, - { - title: '安全中心', - link: '/zh-cn/docs/3.0.0/user_doc/guide/security.html', - }, - { - title: '指标相关', - children: [ - { - title: '指标', - link: '/zh-cn/docs/3.0.0/user_doc/guide/metrics/metrics.html', - } - ], - }, - { - title: '数据质量', - link: '/zh-cn/docs/3.0.0/user_doc/guide/data-quality.html', - }, - { - title: '升级', - link: '/zh-cn/docs/3.0.0/user_doc/guide/upgrade.html', - }, - { - title: '扩/缩容', - link: '/zh-cn/docs/3.0.0/user_doc/guide/expansion-reduction.html', - }, - ], - }, - { - title: '部署指南', - children: [ - { - title: '单机部署(Standalone)', - link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/standalone.html', - }, - { - title: '伪集群部署(Pseudo-Cluster)', - link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/pseudo-cluster.html', - }, - { - title: '集群部署(Cluster)', - link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/cluster.html', - }, - { - title: 'Kubernetes部署(Kubernetes)', - link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/kubernetes.html', - }, - ], - }, - { + }, + { + title: 'Quick Start', + children: [ + { + title: 'Quick Start', + link: '/en-us/docs/3.0.0/user_doc/guide/start/quick-start.html', + }, + { + title: 'Docker Deployment', + link: '/en-us/docs/3.0.0/user_doc/guide/start/docker.html', + }, + ], + }, + { + title: 'Introduction to Functions', + children: [ + { + title: 'Workflow Overview', + link: '/en-us/docs/3.0.0/user_doc/guide/homepage.html', + }, + { + title: 'Project', + children: [ + { + title: 'Project List', + link: '/en-us/docs/3.0.0/user_doc/guide/project/project-list.html', + }, + { + title: 'Workflow Definition', + link: '/en-us/docs/3.0.0/user_doc/guide/project/workflow-definition.html', + }, + { + title: 'Workflow Instance', + link: '/en-us/docs/3.0.0/user_doc/guide/project/workflow-instance.html', + }, + { + title: 'Task Instance', + link: '/en-us/docs/3.0.0/user_doc/guide/project/task-instance.html', + }, + { + title: 'Task Definition', + link: '/zh-cn/docs/3.0.0/user_doc/guide/project/task-definition.html', + }, + ], + }, + { + title: 'Task', + children: [ + { + title: 'Shell', + link: '/en-us/docs/3.0.0/user_doc/guide/task/shell.html', + }, + { + title: 'SubProcess', + link: '/en-us/docs/3.0.0/user_doc/guide/task/sub-process.html', + }, + { + title: 'Dependent', + link: '/en-us/docs/3.0.0/user_doc/guide/task/dependent.html', + }, + { + title: 'Stored Procedure', + link: '/en-us/docs/3.0.0/user_doc/guide/task/stored-procedure.html', + }, + { + title: 'SQL', + link: '/en-us/docs/3.0.0/user_doc/guide/task/sql.html', + }, + { + title: 'Spark', + link: '/en-us/docs/3.0.0/user_doc/guide/task/spark.html', + }, + { + title: 'MapReduce', + link: '/en-us/docs/3.0.0/user_doc/guide/task/map-reduce.html', + }, + { + title: 'Python', + link: '/en-us/docs/3.0.0/user_doc/guide/task/python.html', + }, + { + title: 'Flink', + link: '/en-us/docs/3.0.0/user_doc/guide/task/flink.html', + }, + { + title: 'HTTP', + link: '/en-us/docs/3.0.0/user_doc/guide/task/http.html', + }, + { + title: 'DataX', + link: '/en-us/docs/3.0.0/user_doc/guide/task/datax.html', + }, + { + title: 'Pigeon', + link: '/en-us/docs/3.0.0/user_doc/guide/task/pigeon.html', + }, + { + title: 'Conditions', + link: '/en-us/docs/3.0.0/user_doc/guide/task/conditions.html', + }, + { + title: 'Switch', + link: '/en-us/docs/3.0.0/user_doc/guide/task/switch.html', + }, + { + title: 'Amazon EMR', + link: '/en-us/docs/3.0.0/user_doc/guide/task/emr.html', + }, + { + title: 'Apache Zeppelin', + link: '/en-us/docs/3.0.0/user_doc/guide/task/zeppelin.html', + }, + ], + }, + { + title: 'Parameter', + children: [ + { + title: 'Built-in Parameter', + link: '/en-us/docs/3.0.0/user_doc/guide/parameter/built-in.html', + }, + { + title: 'Global Parameter', + link: '/en-us/docs/3.0.0/user_doc/guide/parameter/global.html', + }, + { + title: 'Local Parameter', + link: '/en-us/docs/3.0.0/user_doc/guide/parameter/local.html', + }, + { + title: 'Parameter Context', + link: '/en-us/docs/3.0.0/user_doc/guide/parameter/context.html', + }, + { + title: 'Parameter Priority', + link: '/en-us/docs/3.0.0/user_doc/guide/parameter/priority.html', + }, + ], + }, + { + title: 'Data Source', + children: [ + { + title: 'MySQL', + link: '/en-us/docs/3.0.0/user_doc/guide/datasource/mysql.html', + }, + { + title: 'PostgreSQL', + link: '/en-us/docs/3.0.0/user_doc/guide/datasource/postgresql.html', + }, + { + title: 'HIVE', + link: '/en-us/docs/3.0.0/user_doc/guide/datasource/hive.html', + }, + { + title: 'Spark', + link: '/en-us/docs/3.0.0/user_doc/guide/datasource/spark.html', + }, + { + title: 'Presto', + link: '/en-us/docs/3.0.0/user_doc/guide/datasource/presto.html', + }, + { + title: 'SQL SERVER', + link: '/en-us/docs/3.0.0/user_doc/guide/datasource/sqlserver.html', + }, + { + title: 'Amazon Redshift', + link: '/en-us/docs/3.0.0/user_doc/guide/datasource/redshift.html', + }, + { + title: 'ClickHouse', + link: '/en-us/docs/3.0.0/user_doc/guide/datasource/clickhouse.html', + }, + { + title: 'IBM DB2', + link: '/en-us/docs/3.0.0/user_doc/guide/datasource/db2.html', + }, + { + title: 'Oracle', + link: '/en-us/docs/3.0.0/user_doc/guide/datasource/oracle.html', + }, + ], + }, + { + title: 'Alert', + children: [ + { + title: 'Alert Component User Guide ', + link: '/en-us/docs/3.0.0/user_doc/guide/alert/alert_plugin_user_guide.html', + }, + { + title: 'Email', + link: '/en-us/docs/3.0.0/user_doc/guide/alert/email.html', + }, + { + title: 'Telegram', + link: '/en-us/docs/3.0.0/user_doc/guide/alert/telegram.html', + }, + { + title: 'Ding Talk', + link: '/en-us/docs/3.0.0/user_doc/guide/alert/dingtalk.html', + }, + { + title: 'Enterprise Wechat', + link: '/en-us/docs/3.0.0/user_doc/guide/alert/enterprise-wechat.html', + }, + { + title: 'Enterprise Webexteams', + link: '/en-us/docs/3.0.0/user_doc/guide/alert/enterprise-webexteams.html', + }, + { + title: 'Script', + link: '/en-us/docs/3.0.0/user_doc/guide/alert/script.html', + }, + { + title: 'Http', + link: '/en-us/docs/3.0.0/user_doc/guide/alert/http.html', + }, + { + title: 'Feishu', + link: '/en-us/docs/3.0.0/user_doc/guide/alert/feishu.html', + }, + ], + }, + { + title: 'Resource', + children: [ + { + title: 'Introduction', + link: '/en-us/docs/3.0.0/user_doc/guide/resource/intro.html', + }, + { + title: 'Configuration', + link: '/en-us/docs/3.0.0/user_doc/guide/resource/configuration.html', + }, + { + title: 'File Manage', + link: '/en-us/docs/3.0.0/user_doc/guide/resource/file-manage.html', + }, + { + title: 'UDF Manage', + link: '/en-us/docs/3.0.0/user_doc/guide/resource/udf-manage.html', + }, + { + title: 'Task Group Manage', + link: '/en-us/docs/3.0.0/user_doc/guide/resource/task-group.html', + }, + ], + }, + { + title: 'Monitor', + link: '/en-us/docs/3.0.0/user_doc/guide/monitor.html', + }, + { + title: 'Security', + link: '/en-us/docs/3.0.0/user_doc/guide/security.html', + }, + { + title: 'Metrics', + children: [ + { + title: 'Metrics', + link: '/en-us/docs/3.0.0/user_doc/guide/metrics/metrics.html', + }, + ], + }, + { + title: 'Data Quality', + link: '/en-us/docs/3.0.0/user_doc/guide/data-quality.html', + }, + { + title: 'Upgrade', + link: '/en-us/docs/3.0.0/user_doc/guide/upgrade.html', + }, + { + title: 'Expansion and Reduction', + link: '/en-us/docs/3.0.0/user_doc/guide/expansion-reduction.html', + }, + ], + }, + { + title: 'Installation', + children: [ + { + title: 'Standalone Deployment', + link: '/en-us/docs/3.0.0/user_doc/guide/installation/standalone.html', + }, + { + title: 'Pseudo Cluster Deployment', + link: '/en-us/docs/3.0.0/user_doc/guide/installation/pseudo-cluster.html', + }, + { + title: 'Cluster Deployment', + link: '/en-us/docs/3.0.0/user_doc/guide/installation/cluster.html', + }, + { + title: 'Kubernetes Deployment', + link: '/en-us/docs/3.0.0/user_doc/guide/installation/kubernetes.html', + }, + ], + }, + { + title: 'Architecture Guide', + children: [ + { + title: 'Architecture Design', + link: '/en-us/docs/3.0.0/user_doc/architecture/design.html', + }, + { + title: 'Metadata', + link: '/en-us/docs/3.0.0/user_doc/architecture/metadata.html', + }, + { + title: 'Configuration File', + link: '/en-us/docs/3.0.0/user_doc/architecture/configuration.html', + }, + { + title: 'Task Structure', + link: '/en-us/docs/3.0.0/user_doc/architecture/task-structure.html', + }, + { + title: 'Load Balance', + link: '/en-us/docs/3.0.0/user_doc/architecture/load-balance.html', + }, + { + title: 'Cache', + link: '/en-us/docs/3.0.0/user_doc/architecture/cache.html', + }, + ], + }, + { + title: 'API', + children: [ + { + title: 'Open API', + link: '/en-us/docs/3.0.0/user_doc/guide/open-api.html', + }, + { + title: 'PyDolphinScheduler', + link: '/python/3.0.0/index.html', + }, + { + title: 'Health Check', + link: '/en-us/docs/3.0.0/user_doc/guide/healthcheck.html', + }, + ], + }, + { + title: 'Contribution', + children: [ + { + title: 'Join', + children: [ + { + title: 'Security Report', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/security.html', + }, + { + title: 'How to Become a Committer', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/become-a-committer.html', + }, + { + title: 'Subscribe Mailing Lists', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/subscribe.html', + }, + { + title: 'Participate in Contributing', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/contribute.html', + }, + { + title: 'Code of Conduct', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/code-conduct.html', + }, + { + title: 'Review Issue or Pull Requests', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/review.html', + }, + { + title: 'E2E Contribution Guide', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/e2e-guide.html', + }, + { + title: 'Submit Code', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/submit-code.html', + }, + { + title: 'License Notice', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/DS-License.html', + }, + { + title: 'Document Notice', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/document.html', + }, + { + title: 'Issue Notice', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/issue.html', + }, + { + title: 'Pull Request Notice', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/pull-request.html', + }, + { + title: 'Commit Message Notice', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/commit-message.html', + }, + { + title: 'Micro BenchMark Notice', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/microbench.html', + }, + { + title: 'Unit Test Writing Guide', + link: '/en-us/docs/3.0.0/user_doc/contribute/join/unit-test.html', + }, + ], + }, + { + title: 'Development Environment Setup', + link: '/en-us/docs/3.0.0/user_doc/contribute/development-environment-setup.html', + }, + { + title: 'Design Document', + children: [ + // TODO not support multiply level for now + // { + // title: 'SPI', + // children: [ + { + title: 'Architecture Design', + link: '/en-us/docs/3.0.0/user_doc/contribute/architecture-design.html', + }, + { + title: 'Alert SPI', + link: '/en-us/docs/3.0.0/user_doc/contribute/backend/spi/alert.html', + }, + { + title: 'Registry SPI', + link: '/en-us/docs/3.0.0/user_doc/contribute/backend/spi/registry.html', + }, + { + title: 'Task SPI', + link: '/en-us/docs/3.0.0/user_doc/contribute/backend/spi/task.html', + }, + { + title: 'Datasource SPI', + link: '/en-us/docs/3.0.0/user_doc/contribute/backend/spi/datasource.html', + }, + { + title: 'Mechanism Design', + link: '/en-us/docs/3.0.0/user_doc/contribute/backend/mechanism/overview.html', + }, + ], + }, + { + title: 'Guidelines', + children: [ + { + title: 'Frontend Development', + link: '/en-us/docs/3.0.0/user_doc/contribute/frontend-development.html', + }, + { + title: 'API Standard', + link: '/en-us/docs/3.0.0/user_doc/contribute/api-standard.html', + }, + { + title: 'E2E Automation Test', + link: '/en-us/docs/3.0.0/user_doc/contribute/e2e-test.html', + }, + { + title: 'API Automation Test', + link: '/en-us/docs/3.0.0/user_doc/contribute/api-test.html', + }, + ], + }, + { + title: 'Release Guide', + children: [ + { + title: 'Release Preparation', + link: '/en-us/docs/3.0.0/user_doc/contribute/release/release-prepare.html', + }, + { + title: 'Release Guide', + link: '/en-us/docs/3.0.0/user_doc/contribute/release/release.html', + }, + { + title: 'Release Post', + link: '/en-us/docs/3.0.0/user_doc/contribute/release/release-post.html', + }, + ], + }, + { + title: 'Questions & Communications', + link: '/en-us/docs/3.0.0/user_doc/contribute/have-questions.html', + }, + ], + }, + { + title: 'DSIP', + children: [ + { + title: 'DSIP', + link: '/en-us/docs/3.0.0/user_doc/DSIP.html', + }, + ], + }, + { + title: 'Change Log', + children: [ + { + title: 'Change Log', + link: '/en-us/docs/3.0.0/user_doc/changelog.html', + }, + ], + }, + { + title: 'FAQ', + children: [ + { + title: 'General Setting', + link: '/en-us/docs/3.0.0/user_doc/guide/howto/general-setting.html', + }, + { + title: 'Datasource Setting', + link: '/en-us/docs/3.0.0/user_doc/guide/howto/datasource-setting.html', + }, + { + title: 'Others', + link: '/en-us/docs/release/faq.html', + }, + ], + }, + { + title: 'Older Versions', + children: [ + { + title: 'Older Versions', + link: '/en-us/docs/release/history-versions.html', + }, + ], + }, + ], + barText: 'Documentation', + }, + 'zh-cn': { + sidemenu: [ + { + title: '关于Apache DolphinScheduler', + children: [ + { + title: '简介', + link: '/zh-cn/docs/3.0.0/user_doc/about/introduction.html', + }, + { + title: '特性', + link: '/zh-cn/docs/3.0.0/user_doc/about/features.html', + }, + { + title: '建议配置', + link: '/zh-cn/docs/3.0.0/user_doc/about/hardware.html', + }, + { + title: '名词解释', + link: '/zh-cn/docs/3.0.0/user_doc/about/glossary.html', + }, + ], + }, + { + title: '快速上手', + children: [ + { + title: '快速上手', + link: '/zh-cn/docs/3.0.0/user_doc/guide/start/quick-start.html', + }, + { + title: 'Docker部署(Docker)', + link: '/zh-cn/docs/3.0.0/user_doc/guide/start/docker.html', + }, + ], + }, + { + title: '功能介绍', + children: [ + { + title: '应用首页', + link: '/zh-cn/docs/3.0.0/user_doc/guide/homepage.html', + }, + { + title: '项目管理', + children: [ + { + title: '项目列表', + link: '/zh-cn/docs/3.0.0/user_doc/guide/project/project-list.html', + }, + { + title: '工作流定义', + link: '/zh-cn/docs/3.0.0/user_doc/guide/project/workflow-definition.html', + }, + { + title: '工作流实例', + link: '/zh-cn/docs/3.0.0/user_doc/guide/project/workflow-instance.html', + }, + { + title: '任务实例', + link: '/zh-cn/docs/3.0.0/user_doc/guide/project/task-instance.html', + }, + { + title: '任务定义', + link: '/zh-cn/docs/3.0.0/user_doc/guide/project/task-definition.html', + }, + ], + }, + { + title: '任务类型', + children: [ + { + title: 'Shell', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/shell.html', + }, + { + title: 'SubProcess', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/sub-process.html', + }, + { + title: 'Dependent', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/dependent.html', + }, + { + title: 'Stored Procedure', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/stored-procedure.html', + }, + { + title: 'SQL', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/sql.html', + }, + { + title: 'Spark', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/spark.html', + }, + { + title: 'MapReduce', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/map-reduce.html', + }, + { + title: 'Python', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/python.html', + }, + { + title: 'Flink', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/flink.html', + }, + { + title: 'HTTP', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/http.html', + }, + { + title: 'DataX', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/datax.html', + }, + { + title: 'Pigeon', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/pigeon.html', + }, + { + title: 'Conditions', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/conditions.html', + }, + { + title: 'Switch', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/switch.html', + }, + { + title: 'Amazon EMR', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/emr.html', + }, + { + title: 'Apache Zeppelin', + link: '/zh-cn/docs/3.0.0/user_doc/guide/task/zeppelin.html', + }, + ], + }, + { + title: '参数', + children: [ + { + title: '内置参数', + link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/built-in.html', + }, + { + title: '全局参数', + link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/global.html', + }, + { + title: '本地参数', + link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/local.html', + }, + { + title: '参数传递', + link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/context.html', + }, + { + title: '参数优先级', + link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/priority.html', + }, + ], + }, + { + title: '数据源中心', + children: [ + { + title: 'MySQL', + link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/mysql.html', + }, + { + title: 'PostgreSQL', + link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/postgresql.html', + }, + { + title: 'HIVE', + link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/hive.html', + }, + { + title: 'Spark', + link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/spark.html', + }, + ], + }, + { + title: '告警', + children: [ + { + title: '告警组件向导', + link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/alert_plugin_user_guide.html', + }, + { + title: 'Email', + link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/email.html', + }, + { + title: 'Telegram', + link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/telegram.html', + }, + { + title: '钉钉告警', + link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/dingtalk.html', + }, + { + title: '企业微信', + link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/enterprise-wechat.html', + }, + { + title: 'Webexteams', + link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/enterprise-webexteams.html', + }, + { + title: '脚本告警', + link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/script.html', + }, + { + title: 'Http告警', + link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/http.html', + }, + { + title: '飞书告警', + link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/feishu.html', + }, + ], + }, + { + title: '资源中心', + children: [ + { + title: '简介', + link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/intro.html', + }, + { + title: '配置详情', + link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/configuration.html', + }, + { + title: '文件管理', + link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/file-manage.html', + }, + { + title: 'UDF 管理', + link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/udf-manage.html', + }, + { + title: '任务组管理', + link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/task-group.html', + }, + ], + }, + { + title: '监控中心', + link: '/zh-cn/docs/3.0.0/user_doc/guide/monitor.html', + }, + { + title: '安全中心', + link: '/zh-cn/docs/3.0.0/user_doc/guide/security.html', + }, + { + title: '指标相关', + children: [ + { + title: '指标', + link: '/zh-cn/docs/3.0.0/user_doc/guide/metrics/metrics.html', + }, + ], + }, + { + title: '数据质量', + link: '/zh-cn/docs/3.0.0/user_doc/guide/data-quality.html', + }, + { + title: '升级', + link: '/zh-cn/docs/3.0.0/user_doc/guide/upgrade.html', + }, + { + title: '扩/缩容', + link: '/zh-cn/docs/3.0.0/user_doc/guide/expansion-reduction.html', + }, + ], + }, + { + title: '部署指南', + children: [ + { + title: '单机部署(Standalone)', + link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/standalone.html', + }, + { + title: '伪集群部署(Pseudo-Cluster)', + link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/pseudo-cluster.html', + }, + { + title: '集群部署(Cluster)', + link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/cluster.html', + }, + { + title: 'Kubernetes部署(Kubernetes)', + link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/kubernetes.html', + }, + ], + }, + { + title: '架构设计', + children: [ + { + title: '元数据文档', + link: '/zh-cn/docs/3.0.0/user_doc/architecture/metadata.html', + }, + { + title: '架构设计', + link: '/zh-cn/docs/3.0.0/user_doc/architecture/design.html', + }, + { + title: '配置文件', + link: '/zh-cn/docs/3.0.0/user_doc/architecture/configuration.html', + }, + { + title: '任务结构', + link: '/zh-cn/docs/3.0.0/user_doc/architecture/task-structure.html', + }, + { + title: '负载均衡', + link: '/zh-cn/docs/3.0.0/user_doc/architecture/load-balance.html', + }, + { + title: '缓存', + link: '/zh-cn/docs/3.0.0/user_doc/architecture/cache.html', + }, + ], + }, + { + title: 'API', + children: [ + { + title: 'API调用', + link: '/zh-cn/docs/3.0.0/user_doc/guide/open-api.html', + }, + { + title: 'PyDolphinScheduler', + link: '/python/3.0.0/index.html', + }, + { + title: '健康检查', + link: '/zh-cn/docs/3.0.0/user_doc/guide/healthcheck.html', + }, + ], + }, + { + title: '贡献指南', + children: [ + { + title: '如何参与', + children: [ + { + title: '报告安全问题', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/security.html', + }, + { + title: '如何成为 Committer', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/become-a-committer.html', + }, + { + title: '订阅/取消订阅邮件列表', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/subscribe.html', + }, + { + title: '参与贡献', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/contribute.html', + }, + { + title: '行为准则', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/code-conduct.html', + }, + { + title: 'Review Issue or Pull Requests', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/review.html', + }, + { + title: 'E2E Contribution Guide', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/e2e-guide.html', + }, + { + title: '提交代码', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/submit-code.html', + }, + { + title: 'License须知', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/DS-License.html', + }, + { + title: '文档须知', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/document.html', + }, + { + title: 'Issue须知', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/issue.html', + }, + { + title: 'Pull Request须知', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/pull-request.html', + }, + { + title: 'Commit Message须知', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/commit-message.html', + }, + { + title: '微基准测试须知', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/microbench.html', + }, + { + title: '单元测试编写指南', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/unit-test.html', + }, + ], + }, + { + title: '环境搭建', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/development-environment-setup.html', + }, + { + title: '设计文档', + children: [ + // TODO not support multiply level for now + // { + // title: 'SPI', + // children: [ + { title: '架构设计', - children: [ - { - title: '元数据文档', - link: '/zh-cn/docs/3.0.0/user_doc/architecture/metadata.html', - }, - { - title: '架构设计', - link: '/zh-cn/docs/3.0.0/user_doc/architecture/design.html', - }, - { - title: '配置文件', - link: '/zh-cn/docs/3.0.0/user_doc/architecture/configuration.html', - }, - { - title: '任务结构', - link: '/zh-cn/docs/3.0.0/user_doc/architecture/task-structure.html', - }, - { - title: '负载均衡', - link: '/zh-cn/docs/3.0.0/user_doc/architecture/load-balance.html', - }, - { - title: '缓存', - link: '/zh-cn/docs/3.0.0/user_doc/architecture/cache.html', - }, - ], - }, - { - title: 'API', - children: [ - { - title: 'API调用', - link: '/zh-cn/docs/3.0.0/user_doc/guide/open-api.html', - }, - { - title: 'PyDolphinScheduler', - link: '/python/3.0.0/index.html', - }, - { - title: '健康检查', - link: '/zh-cn/docs/3.0.0/user_doc/guide/healthcheck.html', - }, - ], - }, - { - title: '贡献指南', - children: [ - { - title: '如何参与', - children: [ - { - title: '报告安全问题', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/security.html', - }, - { - title: '如何成为 Committer', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/become-a-committer.html', - }, - { - title: '订阅/取消订阅邮件列表', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/subscribe.html', - }, - { - title: '参与贡献', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/contribute.html', - }, - { - title: '行为准则', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/code-conduct.html', - }, - { - title: 'Review Issue or Pull Requests', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/review.html', - }, - { - title: 'E2E Contribution Guide', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/e2e-guide.html', - }, - { - title: '提交代码', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/submit-code.html', - }, - { - title: 'License须知', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/DS-License.html', - }, - { - title: '文档须知', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/document.html', - }, - { - title: 'Issue须知', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/issue.html', - }, - { - title: 'Pull Request须知', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/pull-request.html', - }, - { - title: 'Commit Message须知', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/commit-message.html', - }, - { - title: '微基准测试须知', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/microbench.html', - }, - { - title: '单元测试编写指南', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/join/unit-test.html', - }, - ], - }, - { - title: '环境搭建', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/development-environment-setup.html', - }, - { - title: '设计文档', - children: [ - // TODO not support multiply level for now - // { - // title: 'SPI', - // children: [ - { - title: '架构设计', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/architecture-design.html', - }, - { - title: 'Alert SPI', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/backend/spi/alert.html', - }, - { - title: 'Registry SPI', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/backend/spi/registry.html', - }, - { - title: 'Task SPI', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/backend/spi/task.html', - }, - { - title: 'Datasource SPI', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/backend/spi/datasource.html', - }, - { - title: '组件设计', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/backend/mechanism/overview.html', - }, - ], - }, - { - title: '规范', - children: [ - { - title: '前端开发', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/frontend-development.html', - }, - { - title: 'API规范', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/api-standard.html', - }, - { - title: 'E2E 自动化测试', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/e2e-test.html', - }, - { - title: 'API 自动化测试', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/api-test.html', - }, - ], - }, - { - title: '发版指南', - children: [ - { - title: '发版准备', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/release/release-prepare.html', - }, - { - title: '发版指南', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/release/release.html', - }, - { - title: '发版后续', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/release/release-post.html', - }, - ], - }, - { - title: '问题与交流', - link: '/zh-cn/docs/3.0.0/user_doc/contribute/have-questions.html', - }, - ], - }, - { - title: 'DSIP', - children: [ - { - title: 'DSIP', - link: '/zh-cn/docs/3.0.0/user_doc/DSIP.html', - }, - ], - }, - { - title: 'FAQ', - children: [ - { - title: '通用设置', - link: '/zh-cn/docs/3.0.0/user_doc/guide/howto/general-setting.html', - }, - { - title: '数据源设置', - link: '/zh-cn/docs/3.0.0/user_doc/guide/howto/datasource-setting.html', - }, - { - title: '其他', - link: '/zh-cn/docs/release/faq.html', - }, - ], - }, - { - title: '历史版本', - children: [ - { - title: '历史版本', - link: '/zh-cn/docs/release/history-versions.html', - }, - ], - }, + link: '/zh-cn/docs/3.0.0/user_doc/contribute/architecture-design.html', + }, + { + title: 'Alert SPI', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/backend/spi/alert.html', + }, + { + title: 'Registry SPI', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/backend/spi/registry.html', + }, + { + title: 'Task SPI', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/backend/spi/task.html', + }, + { + title: 'Datasource SPI', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/backend/spi/datasource.html', + }, + { + title: '组件设计', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/backend/mechanism/overview.html', + }, + ], + }, + { + title: '规范', + children: [ + { + title: '前端开发', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/frontend-development.html', + }, + { + title: 'API规范', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/api-standard.html', + }, + { + title: 'E2E 自动化测试', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/e2e-test.html', + }, + { + title: 'API 自动化测试', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/api-test.html', + }, + ], + }, + { + title: '发版指南', + children: [ + { + title: '发版准备', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/release/release-prepare.html', + }, + { + title: '发版指南', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/release/release.html', + }, + { + title: '发版后续', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/release/release-post.html', + }, + ], + }, + { + title: '问题与交流', + link: '/zh-cn/docs/3.0.0/user_doc/contribute/have-questions.html', + }, + ], + }, + { + title: 'DSIP', + children: [ + { + title: 'DSIP', + link: '/zh-cn/docs/3.0.0/user_doc/DSIP.html', + }, + ], + }, + { + title: 'FAQ', + children: [ + { + title: '通用设置', + link: '/zh-cn/docs/3.0.0/user_doc/guide/howto/general-setting.html', + }, + { + title: '数据源设置', + link: '/zh-cn/docs/3.0.0/user_doc/guide/howto/datasource-setting.html', + }, + { + title: '其他', + link: '/zh-cn/docs/release/faq.html', + }, + ], + }, + { + title: '历史版本', + children: [ + { + title: '历史版本', + link: '/zh-cn/docs/release/history-versions.html', + }, ], - barText: '文档', - }, + }, + ], + barText: '文档', + }, }; diff --git a/docs/docs/en/changelog.md b/docs/docs/en/changelog.md new file mode 100644 index 0000000000..c77859630c --- /dev/null +++ b/docs/docs/en/changelog.md @@ -0,0 +1,530 @@ +# Change Log + +## Feature + +- Add Task group feature to limit the concurrency of taskInstance (#6422) +- [UI Next] A new version of the UI proposal (#7332) +- [UI Next] Data Quality (#8275) +- Support custom timezone (#8310) +- Dependent tasks can re-run automatically in the case of complement (#8373) +- Optimize workflowlieage query speed (#8499) +- Add dataSource for Amazon Redshift (#8527) +- Refactor cli config dict mechnism (#8593) +- E2E test adapt M1 chip (#9039) +- Support output parameters transfer from parent workflow to child work flow. (#9396) +- [python] Add mechanism cli with simple command (#8516) +- [python] Add config mechanism and cli subcommand config (#8585) +- [Feature- 9837][plugin/ui] support FlinkSQL Task (#9840) +- [Feature-9177][task] The sql task supports configuring segmentation notation to provide execution of multiple statements (#9917) +- [Feature][ui] Disabled statistics. (#9935) +- [Feature][log]Add timezone information in log output (#9913) +- [Feature] Remove old ui. (#9909) +- [Feature][ui next][V1.0.0-Beta] Add hints to the password repeat. (#9888) +- [Feature][ui next][V1.0.0-Beta] Rename SeaTunnel. (#9839) +- [Feature][ui next] Add front-end for Apache Zeppelin task plugin (#9597) (#9810) +- [Feature][deploy] Add missing default values in dolphinscheduler_env.sh (#9733) +- [Feature]The utils configuration files are centrally managed under common (#9706) +- [Feature]Unified exposure method class (#9698) +- [Feature][ui][V1.0.0-Beta] Modify timeout from 10s to 15s of axios (#9644) +- [Feature][ui][V1.0.0-Beta] Add dependent task status in dependent task. (#9663) +- [Feature][task-plugin]Add zeppelin task-plugin to support Apache Zeppelin (#9327) +- [Feature][ui next][V1.0.0-Beta] Monaco Editor supports theme switching function. (#9521) +- [Feature][ui next][V1.0.0-Beta] Change the css style usage of the blue number flopper in the alarm center to css variables. (#9511) +- [python] Add task decorator for python function (#9496) +- [python] Support read config in env variable (#9517) +- [Feature][task] K8s namespace auth manager (#9303) +- [Feature][api] Refactor get dependent node information api (#9591) +- [Feature][ui next]Added the method of downloading files (#9605) +- [Feature] [ALERT-9406]enrich alert info when insert new row into DB (#9445) +- [Feature] [ALERT-9406]add new properties to alert class (#9408) +- [Feature-9204][alert] Implement alert send status (#9208) +- [Improve][api] Allowed the non-root user to create the task group. (#9523) +- [DS-9263][improvement][master]optimize failover (#9281) +- [Improvement] change method access (#9390) +- [improve][python] Specify warning group when deploy process-definition (#9773) +- [improve][api] Support to upload file without file type suffix (#9553) +- [Improvement][server] varPool support syntax #{setValue(key=value)} (#9586) +- [Improvement-9609][worker]The resource download method is selected according to the configurati… (#9636) +- [Python] Supports creating or editing resources. (#10823) +- [Feature-10871] add workflow executing data query (#10875) + +## Improvements + +- Task back-end plugin optimization, new plugins only need to modify the plugin's own module (#8584) +- Verify the endtime and starttime when submit/create a cron under workflow (#8874) +- Dependent The global project can be selected when adding dependencies (#9016) +- AlertSender optimization and gracefully close, such as MasterServer (#9221) +- implement use the slot to scan the database (#9228) +- Slim dist package by migrate python gatewar into apiserver (#9230) +- [python] Migrate pythonGatewayServer into api server (#9372) +- [python] Add missing doc about config and connect remote server (#9443) +- [Master/Worker] Change the task ack to runnning callback (#8719) +- [Master] add task event thread pool (#9293) +- [Improvement-10617] Add comment in slot check (#10618) +- Optimize MasterServer, add MasterRPCService (#10371) +- [python] Integrate test run strategy change (#10825) +- Optimize master log, use MDC to inject workflow instance id and task instance id in log (#10516) +- Add some warning log in master (#10383) +- [Improvement] Resource authority module database table unique index increased. (#10807) +- [Improvement] [Alert Server] Add default datasource url in alert server application.yaml for consistency (#10790) +- [Improvement] heartbeat info improvement (#10699) +- Add JDK11 on unit-test (#10364) +- Update SparkRuntimeEnvironment.java (#10549) +- add datasource health check to the healthcheck endpoint (#10588) +- [Improvement][ui] Improve monaco-editor component in ts. (#11274) +- [python] Add directly install without clone source code (#11179) + +## Bugfix + +- Task back-end plugin optimization, new plugins only need to modify the plugin's own module (#8584) +- Verify the endtime and starttime when submit/create a cron under workflow (#8874) +- Dependent The global project can be selected when adding dependencies (#9016) +- AlertSender optimization and gracefully close, such as MasterServer (#9221) +- implement use the slot to scan the database (#9228) +- Slim dist package by migrate python gatewar into apiserver (#9230) +- [python] Migrate pythonGatewayServer into api server (#9372) +- [python] Add missing doc about config and connect remote server (#9443) +- [Master/Worker] Change the task ack to runnning callback (#8719) +- [Master] add task event thread pool (#9293) +- [Bug] init docker compose DATABASE env (#10244) +- [fix] Deploy scp-hosts use fullpath avoid dangling (#10249) +- [fix][deploy] File overwrite when specific value set to installPath (#10241) +- [Fix][ui] Set task group name empty of default value (#10243) +- [Fix#9923] The alarm instance management interface is always in the loading state (#9924) +- [fix] Task group queue query all list error (#10237) +- [improve] Change Mysql Driver (#10220) +- [Fix][ui] Fix issue with treemap depth in workflow relationships. (#10229) +- [fix-10207] When the registered alarm plugin is empty, the error message is not clear (#10224) +- [Fix][ui] Fix the problem of multi-language support of workflow instance host in Chinese state. (#10223) +- [Fix-10103][k8s]Fix k8s Change DataSource Error (#10128) +- [Fix][ui] add assignment of totalPage (#10165) +- [python] Fix process definition attr release state not work (#10151) +- fix#10214 Delete online workflows in batches, prompt information is accurate (#10215) +- [Bug][deploy]Fix worker-server path in script scp-hosts.sh (#10208) (#10209) +- [Fix-10199] [Workflow/Workflow Definition] After deleting messages in batches, the error message is repeated (#10201) +- [Fix][ui] Fix data-quality component multi-language support. (#10202) +- [refactor][perf] cache compiled regex pattern (#10099) +- [Fix-10076] queryUserByToken use server timezone (#10177) +- fix spcial week init bug (#10183) +- [Fix][ui] Add seatunnel icon (#10178) +- [Fix-10057][api] api parameter name misspelling (#10063) +- [Fix][ui] Fix the problem that the failure strategy field in the time management form is multilingual. (#10169) +- [Fix]Change the HTTP or HTTPS regular expression (#10166) +- [Fix][ui] Limit task group resource capacity to only positive integers. (#10158) +- [Fix][ui] Add the task status of pending. (#10129) +- [python] Change distribute name avoid confusion with main pkg (#10134) +- Fix alert server curator health check not work (#10111) +- [Build][ui] Solve vite config throws terser warning. (#10105) +- [BUG][taskgroup] Task group does not take effect (#10093) +- [fix] Enhance name pre checker in resource center (#10094) +- [Fix][ui] fulfill missing fields in DataQuality (#10098) +- fix issue-10061 (#10062) +- [Feat][ui] Add resource username for function and resource manage (#10086) +- [Fix-10049] Conditions Task branch flow failed (#10077) +- [Fix-10082]Resource userName is null and udf function manager add a username (#10064) +- [Fix][docker] Support Multi-Architecture Docker Images (#10052) +- Create process definition with task group and task group priority cannot be save into db (#10078) +- [Fix-10080]When the created tenant name is too long, an error message will be prompted (#10081) +- [Bug][master] fix master task failover (#10065) +- [Fix][ui] Fix bug where username is empty in file manage (#10070) +- [Fix][ui] Fix in the Chinese state, there is a problem with the multi-language support of the form. (#10066) +- [Fix][ui]Modify error message (#10054) +- [python] Fix pre_submit_check error when local params in tasks (#10032) +- [Bug] fix run on docker and k8s (#10026) +- [Fix-10039] Flink run command when perfecting Python jobs (#10042) +- [dataquality] Fix task commnd null bug (#9974) +- [fix-9991][worker]fix statement is closed before resultSet.getMetaData() (#10014) +- [Fix][ui] Fix errorOutputPath column in dataquality page (#10015) +- [Fix][ui] Support only one file upload on the file manage page. (#10007) +- [Fix-9975] The selected task instance was recreated when the Master service fail… (#9976) +- [Fix][ui] Fix the task name validator error. (#10008) +- [Fix-10002] Fix some bugs in datasource list (#10005) +- [Bug] [MASTER-9811]fix cmd param to overwrite global param when executing complement (#9952) +- [Fix][ui][V1.0.0-Beta] Fix the problem of packing failure. (#9962) +- [Build][ui] Upgrade dependencies. (#9956) +- [chore] Combine version 206 and 210 sql upgrade to 300 (#9959) +- [Fix][ui][V1.0.0-Beta] Fix the problem of packing failure. (#9966) +- [Fix #9925]: fix ellipsis bug in table column (#9936) +- fix miss fixvalue input (#9933) +- [Fix][ui next][V1.0.0-Beta] Fix console bug after deleting a node from the context menu. (#9932) +- [Fix] add resource capacity required rule (#9922) +- [Fix][ui next][V1.0.0-Beta] Fix data quality data not displayed. (#9930) +- [Fix]Added request header validation (#9915) +- [Fix-9906] After the serial wait execution strategy stops the running workflow instance, the instance will be woken up and executed if there is a wait instance. (#9907) +- [Fix][ui-next] Disable file name (#9893) +- [Fix][ui next][V1.0.0-Beta] Fix jdbc connect parameter validate bug (#9891) +- [Fix][ui next][V1.0.0-Beta] Fix the task group queue display error. (#9890) +- [Fix][ui next][V1.0.0-Beta] Fix edge deletion unhandled and remove the useless nextNodes. (#9875) +- [Fix][ui next][V1.0.0-Beta] Fix some errors on the datasource page. (#9877) +- [Fix][ui next][V1.0.0-Beta] Fix the page input error on the token manage page. (#9879) +- [Fix][ui next][V1.0.0-Beta] Fix bug where logo disappeared when format dag. (#9864) +- [Fix-9856]Failed to upload the file but get misleading error message (#9861) +- [Fix-9868] A task flow definition isolates the runs of different execution strategies by version numbers. (#9869) +- [Bug] [worker] fix CommandType TASK_EXECUTE_RUNNING_ACK don't consumed (#9849) (#9850) +- [Fix][ui next][V1.0.0-Beta] Fix the problem that there is no prompt for selecting users. (#9858) +- [fix] fix query access token for specified user failed (#9855) +- [Fix][ui next][V1.0.0-Beta] Add validation rules to dependency of the dependent task. (#9844) +- Serial wait for subsequent execution (#9847) +- [Bug-9829][api] Fix schedule timezone (#9830) +- [Fix]fix the search bar echoes abnormally (#9835) +- [BUG][alert-server]validate script before alert script (#9834) +- [Fix] json object serialization error (#9828) +- [Fix][ui][V1.0.0-Beta] Fix the problem of wrong workflow name. (#9833) +- Task queue status update. (#9832) +- [Fix][ui] Hide the version control button in workflow instance (#9825) +- The node ID under serial is greater than the current ID. (#9820) +- [Fix][ui] Fix timing modal start time and end time bug (#9815) +- [Bug] [Website-9764]add http alert doc and change body param to unnecessary (#9792) +- [Fix-9796] The task queue can be executed normally. (#9797) +- [Fix][ui next][V1.0.0-Beta] Add a return button and set the form to disabled on the file detail page. (#9802) +- [Fix][next-ui][V1.0.0-Beta] Fix placeholder error on the task queue page. (#9805) +- [Fix-9352][datasource-api]data source client uses a cache with an expiration time (#9353) +- revert delete dumplicate task_definition_log ddl (#8567) +- [Bug][dep] Bump httpclient version to 4.5.13 (#9631) +- [bug][db] Table relation_project_user have duplicate record (#9536) +- [fix-9785][ui next][dev] dynamic change height in viewlog when full screen (#9788) +- [feat] Update README (#8261) +- [Bug][api] Failed to rerun the workflow instance (#9795) +- [Bug]Fix log request errors (#9791) +- Task group queue supports fuzzy search. (#9784) +- [Bug] [Alert-9786] Http alert Get method not working (#9787) +- [Bug] [Website-9764]add script doc to the alert function (#9765) +- A task instance that normally queries the serial wait state. (#9777) +- [Bug]Fix groupId initialization value problem (#9775) +- [Fix][ui next][V1.0.0-Beta] Add the 'startNodeList' field to the 'start-process-instance' interface. (#9769) +- [Bug]Fix right-click menu function error (#9766) +- [Fix][ui next][V1.0.0-Beta] Fix cannot select the workload scheduling time bug (#9762) +- [Fix][ui next][V1.0.0-Beta] Remove the default values for node name and child node. (#9760) +- [Fix][ui next][V1.0.0-Beta] Change the label from recovery failed to failed to retry. (#9761) +- Add the host address of the execution server to the sub task task instance. (#9758) +- fix query issue when update environment (#9752) +- improve task flow date time exception handle (#9732) +- Subtask component treemap problem fix. (#9755) +- [common] Make dolphinscheduler_env.sh work when start server (#9726) +- [Fix-9717] The failure policy of the task flow takes effect (#9718) +- fix process instance global param not include to task instance when master executing (#9730) +- [Fix][ui next][V1.0.0-Beta] Fix the bug that the tenant is 0 when editing a user. (#9739) +- [Bug-9737][api] fix task plugin load in api (#9744) +- [Fix][ui][V1.0.0-Beta] Set the default value of host to '-' and Disable log button without host data. (#9742) +- [Fix][ui next][V1.0.0-Beta] Fix citation errors. (#9741) +- [Bug][script] Fix the type of variable workersGroupMap is not supported in bash 3.x (#9614) +- [Bug]Fixed the problem of no request from right click viewing log (#9728) +- [Improve][python] Support create table syntax and custom sql type param (#9673) +- [Bug][ui][V1.0.0-Beta] Fix action buttons not displayed on one line bug (#9700) +- [Bug] [UI][v1.0.0-beta] Fix task group name can't clear bug (#9708) +- [Bug-9719][master] fix failover fail because task plugins has not been loaded (#9720) +- [fix][service] BusinessTime should format with schedule timezone (#9714) +- [Fix][ui next][V1.0.0-Beta] Set the timout label to not show. (#9710) +- [Fix][ui next][V1.0.0-Beta] Fix bug where route is error in file manage root (#9697) +- [Fix][ui next][V1.0.0-Beta] Fix success logo is not display bug (#9694) +- [Fix][ui next][V1.0.0-Beta] Fix the startup parameter display error. (#9692) +- [Fix][ui next][V1.0.0-Beta] Change update user to edit user. (#9683) +- fix alert msg and change primitive to String to avoid wrong format (#9689) +- [Fix][ui next][V1.0.0-Beta] Fix bug where name copy is invalid (#9684) +- [Fix] Support more generic tenant code when create tenant (#9634) +- [hotfix][docker] Removed extra equals in mail user (#9677) +- [chore] Correct the java doc in funtion DagHelperTest generateDag2 (#9602) +- fix task dispatch error overload resource pool of task group (#9667) +- Project management batch deletion should give a specific description if it fails. (#9669) +- [Bug][ui][V1.0.0-Beta] Fix display resource not exist error message bug (#9657) +- [Fix][ui][V1.0.0-Beta] Fix the parameter variables and startup parameters window cannot auto close bug (#9653) +- [Fix][ui][V1.0.0-Beta] Adjust the UI presentation of the dependent task. (#9649) +- [Fix][ui][V1.0.0-Beta] Replace the back-end interface for dependent task. (#9645) +- [Fix][ui][V1.0.0-Beta]Fix data not update bug for workflow version switch (#9642) +- [Improvement][style]add comment and clear warn (#9247) +- [Bug-9608] Serialize the task definition failed (#9622) +- [Bug][dao] Update db init script and soft_version (#9628) (#9637) +- [Bug] cancel application when kill task (#9624) +- [Fix-9617]New task group project name drop-down data is displayed according to user type. (#9625) +- [Fix][ui][V1.0.0-Beta] Fix tooltip not display bug in task instance (#9630) +- upgrade commons-compress to 1.21 (#9540) +- update jackson and jackson.databind version to fixes many security issues (#9572) +- use secure version of postgresql (#9573) +- [Fix][ui][V1.0.0-Beta] Fix the task name cleared after switching the task type. (#9623) +- [Fix][ui][V1.0.0-Beta] Change node name to task name in the task modal on the task definition page. (#9620) +- [Fix][ui][V1.0.0-Beta] Remove the sql comment in the procedure task and add the instructions link to the procedure task. (#9619) +- [Fix][ui] Fix the udf function echoed error in the sql task. (#9616) +- fix 9584 (#9585) +- [Fix-9610] Sub-workflow status check is limited to SUB_PROCESS components (#9611) +- [Python] Make detached signature during release (#9607) +- [Bug][standalone server] Deduplicate the classpath jars in start.sh of the standalone server (#9583) +- [Fix-9593] Storage Management StorageOperate No Instance (#9594) +- Add ingress annotations (#9492) +- [Fix][ui next][V1.0.0-Beta] The version information creation time in the workflow definition is changed to the operateTime field. (#9590) +- fix task kill (#9578) +- [Bug] [API-9558]fix homepage task instance count method to use submit time to recount (#9559) +- [Refactor][ui next]Reconstructing the Log Component (#9574) +- fix process pause and rerun (#9568) +- [fix-9428] [DataSource] delete the password and test again, it is successful without password bug (#9428) (#9531) +- [Fix][master server] handle warn+failed timeout strategy in workflow execute thread of master server (#8077) (#9485) +- Check the status of the child process when the parent process is running (#9567) +- fix workflow instance can not be save bug (#9554) +- [Perf][ui next][V1.0.0-Beta] Optimize judgment logic. (#9561) +- [Fix][ui next][V1.0.0-Beta] Fix the color matching problem of the relationship diagram. (#9546) +- [Fix][ui] Fix the problem of displaying task execution icons. (#9549) +- [Fix][ui] Fix condition task connection failure. (#9548) +- fix Fault tolerance warning mapper add alert type to insert (#9533) +- [Bug] [Dev] Fix start/stop/status/init script error (#9514) +- [Fix-9525] [Worker] Environment did not work as expected (#9527) +- [Fix][ui next][V1.0.0-Beta] Fix the resource Center dark mode display exception when viewing the file details. (#9526) +- [Fix][ui next][V1.0.0-Beta] Added access to the child node function (#9518) +- [Fix-9516] [Statistics] Statistics Manager shows data should belongs to current user (#9515) +- Add python module dependency in the dist module (#9506) +- [Improvement][master] Fix typo for MasterTaskExecThreadTest (#9513) +- [Bug] [ALERT-9487] change email attachment filename to add random string to avoid issues (#9498) +- [Bug-9501][worker] fix kill task error before running (#9509) +- [Fix][next-ui] Fix the jumping problem of close button on dag page. (#9494) +- [Fix-9174] [Alert] Fix deduplication of alarm information (#9371) +- [FIX][website-9224]fix wechat doc and wechat form display (#9439) +- [Bug][next ui] Fix the branch flow options of the switch task is not available. (#9481) +- [Fix][ui next] Fix the problem of disabling owned user input during project editing. (#9476) +- [FIX-9471][script] fix run install.sh error (#9472) +- [Fix][next-ui] Add LIST type to the custom parameter types of task node. (#9468) +- fix the OUT direct param could pass to the current script (#9463) +- [Bug][ui next]Fix global variable validation condition for save button in workflow definition. (#9454) +- [Fix][ui][2.0.5] Add LIST type to the custom parameter types of task node. (#9455) +- [python] Recover python release properties (#9444) +- [Future-9396]Support output parameters transfer from parent workflow to child work flow (#9410) +- [UI] Migrate NPM to PNPM in CI builds (#9431) +- [Fix-9316] [Task] Configure DB2 data source SQL script execution report ResultSet has been closed exception in SQL task (#9317) +- [Fix-9251] [WORKER] reslove the sql task about of add the udf resource failed (#9319) +- Update inappropriate characters (#9413) +- [DS-9387][refactor]Remove the lock in the start method of the MasterRegistryClient class (#9389) +- [Bug][ui next]Modify the display state logic of save buttons under workflow definition (#9403) +- [Fix-9221] [alert-server] optimization and gracefully close (#9246) +- [BUG][worker-9349]fix param priority (#9379) +- [Bug][api-9364]fix ProcessInstance wrong alert group id (#9383) +- [Dev] Switch version in pom.xml to dev-SNAPSHOT (#9223) (#9299) +- [python] Migrate pythonGatewayServer into api server (#9372) +- [optimization] [Service] Optimization ProcessService and add ProcessService interface (#9370) +- [Bug-9235][alert]Fix wechat markdown message and change wechat form structure (#9367) +- [Fix][ui] fix status statistics card height is inconsistent(#10268) +- [Fix] fix the line.separator problem for alert-plugin test case (#10277) +- [Fix][ui] add mapping_columns filed for the data_quality (#10286) +- [Fix] fix database initialize late in standalone (#10296) +- [Style][ui] split multilingual modules (#10256) +- [Fix][ui] display the result page when the DB page has no data. +- [Style][ui] format code. (#10314) +- [Fix-10317] [UI] fix the tips of startTimeout in the jupyter form (#10319) +- [Fix][ui] fix the issue that the status statistics on the project overview page were inconsistent(#10328) +- [Fix-10318][ui] fix EMR Task UI custom parameters Is not correct (#10334) +- [Build][ui] upgrade dependencies(#10346) +- [Feature] add dolphinscheduler-task-all in api module (#10350) +- [Improvement] upgrade commons-io to fix CVE (#10355) +- [Improvement] upgrade logback to fix cve (#10357) +- [Improvement] Upgrade log4j in E2E (#10359) +- [Fix][deploy] fix run on kubernetes bug (#10379) +- [Bug][tools] add datasource url for mysql profile in tools application.yaml (#10399) +- [Fix-10412] [Standalone] failed to start standalone server according to the official document +- [Improvement] update chart.yaml dependencies version (#10420) +- [Fix-10386] LDAP user create with status enable (#10426) +- [Fix][python] support same task name in project defferent process definition +- [Fix-10425] recovery LDAP Config (#10429) +- [Fix][ui] add loading before file modification data is returned. (#10450) +- [Fix][python] correct variable type of SQL type (#10464) +- [Fix] fix rename form not init bug in file manange (#10471) +- [Fix-10305][common] AWS config Constant definitions are repeated (#10311) +- [Fix-10522] [API] fix get executable time null pointer exception(#10524) +- [Fix] [Worker] fix worker will hang if fails to start (#10501) +- [Fix] could not find or load main class org.apache.zookeeper.ZooKeeperMain (#10535) +- [Fix] change K8s postgresql password key name (#10545) +- [Feature] ui build no inherit from maven proxy (#10590) +- [Fix][dolphinscheduler-spi] json parse support LocalDateTime (#10440) +- [Fix] fix standalone start error (#10577) +- [Fix-10400] fix K8s deployment bitnami version error (#10567) +- fix: Current node settings number of failed retries may not be negative (#10530) +- Modify obsolete swagger parameters in AuditLogController (#10494) +- [Fix]Recovery Traffic Control Config (#10505) +- [fix][master]: fix condition npe (#10478) +- fix dependent task re-run params error (#10580) +- dependent node log output optimization and fix checkstyle (#10593) +- [fix-10596] Workflow relationship cannot be displayed normally (#10625) +- [Fix][ui] Fix bytesToSize function calculation error. (#10627) +- [API] Do not specify rollback for ensure in case of any exception or error. (#10793) +- [Fixed-10833] [Bug] [Quartz] timezone display doesn't match the next_fire_time in ds 3.0.0-beta1 version (#10865) +- [Fix-11003]Task group queue is not updated to final state (#11004) +- [Fix][ui] fix bug where log modal display object (#11271) +- fix: Upgrade database DDL to avoid log path too long error +- fix bug where confirm disable error (#11251) +- Fix recovery from failed task will dead loop (#11239) +- [Fix-11007] [Master] fix forced_success bug (#11088) +- fix nodeSize is not a function bug (#11200) +- [Bug-11071] fix local params (#11184) +- [Fix] Parameter values disappear when editing Zeppelin task (#11115) +- [fix] Make DDL work in version 3.0 +- [Fix-10665] [S3] Fix s3 download method (#10675) +- [Bug-11101] fix task failover NPE (#11168) +- [python] Fix tasks with multiple upstream and workflow query error (#10941) +- [fix] update queue and tenant with same code error (#10877) +- [python] Fix submit and run error (#10792) +- [Bug-11071] Fix task local params NPE (#11166) +- [python] Support using full-name definitions for resources (#10551) +- fix space validate for create folder bug (#11106) (#11172) +- fix k8s master and worker start error (#11156) +- [Fix][ui] Add duplicate of file suffix (#11136) +- [Bug] [API] If the single log length is long, it will causes the View Log page to hang (#10612) +- [Fix][ui] fix bug where The Gantt chart does not show the execution status (#11135) +- [Fix-10918] Close datasource when expire from guava cache (#11120) +- [Fix][ui] Fix the problem of too large spacing in operation. (#11090) +- fix view variable display bug (#11100) +- [Fix][ui] Widen the segment separator input box. (#11096) +- add oracle dependency (#11095) +- [Feature-10594][ui] Data Quality Result Display Optimize (#10835) +- [Fix-10539] [Bug] [UI] Copy task a to B, change the user-defined para… (#10611) +- [Fix][ui] Set the next node to not required. (#10932) +- [Fix][ui] Add validator to the next node field of the switch task. (#10898) +- Fix worker cannot shutdown due to resource close failed or heart beat check failed (#10979) +- Kill task when we do master failover to avoid task lost (#10997) +- Fix kill yarn job error when failover caused by doesn't set ProcessDefinition (#10948) +- Fix taskInstance's host is not worker nettyServer address (#10926) +- Catch exception when check state in StateWheelExecuteThread (#10908) +- [Fix-10827] Fix network error cause worker cannot send message to master (#10886) +- [Fix-10854] Fix database restart may lost task instance status (#10866) +- [Fix-10842] Fix master/worker failover will cause status incorrect (#10839) +- [Fix-10785] Fix state event handle error will not retry (#10786) +- [Fix-10785] Fix state event handle error will not retry (#10786) +- [Fix-10666] Workflow submit failed will still in memory and never retry (#10667) +- Validate master/worker config (#10649) +- [Bug] [Master] Worker failover will cause task cannot be failover (#10631) +- Remove the schedule thread in LowerWeightHostManager (#10310) +- [Fix-10413] Fix Master startup failure the server still hang (#10500) +- Fix PeerTaskInstancePriorityQueue cannot contains method use taskInstanceId to check (#10491) +- Fix TaskProcessorFactory#getTaskProcessor get common processor is not thread safe (#10479) +- [Feature][metrics] Add master, worker metrics (#10326) +- Fix TaskProcessorFactory#getTaskProcessor get common processor is not thread safe (#10479) +- [Fix] Fix the JSONUtils tool class time zone problem #10282 (#10284) +- [Fix-10595][api] Fix Dependent Node Only View Projects Created By Self (#10834) +- [Fix-10890] fix some bugs in the Resource page (#10907) +- fix: typo task definition. (#10958) +- [FIX-10784][bug] [ALERT-SERVER] FEISHU Plugin might block the whole alert process loop (#10888) +- Solve transaction problems under multi-threading (#10917) +- fix bug where task name display in gantt (#10900) +- display timing record start time (#10915) +- [bug][task-plugins]fix switch class name and add param check to the switch task plugin (#10894) +- [Fix][ui] Fix hive datasource doesn't show principal bug (#10876) +- Complement numbers will run in a loop under the serial strategy fixed. (#10862) +- [Fix-10829][ui] display real workflow relation in `WorkFlow Relation` page (#10836) +- [Build][ui] Updated dependencies. (#10813) +- [Fix][ui] Fix the environment name display back error. (#10797) +- [Bug][script] Remove deprecated arg in remove-zk-node.sh (#10789) +- Fix language not matched (#10775) +- fix bug where project overview page display no data (#10720) +- [Fix][ui] Fix bug where the home page displays no data. (#10697) +- [Fix-10652] fix docker-compose.yml (#10653) +- [Bug] [Task] SQL task no exception stack trace in task log (#10656) +- [Fix-10641] [Common] Fix the hdfs NPE (#10642) +- [Bug] [Api] The copied workflow create time and update time is still copied from the original workflow +- Fix TaskGroup cannot work and will cause master dead loop (#11254) (#11318) + +## Documentation + +- [doc] Correct all setup documents (#10074) +- [doc] Add setValue syntax in local param (#10245) +- [Fix-10083][doc]Change Docker cmd && Change WebexTeams Chinese Translation (#10084) +- [doc] Refactor local parameter docment (#10119) +- [doc] Update kubernetes' FAQ (#10221) +- [doc] Migrate develop docs from website (#9457) +- [doc] fix url wrong in zh doc (#9421) +- [doc] Add some dev missing doc (#9427) +- [doc] Remove observability (#9402) +- [doc] Change get help from dev mail list to slack (#9377) +- [FIX-9355] Fix scheduleTime of start-process-instance api in api-doc (#9359) +- [task-spark][docs] Corrected notice section (#9375) +- [doc] Update task DataX document (#10218) +- [doc] Update delete workflow description (#10203) +- [Doc] Add complie supporting system (#10188) +- [doc] Update project directory structure in docs (#10107) +- [doc] Refactor global parameter docment (#10045) +- [doc] Update website docs link (#10161) +- [doc] Update editorial workflow content and images (#10130) +- [doc] Remove flink call docs (#10122) +- [doc] change document structure (#10124) +- [doc] Show all the functions of the home page through screenshots (#10118) +- [Bug][doc] Fix the open-api docs request error (#10100) +- [doc] Correct docs of development-environment-setup (#9995) +- [doc] Correct kubernetes (#9985) +- [doc] Add example and notice about task type Dependent (#10001) +- [doc] Add the description about execute type in SQL task (#9987) +- [Doc] Add example and notice about task type Conditions (#9945) +- [doc] Update the document picture to new UI (#9953) +- [doc] Fix docs deadlink in readme (#9972) +- [Docs] Update README. (#9970) +- [docs] Correct custom docker image in faq (#9939) +- [Docs][ui][Beta] Update README. (#9895) +- [Docs][ui next][V1.0.0-Beta] Add @types-lodash license. (#9883) +- [doc] Separate and correct getting start by docker (#9862) +- [doc] Fix syntax error cause website not work correctly (#9826) +- [doc] Dir development should not ref other dirs content (#9812) +- [doc] Add how to change standalone database type (#9376) (#9736) +- [Feature][doc] Refactor and separate the Resource Center Document (#9658) +- [Feature][doc] Add docs for zeppelin task plugin (#9866) +- [bug] [doc] fix the data quality link error about the navigation of dolphinscheduler 3.0.0-alpha zh docs (#9887) +- [Improve][docs] Add spark sql docs to task spark (#9851) +- [Feature-9566][docs] Missing shell script application_id listening logic (#9778) +- [doc] Add data quality to sidebar and correct docker resource path (#9662) +- [Docs][dataquality]: Add DataQuality Docs (#9512) +- [Docs] enhance alert doc (#9534) +- [Bug][doc]Update database init instruction docs (#9659) +- [Docs] Add license file for screenfull. (#9581) +- [doc] Fix dead link after 3.0.0 release (#9562) +- [python] Add missing doc about config and connect remote server (#9443) +- [Improvement][doc] update time zone doc (#9503) +- [Feature][doc] Switch shell task instruction screenshots to latest (#9434) +- [task-flink][docs] Corrected name (#9600) +- [Doc] Refactor context parameter document (#10227) +- [Doc] Delete SPRING_DATASOURCE_DRIVER_CLASS_NAME in doc (#10228) +- [Doc] Upgrade screenshot to latest version in dev document (#10242) +- [Doc] Update the development environment to build the software version (#10246) +- [Doc] Add switch task demo (#10247) +- [Doc] Added local file configuration guide for resource center (#10264) +- [Doc] Fix api standard error (#10292) +- [Doc] Add how to use resource in shell task (#10308) +- [Doc] Upgrade license. (#10365) +- [Doc] Add how to set the alarm mailbox in faq (#10401) +- [Doc] Fix wrong class name in doc (#10438) +- [Doc] Correct installPath when using related path (#10597) +- [Doc] update the configuration doc (#11113) +- [doc] Add notice when environment can not select (#11276) +- [Doc]Chinese translation updated (#11146) +- [doc] Fix installation typo (#11220) +- add Feishu alert doc and configure email alert doc to the docsdev.js (#11173) +- [doc] Fix bugs in doc installation, design and glossary (#11084) +- [doc] Change subprocess dependent (#10637) +- [docs] Add links to metrics docs (#10583) +- [doc] Add run the task alone doc. (#10581) +- [doc] Add doc about how to use healthcheck endpoints (#10592) +- [doc] Add docs about complement dependent mode (#10587) +- [Fix-10830][doc] Change the start or install script command sh in the document to bash (#10831) +- [doc] Add missing doc change by snehal (#10892) +- [Doc][upgrade] Fix tiny error in upgrade docs (#10847) +- [Docs] Updated license. (#10838) +- [doc] Correct custom jdbc driver for K8s Doc (#10768) +- [doc] Modify features, hw, intro and homepage docs. (#10713) +- [doc] Modified dq, monitor, security, resources (#10715) +- [doc] Replace the dag screenshot of the README. (#10798) +- [doc] Unify data source switching of the docs during installation (#10688) +- [doc] Change tasks docs (#10751) +- [doc] Modified project doc. (#10711) +- [Docs] Replace the dag screenshot of the README. (#10741) +- [doc] Modify quick start. (#10712) +- [doc] Modified alert doc files (#10714) +- [doc] Change tasks doc (#10639) +- [doc] Change datasource doc (#10660) +- [doc] Add doc for pre-sql and post-sql (#10685) +- [doc] Update metadata and design doc (#10600) +- [doc] Replace the dag screenshot of the README. (#10662) +- [doc] Modified parameter doc files. (#10659) +- [python] fix doc build error (#10810) +- [python] Correct some docs for python api (#10772) +- Merging general settings to faq (#10716) + +## Chore + +- add_alert_server_cluster_test (#10125) +- [Feature-10034][ci] Add postgresql cluster test in CI (#10035) +- [docker] Change docker hub HUB +- [CI] Enable CI to remove unexpected files in /docs/img dir (#9393) +- [Feature-9474] [CI] Add cluster test script verify on shell script (#9997) +- [Improve][common] code clean in the common module (#9435) +- Add improvement template (#10764) +- [ci] Make cluster test work on release branch (#11199)