diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..a0e68e91d3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,28 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"] diff --git a/community/contribute/01-contribute.md b/community/contribute/01-contribute.md index 50dd7cd8f5..870d50459f 100644 --- a/community/contribute/01-contribute.md +++ b/community/contribute/01-contribute.md @@ -74,13 +74,17 @@ You can also use `./gradlew check` in the terminal to check the code style of al This configuration is not mandatory. You may enable GitHub Actions workflows in the Fork repository to promptly observe if new commits introduce compilation errors and reduce the waiting time for CI results after submitting a PR. -To do this, simply set `Workflow Permissions` to `Read and write permissions` at the following location: +First, set the `Workflow Permissions` to `Read and write permissions` at the following location: ``` Your Forked Repository -> Settings -> Actions -> General -> Workflow Permissions ``` -![](../../static/images/contribute/enable-ci.png) +![](../../static/images/contribute/grant-workflow-permissions.png) + +Next, enable workflows on the `Actions` page of your forked repository: + +![](../../static/images/contribute/enable-forked-workflows.jpg) ### Workflow diff --git a/docs/design-document/03-connect/00-connectors.md b/docs/design-document/03-connect/00-connectors.md index d89b04a716..bbea4f6cc1 100644 --- a/docs/design-document/03-connect/00-connectors.md +++ b/docs/design-document/03-connect/00-connectors.md @@ -2,6 +2,8 @@ ## Connector +EventMesh Connector allows you to skip the complex integration with external services by offering out-of-the-box connectors. Each connector enabling you to have faster integrations with no codes. All data produced or processed by our connectors conforms to the CloudEvents specification. + A connector is an image or instance that interacts with a specific external service or underlying data source (e.g., Databases) on behalf of user applications. A connector is either a Source or a Sink. Connector runs as a standalone service by `main()`. diff --git a/i18n/zh/docusaurus-plugin-content-docs-community/current/contribute/01-contribute.md b/i18n/zh/docusaurus-plugin-content-docs-community/current/contribute/01-contribute.md index 34674529e3..5eb02ab84a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-community/current/contribute/01-contribute.md +++ b/i18n/zh/docusaurus-plugin-content-docs-community/current/contribute/01-contribute.md @@ -75,13 +75,17 @@ Settings -> Tools -> Checkstyle -> Configuration File 此配置不是必须的。您可以在 Fork 仓库中开启 GitHub Actions 工作流,来及时观察新的 commit 是否会引入编译错误,并减少在提交 PR 后等待 CI 运行结果的时间。 -在以下位置将`Workflow Permissions`设置为`Read and write permissions`即可: +首先,在以下位置将`Workflow Permissions`设置为`Read and write permissions`: ``` Your Forked Repository -> Settings -> Actions -> General -> Workflow Permissions ``` -![](../../../../../static/images/contribute/enable-ci.png) +![](../../../../../static/images/contribute/grant-workflow-permissions.png) + +然后,在 Fork 仓库的`Actions`页面启用 Workflow 即可: + +![](../../../../../static/images/contribute/enable-forked-workflows.jpg) ### 工作流程 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/design-document/03-connect/00-connectors.md b/i18n/zh/docusaurus-plugin-content-docs/current/design-document/03-connect/00-connectors.md index 50e393a558..2239c6eab8 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/design-document/03-connect/00-connectors.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/design-document/03-connect/00-connectors.md @@ -2,6 +2,8 @@ ## 连接器类型 +EventMesh 连接器允许您通过提供开箱即用的连接器来跳过与外部服务的复杂集成。每个连接器都可以让您无需代码即可实现更快的集成。我们的连接器生成或处理的所有数据都符合 CloudEvents 规范。 + 连接器是代表用户应用程序与特定外部服务或底层数据源(例如数据库)交互的镜像或实例。连接器的类型可以是源(Source)或汇(Sink)。 连接器通过 `main()` 作为一个独立服务运行。 diff --git a/static/images/contribute/zh/contribute01.png b/static/images/contribute/deprecated/contribute01.png similarity index 100% rename from static/images/contribute/zh/contribute01.png rename to static/images/contribute/deprecated/contribute01.png diff --git a/static/images/contribute/zh/contribute02.png b/static/images/contribute/deprecated/contribute02.png similarity index 100% rename from static/images/contribute/zh/contribute02.png rename to static/images/contribute/deprecated/contribute02.png diff --git a/static/images/contribute/zh/contribute03.png b/static/images/contribute/deprecated/contribute03.png similarity index 100% rename from static/images/contribute/zh/contribute03.png rename to static/images/contribute/deprecated/contribute03.png diff --git a/static/images/contribute/zh/contribute04.png b/static/images/contribute/deprecated/contribute04.png similarity index 100% rename from static/images/contribute/zh/contribute04.png rename to static/images/contribute/deprecated/contribute04.png diff --git a/static/images/contribute/zh/contribute05.png b/static/images/contribute/deprecated/contribute05.png similarity index 100% rename from static/images/contribute/zh/contribute05.png rename to static/images/contribute/deprecated/contribute05.png diff --git a/static/images/contribute/zh/contribute06.png b/static/images/contribute/deprecated/contribute06.png similarity index 100% rename from static/images/contribute/zh/contribute06.png rename to static/images/contribute/deprecated/contribute06.png diff --git a/static/images/contribute/zh/contribute07.png b/static/images/contribute/deprecated/contribute07.png similarity index 100% rename from static/images/contribute/zh/contribute07.png rename to static/images/contribute/deprecated/contribute07.png diff --git a/static/images/contribute/zh/contribute08.png b/static/images/contribute/deprecated/contribute08.png similarity index 100% rename from static/images/contribute/zh/contribute08.png rename to static/images/contribute/deprecated/contribute08.png diff --git a/static/images/contribute/zh/contribute09.png b/static/images/contribute/deprecated/contribute09.png similarity index 100% rename from static/images/contribute/zh/contribute09.png rename to static/images/contribute/deprecated/contribute09.png diff --git a/static/images/contribute/zh/contribute10.png b/static/images/contribute/deprecated/contribute10.png similarity index 100% rename from static/images/contribute/zh/contribute10.png rename to static/images/contribute/deprecated/contribute10.png diff --git a/static/images/contribute/zh/contribute11.png b/static/images/contribute/deprecated/contribute11.png similarity index 100% rename from static/images/contribute/zh/contribute11.png rename to static/images/contribute/deprecated/contribute11.png diff --git a/static/images/contribute/zh/contribute12.png b/static/images/contribute/deprecated/contribute12.png similarity index 100% rename from static/images/contribute/zh/contribute12.png rename to static/images/contribute/deprecated/contribute12.png diff --git a/static/images/contribute/zh/contribute13.png b/static/images/contribute/deprecated/contribute13.png similarity index 100% rename from static/images/contribute/zh/contribute13.png rename to static/images/contribute/deprecated/contribute13.png diff --git a/static/images/contribute/zh/contribute14.png b/static/images/contribute/deprecated/contribute14.png similarity index 100% rename from static/images/contribute/zh/contribute14.png rename to static/images/contribute/deprecated/contribute14.png diff --git a/static/images/contribute/zh/contribute15.png b/static/images/contribute/deprecated/contribute15.png similarity index 100% rename from static/images/contribute/zh/contribute15.png rename to static/images/contribute/deprecated/contribute15.png diff --git a/static/images/contribute/zh/contribute16.png b/static/images/contribute/deprecated/contribute16.png similarity index 100% rename from static/images/contribute/zh/contribute16.png rename to static/images/contribute/deprecated/contribute16.png diff --git a/static/images/contribute/zh/contribute17.png b/static/images/contribute/deprecated/contribute17.png similarity index 100% rename from static/images/contribute/zh/contribute17.png rename to static/images/contribute/deprecated/contribute17.png diff --git a/static/images/contribute/enable-forked-workflows.jpg b/static/images/contribute/enable-forked-workflows.jpg new file mode 100644 index 0000000000..0a544e3c75 Binary files /dev/null and b/static/images/contribute/enable-forked-workflows.jpg differ diff --git a/static/images/contribute/enable-ci.png b/static/images/contribute/grant-workflow-permissions.png similarity index 100% rename from static/images/contribute/enable-ci.png rename to static/images/contribute/grant-workflow-permissions.png