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 2023/01/13 01:29:21 UTC

[incubator-devlake] branch main updated: docs: Replace supported data-sources in Readme with a hyperlink to website (#4206)

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.git


The following commit(s) were added to refs/heads/main by this push:
     new e5e83caec docs: Replace supported data-sources in Readme with a hyperlink to website (#4206)
e5e83caec is described below

commit e5e83caec9ed8d2d696c80baab627aeecb49d7e7
Author: Keon Amini <ke...@merico.dev>
AuthorDate: Thu Jan 12 19:29:17 2023 -0600

    docs: Replace supported data-sources in Readme with a hyperlink to website (#4206)
---
 README.md | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index f0410433f..472aba2fc 100644
--- a/README.md
+++ b/README.md
@@ -34,18 +34,8 @@ Apache DevLake is designed for developer teams looking to make better sense of t
 
 ## 💪 Supported Data Sources
 
-| 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          |
-| Pagerduty                     | Issue Tracking                                             | [Singer-tap](https://github.com/singer-io/tap-pagerduty)    |Not Available           | `pagerduty`                 | Full Refresh          |
+[Here](https://devlake.apache.org/docs/SupportedDataSources#data-sources-and-data-plugins) you can find all data sources supported by DevLake, their scopes, supported versions and more!
+
 
 ## 🚀 Getting Started