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 32ae043c7 feat: support time-filter for gitlab job (#352)
32ae043c7 is described below

commit 32ae043c7c37b3b1c65e68b7ab304ddea9efd404
Author: Likyh <[email protected]>
AuthorDate: Thu Dec 22 15:52:33 2022 +0800

    feat: support time-filter for gitlab job (#352)
---
 docs/Overview/SupportedDataSources.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Overview/SupportedDataSources.md 
b/docs/Overview/SupportedDataSources.md
index 2cbb17e9e..39dacf44c 100644
--- a/docs/Overview/SupportedDataSources.md
+++ b/docs/Overview/SupportedDataSources.md
@@ -102,7 +102,7 @@ This table shows the entities collected by each plugin. 
Domain layer entities in
 | CollectApiMrNotesMeta       | <10^5                           | ❌            
                           | ✅                            |
 | CollectApiMrCommitsMeta     | <10^5                           | ❌            
                           | ✅                            |
 | **CollectApiPipelinesMeta** | <10^4                           | ✅            
                           | ❌                            |
-| **CollectApiJobsMeta**      | <10^5                           | ❌            
                           | ❌                            |
+| CollectApiJobsMeta          | <10^5                           | ❌            
                           | ✅                            |
 
 
 
@@ -128,7 +128,7 @@ This table shows the entities collected by each plugin. 
Domain layer entities in
 | **CollectApiPrReviewCommentsMeta** | ≈10^4                           | ✅     
                                  | ❌                            |
 | **CollectAccountsMeta**            | ≈10^4                           | ❌     
                                  | ❌                            |
 | **CollectAccountOrgMeta**          | ≈10^4                           | ❌     
                                  | ❌                            |
-| **\*CollectJobsMeta\***            | <**10^6**                       | ❌     
                                  | ❌                            |
+| CollectJobsMeta                    | <10^6                           | ❌     
                                  | ✅                            |
 | CollectApiCommitsMeta              | Not enabled                     | -     
                                  | -                            |
 | CollectApiCommitStatsMeta          | Not enabled                     | -     
                                  | -                            |
 

Reply via email to