You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zk...@apache.org on 2022/10/09 13:43:26 UTC

[incubator-devlake-website] branch main updated: docs: add collection mode for data sources

This is an automated email from the ASF dual-hosted git repository.

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new ddcb1c48c docs: add collection mode for data sources
ddcb1c48c is described below

commit ddcb1c48cbda72c877fb50985019892da8ffea6a
Author: Startrekzky <ka...@merico.dev>
AuthorDate: Sun Oct 9 21:36:00 2022 +0800

    docs: add collection mode for data sources
---
 docs/SupportedDataSources.md | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/docs/SupportedDataSources.md b/docs/SupportedDataSources.md
index 90097ab6b..b81325132 100644
--- a/docs/SupportedDataSources.md
+++ b/docs/SupportedDataSources.md
@@ -7,22 +7,21 @@ sidebar_position: 4
 
 
 ## Data Sources and Data Plugins
-DevLake supports the following data sources. The data from each data source is collected with one or more plugins. There are 9 data plugins in total: `ae`, `feishu`, `gitextractor`, `github`, `gitlab`, `jenkins`, `jira`, `refdiff` and `tapd`.
-
-
-| Data Source  | Domain(s)                                             |Supoorted Versions                    | Plugins |
-|--------------|-----------------------------------------------------|--------------------------------------|-------- |
-| GitHub       | Source Code Management, Code Review, Issue Tracking | Cloud                                |`github`, `gitextractor`, `refdiff` |
-| GitLab       | Source Code Management, Code Review, Issue Tracking | Cloud, Community Edition 13.x+       |`gitlab`, `gitextractor`, `refdiff` |
-| BitBucket    | Source Code Management, Code Review, Issue Tracking | Cloud                                |`bitbucket`, `gitextractor`, `refdiff` |
-| Gitee        | Source Code Management, Code Review, Issue Tracking | Cloud                                |`gitee`, `gitextractor`, `refdiff` |
-| Jira         | Issue Tracking                                      | Cloud, Server 8.x+, Data Center 8.x+ |`jira` |
-| TAPD         | Issue Tracking                                      | Cloud                                | `tapd` |
-| Jenkins      | CI/CD                                               | 2.263.x+                             |`jenkins` |
-| GitHub Action| CI/CD                                               | Cloud                                |`github`|
-| GitLab CI    | CI/CD                                               | Cloud, Community Edition 13.x+       |`gitlab`|
-| Feishu       | Calendar                                            | Cloud                                |`feishu` |
-| AE           | Source Code Management                              |                                      | `ae`    |
+DevLake supports the following data sources. The data from each data source is collected with one or more plugins.
+
+
+| Data Source                   | Domain(s)                                                  | Supported Versions                   | Triggered Plugins           | Collection Mode       |
+|-------------------------------|------------------------------------------------------------|--------------------------------------|---------------------------- | --------------------- |
+| GitHub (include GitHub Action)| Source Code Management, Code Review, Issue Tracking, CI/CD | Cloud                                |`github`, `gitextractor`     | Full Refresh, Incremental Sync(for `issues`, `PRs`) |
+| GitLab (include GitLabCI)     | Source Code Management, Code Review, Issue Tracking, CI/CD | Cloud, Community Edition 13.x+       |`gitlab`, `gitextractor`     | Full Refresh, Incremental Sync(for `issues`)|
+| Gitee                         | Source Code Management, Code Review, Issue Tracking        | Cloud                                |`gitee`, `gitextractor`      | Incremental Sync      |
+| BitBucket                     | Source Code Management, Code Review                        | Cloud                                |`bitbucket`, `gitextractor`  | Full Refresh          |
+| Jira                          | Issue Tracking                                             | Cloud, Server 8.x+, Data Center 8.x+ |`jira`                       | Full Refresh, Incremental Sync(for `issues`, `changelogs`, `worklogs`) |
+| TAPD                          | Issue Tracking                                             | Cloud                                |`tapd`                       | Full Refresh, Incremental Sync(for `stories`, `bugs`, `tasks`)          |
+| Jenkins                       | CI/CD                                                      | 2.263.x+                             |`jenkins`                    | Full Refresh          |
+| Feishu                        | Calendar                                                   | Cloud                                |`feishu`                     | Full Refresh          |
+| AE                            | Source Code Management                                     |                                      | `ae`                        | Full Refresh          |
+