Startrekzky commented on issue #7480: URL: https://github.com/apache/incubator-devlake/issues/7480#issuecomment-2122200228
Hi, we checked the logic. The difference between additions from GitLab APIs and DevLake is because: - DevLake doesn't use GitLab APIs, but the `gitextractor` plugin to collect `commits` - The `gitextractor` plugin uses the `Gogit` library to calculate the commits additions and deletions. - The logic of calculating the additions in `Gogit` and `GitLab APIs` are slightly different. Thus, it's a problem that can not be addressed in DevLake for now. We can't switch `gitextractor` to `GitLab APIs` or `GitHub APIs` or `Bitbucket APIs` or `Bitbucket APIs` to collect commits (Git) data, as it will increase the collection time by 10x time. -- 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