Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"]
8 changes: 6 additions & 2 deletions community/contribute/01-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions docs/design-document/03-connect/00-connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

### 工作流程

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 连接器类型

EventMesh 连接器允许您通过提供开箱即用的连接器来跳过与外部服务的复杂集成。每个连接器都可以让您无需代码即可实现更快的集成。我们的连接器生成或处理的所有数据都符合 CloudEvents 规范。

连接器是代表用户应用程序与特定外部服务或底层数据源(例如数据库)交互的镜像或实例。连接器的类型可以是源(Source)或汇(Sink)。

连接器通过 `main()` 作为一个独立服务运行。
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.