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 516 forks source link

Missing information in the "commits" table #7424

Closed naveenreddymanukonda closed 2 months ago

naveenreddymanukonda commented 5 months ago

Search before asking

What happened

There are two problems with our commit data:

What do you expect to happen

The commits table should have all the information which _tool_bitbucket_commits has the commits

How to reproduce

Run the bitbucket pipeline for any of the projects and check the PR size related metricize-related

Anything else

No response

Version

v1.0.0-beta6@ea2cdbc

Are you willing to submit PR?

Code of Conduct

klesh commented 5 months ago

I would guess that the records come from the PullRequests which is Enabled by default while the commit_converter is NOT. That is why the _tool_bitbucket_commits is populated while the commits table is NOT.

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has been inactive for 60 days. It will be closed in next 7 days if no further activity occurs.

github-actions[bot] commented 2 months ago

This issue has been closed because it has been inactive for a long time. You can reopen it if you encounter the similar problem in the future.