You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by yu...@apache.org on 2022/10/28 02:58:20 UTC

[incubator-devlake-website] branch main updated: docs: add config ui availability (#302)

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

yumeng 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 0eb615ec9 docs: add config ui availability (#302)
0eb615ec9 is described below

commit 0eb615ec982ad07f29a929e01ff1e7d36c5b3b82
Author: Louis.z <lo...@gmail.com>
AuthorDate: Fri Oct 28 10:58:16 2022 +0800

    docs: add config ui availability (#302)
    
    Co-authored-by: Startrekzky <ka...@merico.dev>
---
 docs/SupportedDataSources.md | 28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)

diff --git a/docs/SupportedDataSources.md b/docs/SupportedDataSources.md
index b81325132..0bccf2524 100644
--- a/docs/SupportedDataSources.md
+++ b/docs/SupportedDataSources.md
@@ -7,21 +7,19 @@ 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.
-
-
-| 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          |
-
+Apache DevLake(incubating) supports the following data sources. The data from each data source is collected with one or more plugins.
+
+| Data Source                   | Domain(s)                                                  | Supported Versions                   | Config UI Availability | Triggered Plugins           | Collection Mode       |
+|-------------------------------|------------------------------------------------------------|--------------------------------------|------------------------|---------------------------- | --------------------- |
+| GitHub (include GitHub Action)| Source Code Management, Code Review, Issue Tracking, CI/CD | Cloud                                |Available               |`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+       |Available               |`gitlab`, `gitextractor`     | Full Refresh, Incremental Sync(for `issues`)|
+| Gitee                         | Source Code Management, Code Review, Issue Tracking        | Cloud                                |Not Available           |`gitee`, `gitextractor`      | Incremental Sync      |
+| BitBucket                     | Source Code Management, Code Review                        | Cloud                                |Not Available           |`bitbucket`, `gitextractor`  | Full Refresh          |
+| Jira                          | Issue Tracking                                             | Cloud, Server 8.x+, Data Center 8.x+ |Available               |`jira`                       | Full Refresh, Incremental Sync(for `issues`, `changelogs`, `worklogs`) |
+| TAPD                          | Issue Tracking                                             | Cloud                                |Not Available           |`tapd`                       | Full Refresh, Incremental Sync(for `stories`, `bugs`, `tasks`)          |
+| Jenkins                       | CI/CD                                                      | 2.263.x+                             |Available               |`jenkins`                    | Full Refresh          |
+| Feishu                        | Calendar                                                   | Cloud                                |Not Available           |`feishu`                     | Full Refresh          |
+| AE                            | Source Code Management                                     |                                      |Not Available           | `ae`                        | Full Refresh          |