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/05 14:03:06 UTC

[incubator-devlake-website] branch main updated: doc: update data source increment for github (#373)

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 10881f8f5 doc: update data source increment for github (#373)
10881f8f5 is described below

commit 10881f8f594f2d9c88b7badbdc33e536a4e9afc0
Author: Likyh <ya...@meri.co>
AuthorDate: Thu Jan 5 22:03:00 2023 +0800

    doc: update data source increment for github (#373)
    
    * doc: update data source increment for github
    
    * fix: for review
---
 docs/Overview/SupportedDataSources.md | 46 +++++++++++++++++------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/docs/Overview/SupportedDataSources.md b/docs/Overview/SupportedDataSources.md
index 1c41770a5..ecf36211b 100644
--- a/docs/Overview/SupportedDataSources.md
+++ b/docs/Overview/SupportedDataSources.md
@@ -118,29 +118,29 @@ This table shows the entities collected by each plugin. Domain layer entities in
 
 ### Github
 
-| Subtask Name                       | Estimated Max Number of Request | Does It support Incremental Collection? | Does It Support Time Filter? |
-| ---------------------------------- | ------------------------------- | --------------------------------------- | ---------------------------- |
-| ---------------------------------  | Common                          | -----------------------                 |                              |
-| CollectMilestonesMeta              | ≈10                             | ✅                                      | ❌                           |
-| CollectRunsMeta                    | <10^4                           | ❌                                      | ✅                           |
-| CollectApiCommentsMeta             | 400 (max page github supported) | ✅                                      | ❌                           |
-| **CollectApiEventsMeta**           | 400 (max page github supported) | ❌                                      | ❌                           |
-| CollectApiPullRequestReviewsMeta   | <10^5                           | ✅                                      | ✅                           |
-| ---------------------------------  | Graphql Only (Default)          | -----------------------                 |                              |
-| CollectIssueMeta                   | ≈10^4                           | ❌                                      | ✅                           |
-| CollectPrMeta                      | ≈10^3                           | ❌                                      | ✅                           |
-| CollectCheckRunMeta                | <10^4                           | ❌                                      | ✅                           |
-| CollectAccountMeta                 | ≈10^2                           | ❌                                      | -                            |
-| ---------------------------------  | Restful Only (Not Default)      | -----------------------                 |                              |
-| CollectApiIssuesMeta               | ≈10^4                           | ✅                                      | ❌                           |
-| CollectApiPullRequestsMeta         | ≈10^2                           | ✅                                      | ❌                           |
-| CollectApiPullRequestCommitsMeta   | ≈10^4                           | ✅                                      | ✅                           |
-| **CollectApiPrReviewCommentsMeta** | ≈10^4                           | ✅                                      | ❌                           |
-| **CollectAccountsMeta**            | ≈10^4                           | ❌                                      | ❌                           |
-| **CollectAccountOrgMeta**          | ≈10^4                           | ❌                                      | ❌                           |
-| CollectJobsMeta                    | <10^6                           | ❌                                      | ✅                           |
-| CollectApiCommitsMeta              | Not enabled                     | -                                       | -                            |
-| CollectApiCommitStatsMeta          | Not enabled                     | -                                       | -                            |
+| Subtask Name                       | Estimated Max Number of Request     | Does It support Incremental Collection? | Does It Support Time Filter? |
+| ---------------------------------- | ----------------------------------- | --------------------------------------- | ---------------------------- |
+| ---------------------------------  | Common                              | -----------------------                 |                              |
+| CollectMilestonesMeta              | ≈10                                 | ✅                                       | ❌                            |
+| CollectRunsMeta                    | <10^4                               | ✅                                       | ✅                            |
+| CollectApiCommentsMeta             | 400 (max page that GitHub supports) | ✅                                       | ✅                            |
+| **CollectApiEventsMeta**           | 400 (max page that GitHub supports) | ❌                                       | ❌                            |
+| CollectApiPullRequestReviewsMeta   | <10^5                               | ✅                                       | ✅                            |
+| ---------------------------------  | Graphql Only (Default)              | -----------------------                 |                              |
+| CollectIssueMeta                   | ≈10^4                               | ❌                                       | ✅                            |
+| CollectPrMeta                      | ≈10^3                               | ❌                                       | ✅                            |
+| CollectCheckRunMeta                | <10^4                               | ❌                                       | ✅                            |
+| CollectAccountMeta                 | ≈10^2                               | ❌                                       | -                            |
+| ---------------------------------  | Restful Only (Not by Default)       | -----------------------                 |                              |
+| CollectApiIssuesMeta               | ≈10^4                               | ✅                                       | ❌                            |
+| CollectApiPullRequestsMeta         | ≈10^2                               | ❌                                       | ❌                            |
+| CollectApiPullRequestCommitsMeta   | ≈10^4                               | ✅                                       | ✅                            |
+| **CollectApiPrReviewCommentsMeta** | ≈10^4                               | ✅                                       | ✅                            |
+| **CollectAccountsMeta**            | ≈10^4                               | ❌                                       | ❌                            |
+| **CollectAccountOrgMeta**          | ≈10^4                               | ❌                                       | ❌                            |
+| CollectJobsMeta                    | <10^6                               | ❌                                       | ✅                            |
+| CollectApiCommitsMeta              | Not enabled                         | -                                       | -                            |
+| CollectApiCommitStatsMeta          | Not enabled                         | -                                       | -                            |
 
 ### Feishu