This is an automated email from the ASF dual-hosted git repository. hez pushed a commit to branch add-wip-to-pagerduty in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 5ef19a11e174ad0ce0bf92655584931ec3c7053c Author: Hezheng Yin <[email protected]> AuthorDate: Tue Jan 17 10:44:35 2023 -0800 docs: add WIP label to pagerduty plugin in supported data sources --- docs/Overview/SupportedDataSources.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/Overview/SupportedDataSources.md b/docs/Overview/SupportedDataSources.md index 683065b1d5..d8284083bc 100644 --- a/docs/Overview/SupportedDataSources.md +++ b/docs/Overview/SupportedDataSources.md @@ -11,16 +11,16 @@ Apache DevLake(incubating) supports the following data sources. The data from ea | 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 | +| 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) | -| 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 | +| 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 | WIP | `bitbucket`, `gitextractor` | Full Refresh | +| TAPD | Issue Tracking | Cloud | Not Available | `tapd` | Full Refresh, Incremental Sync(for `stories`, `bugs`, `tasks`) | | 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 | +| PagerDuty (WIP) | Issue Tracking | | Not Available | `pagerduty` | Full Refresh | ## Data Collection Scope By Each Plugin
