Startrekzky commented on code in PR #364:
URL:
https://github.com/apache/incubator-devlake-website/pull/364#discussion_r1057671438
##########
docs/Overview/SupportedDataSources.md:
##########
@@ -5,61 +5,77 @@ description: >
sidebar_position: 5
---
-
## Data Sources and Data Plugins
+
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) |
+| 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
|
-
-
+| 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 Collection Scope By Each Plugin
-This table shows the entities collected by each plugin. Domain layer entities
in this table are consistent with the entities
[here](/DataModels/DevLakeDomainLayerSchema.md).
-
-| Domain Layer Entities | ae | gitextractor | github |
gitlab | jenkins | jira | refdiff | tapd |
-| --------------------- | -------------- | ------------ | -------------- |
------- | ------- | ------- | ------- | ------- |
-| commits | update commits | default | not-by-default |
default | | | | |
-| commit_parents | | default | |
| | | | |
-| commit_files | | default | |
| | | | |
-| pull_requests | | | default |
default | | | | |
-| pull_request_commits | | | default |
default | | | | |
-| pull_request_comments | | | default |
default | | | | |
-| pull_request_labels | | | default |
| | | | |
-| refs | | default | |
| | | | |
-| refs_commits_diffs | | | |
| | | default | |
-| refs_issues_diffs | | | |
| | | default | |
-| ref_pr_cherry_picks | | | |
| | | default | |
-| repos | | | default |
default | | | | |
-| repo_commits | | default | default |
| | | | |
-| board_repos | | | |
| | | | |
-| issue_commits | | | |
| | | | |
-| issue_repo_commits | | | |
| | | | |
-| pull_request_issues | | | |
| | | | |
-| refs_issues_diffs | | | |
| | | | |
-| boards | | | default |
| | default | | default |
-| board_issues | | | default |
| | default | | default |
-| issue_changelogs | | | |
| | default | | default |
-| issues | | | default |
| | default | | default |
-| issue_comments | | | |
| | default | | default |
-| issue_labels | | | default |
| | | | |
-| sprints | | | |
| | default | | default |
-| issue_worklogs | | | |
| | default | | default |
-| users o | | | default |
| | default | | default |
-| builds | | | |
| default | | | |
-| jobs | | | |
| default | | | |
-
-
+This table shows the entities collected by each plugin. Domain layer entities
in this table are consistent with the entities
[here](/DataModels/DevLakeDomainLayerSchema.md).
+✅ : default collected.
Review Comment:
collect by default
collect not by default. Can you explain how to collect these entities?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]