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 2023/01/18 02:45:49 UTC

[incubator-devlake-website] branch main updated: docs: add WIP label to pagerduty plugin in supported data sources (#403)

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 a5818845e1 docs: add WIP label to pagerduty plugin in supported data sources (#403)
a5818845e1 is described below

commit a5818845e1f24253e3e385da215a15a76f23ab3b
Author: Hezheng Yin <he...@merico.dev>
AuthorDate: Tue Jan 17 18:45:43 2023 -0800

    docs: add WIP label to pagerduty plugin in supported data sources (#403)
---
 docs/Overview/SupportedDataSources.md | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/docs/Overview/SupportedDataSources.md b/docs/Overview/SupportedDataSources.md
index 683065b1d5..42acb94e04 100644
--- a/docs/Overview/SupportedDataSources.md
+++ b/docs/Overview/SupportedDataSources.md
@@ -9,18 +9,21 @@ sidebar_position: 5
 
 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                                                   |
-| 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`,`MRs`)             |
-| Gitee                           | Source Code Management, Code Review, Issue Tracking        | Cloud                                                         | Not Available          | `gitee`, `gitextractor`     | Full Refresh, Incremental Sync(for `issues`,`MRs`)             |
-| BitBucket                       | Source Code Management, Code Review                        | Cloud                                                         | Not Available          | `bitbucket`, `gitextractor` | Full Refresh                                                   |
-| Jira                            | Issue Tracking                                             | Cloud, Server 7.x+, Data Center 7.x+                          | Available              | `jira`                      | Full Refresh, Incremental Sync(for `issues` and related)       |
-| 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                                                   |
-| Pagerduty                       | Issue Tracking                                             | [Singer-tap](https://github.com/singer-io/tap-pagerduty)      | Not Available          | `pagerduty`                 | Full Refresh                                                   |
+| Data Source      | Domain(s)                                                                   | Supported Versions                   | Config UI Availability | Triggered Plugins           | Collection Mode                                                |
+|------------------|-----------------------------------------------------------------------------|--------------------------------------|------------------------|-----------------------------|----------------------------------------------------------------|
+| GitHub           | Source Code Management, Code Review, Issue Tracking, CI/CD (GitHub Actions) | Cloud                                | Available              | `github`, `gitextractor`    | Full Refresh                                                   |
+| GitLab           | Source Code Management, Code Review, Issue Tracking, CI/CD (GitLab CI)      | Cloud, Community Edition 13.x+       | Available              | `gitlab`, `gitextractor`    | Full Refresh, Incremental Sync(for `issues`,`MRs`)             |
+| Jira             | Issue Tracking                                                              | Cloud, Server 7.x+, Data Center 7.x+ | Available              | `jira`                      | Full Refresh, Incremental Sync(for `issues` and related)       |
+| Jenkins          | CI/CD                                                                       | 2.263.x+                             | Available              | `jenkins`                   | Full Refresh                                                   |
+| BitBucket (Beta) | Source Code Management, Code Review                                         | Cloud                                | WIP                    | `bitbucket`, `gitextractor` | Full Refresh                                                   |
+| TAPD (Beta)      | Issue Tracking                                                              | Cloud                                | Not Available          | `tapd`                      | Full Refresh, Incremental Sync(for `stories`, `bugs`, `tasks`) |
+| Zentao (Beta)    | Issue Tracking                                                              | Cloud                                | Not Available          | `zentao`                    | Full Refresh                                                   |
+| Gitee (WIP)      | Source Code Management, Code Review, Issue Tracking                         | Cloud                                | Not Available          | `gitee`, `gitextractor`     | Full Refresh, Incremental Sync(for `issues`,`MRs`)             |
+| PagerDuty (WIP)  | Issue Tracking                                                              | Cloud                                | Not Available          | `pagerduty`                 | Full Refresh                                                   |
+| Feishu (WIP)     | Calendar                                                                    | Cloud                                | Not Available          | `feishu`                    | Full Refresh                                                   |
+| AE               | Source Code Management                                                      | On-prem                              | Not Available          | `ae`                        | Full Refresh                                                   |
+
+
 
 ## Data Collection Scope By Each Plugin