dosubot[bot] commented on issue #8376: URL: https://github.com/apache/incubator-devlake/issues/8376#issuecomment-2792301938
<!-- Answer --> I couldn't find specific information about known issues or bugs in version v1.0.1@e061ef2 of Apache DevLake that could affect the recording of additions and deletions in the `_tool_gitlab_commits` table. Additionally, there is no detailed information on error handling or logging mechanisms that might provide insights into why additions and deletions might be recorded as zero <sup>[[1]](https://github.com/apache/incubator-devlake/blob/main/backend/plugins/gitlab/models/commit.go)</sup><sup>[[2]](https://github.com/apache/incubator-devlake/blob/main/backend/plugins/gitlab/models/migrationscripts/archived/commit.go)</sup>. However, it's possible that the issue could be related to how the data is transformed or filtered before being stored. The `ConvertCommit` function is responsible for processing commit data, and any discrepancies might originate from this transformation step <sup>[[3]](https://github.com/apache/incubator-devlake/blob/main/backend/plugins/gitlab/tasks/mr_commit_extractor.go)</sup>. To further investigate, you might want to check the transformation logic in the `ConvertCommit` function and ensure that the data from GitLab is being correctly mapped to the database fields. Additionally, reviewing any logs or error messages during the data collection process might provide more clues. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/b6e00a0c-5f1e-46cd-8c2e-a1bc2c109318?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/b6e00a0c-5f1e-46cd-8c2e-a1bc2c109318?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/b6e00a0c-5f1e-46cd-8c2e-a1bc2c109318?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/b6e00a0c-5f1e-46cd-8c2e-a1bc2c109318?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/b6e00a0c-5f1e-46cd-8c2e-a1bc2c109318?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/b6e00a0c-5f1e-46cd-8c2e-a1bc2c109318?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/b6e00a0c-5f1e-46cd-8c2e-a1bc2c109318?feedback_type=other)</sup> -- 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: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org