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 e64320a9a2 docs: Add PagerDuty to the list of supported datasources
(#391)
e64320a9a2 is described below
commit e64320a9a20c04487626639bff57242459541879
Author: Keon Amini <[email protected]>
AuthorDate: Sun Jan 15 21:12:56 2023 -0600
docs: Add PagerDuty to the list of supported datasources (#391)
---
docs/Overview/SupportedDataSources.md | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/docs/Overview/SupportedDataSources.md
b/docs/Overview/SupportedDataSources.md
index ecf36211b2..683065b1d5 100644
--- a/docs/Overview/SupportedDataSources.md
+++ b/docs/Overview/SupportedDataSources.md
@@ -9,17 +9,18 @@ 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
|
+| 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 Collection Scope By Each Plugin