leric opened a new pull request, #5548: URL: https://github.com/apache/incubator-devlake/pull/5548
### Summary Removed UpdateDate check in IssueCollect. This check for updateDate is trying to detect new analysis while collection sonarqube data, to prevent loading a half new half old issue list. But sonarqube issue UpdateDate is updated when manually set issue resolution state in sonarqube, so it can't be used as an indicator of new analysis. This PR removed the time check to fix issue collecting process, but the problem remains, if a new analysis is uploaded to sonar server while devlake is collecting data, could end up collect mixed issue list. ### Does this close any open issues? Closes #5544 ### Screenshots Include any relevant screenshots here. ### Other Information Any other information that is important to this PR. -- 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]
