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.
Collect issue-repo-commits data from database directly instead of APIs, since APIs have break changes for 18.13 which would not provide revision history.
Collecting data for an issue is with the following steps:
get relevant revisions of an issue from zt_action filtered by action = 'gitcommited', extra stores first-ten characters of complete revision.
get related repository info from zt_repohistory and zt_repo
Does this close any open issues?
No
Screenshots
Include any relevant screenshots here.
Other Information
Any other information that is important to this PR.
Summary
Collect issue-repo-commits data from database directly instead of APIs, since APIs have break changes for 18.13 which would not provide revision history.
Collecting data for an issue is with the following steps:
zt_action
filtered byaction = 'gitcommited'
,extra
stores first-ten characters of complete revision.zt_repohistory
andzt_repo
Does this close any open issues?
No
Screenshots
Include any relevant screenshots here.
Other Information
Any other information that is important to this PR.