likyh opened a new pull request, #4009:
URL: https://github.com/apache/incubator-devlake/pull/4009

   ### Summary
   add time filter for gitlab jobs.
   
   GitLab jobs do not support the time filter and time sorting. It can only 
sort by id desc (not strictly). 
https://docs.gitlab.com/ee/api/pipelines.html#list-project-pipelines
   
   So filter by stopping when job's create time before than options.
   
   gitlab's pipeline can sort by time asc, so I haven't add this. Sort asc can 
avoid new rows qustions.
   
   ### snapshots
   The result for only collect the rows created after `2022-12-01T00:00:00Z`
   
![image](https://user-images.githubusercontent.com/3294100/208966882-ee9d6d5b-eaee-448f-a6dd-608c364b4de7.png)
   


-- 
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]

Reply via email to