This is an automated email from the ASF dual-hosted git repository. likyh pushed a commit to branch likyh/support-time-filter-for-gitlab-job in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 21e2b13b6ba548ae5676f9c1506c3b6611cf2544 Author: linyh <[email protected]> AuthorDate: Thu Dec 22 01:34:20 2022 +0800 feat: support time-filter for gitlab job --- 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 | - | - |
