apache / incubator-devlake

Apache DevLake is an open-source dev data platform to ingest, analyze, and visualize the fragmented data from DevOps tools, extracting insights for engineering excellence, developer experience, and community growth.
https://devlake.apache.org/
Apache License 2.0
2.57k stars 514 forks source link

refactor: refactoring to use simple ApiCollector #7609

Closed sstojak1 closed 3 months ago

sstojak1 commented 3 months ago

⚠️ Pre Checklist

Please complete ALL items in this checklist, and remove before submitting

Summary

What does this PR do? PR collector is now using the simple ApiCollector.

Does this close any open issues?

Closes 7457

Screenshots

Include any relevant screenshots here.

Other Information

Any other information that is important to this PR. You can test this by creating a new Devlake Project that will scrape data from Bitbucket Server. What you should notice is that there won't be duplicate date in _raw_bitbucket_server_api_pull_requests table and that extractApiPullRequests won't slow down.

sstojak1 commented 3 months ago

@klesh branch synced with master. It's ready to be merged