klesh commented on code in PR #8928:
URL: https://github.com/apache/devlake/pull/8928#discussion_r3421179966


##########
backend/plugins/gitlab/tasks/mr_detail_collector.go:
##########
@@ -62,6 +62,7 @@ func CollectApiMergeRequestDetails(taskCtx 
plugin.SubTaskContext) errors.Error {
                Query: func(reqData *helper.RequestData) (url.Values, 
errors.Error) {
                        query := url.Values{}
                        query.Set("with_stats", "true")
+                       query.Set("include_diff_stats", "true")

Review Comment:
   When was it added to the GitLab API? We need to make sure this won't break 
older GitLab on-premise instances.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to