Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing information in the "commits" table #7424

Open
3 tasks done
naveenreddymanukonda opened this issue May 6, 2024 · 1 comment
Open
3 tasks done

Missing information in the "commits" table #7424

naveenreddymanukonda opened this issue May 6, 2024 · 1 comment
Labels
type/bug This issue is a bug

Comments

@naveenreddymanukonda
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

There are two problems with our commit data:

  • Missing information in the "commits" table: Commit information for Bitbucket is not being stored in the "commits" table. This information is actually present in the "_tool_bitbucket_commits" table, but it's not being copied over.
  • Incomplete data in the "_tool_bitbucket_commits" table: This table captures information about additions and deletions, but it seems like this data is not being recorded properly.

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?

  • Yes I am willing to submit a PR!

Code of Conduct

@naveenreddymanukonda naveenreddymanukonda added the type/bug This issue is a bug label May 6, 2024
@klesh
Copy link
Contributor

klesh commented May 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug This issue is a bug
Projects
None yet
Development

No branches or pull requests

2 participants