leric commented on code in PR #5995:
URL: 
https://github.com/apache/incubator-devlake/pull/5995#discussion_r1317014784


##########
backend/plugins/gitlab/models/connection.go:
##########
@@ -117,6 +117,10 @@ type GitlabConnection struct {
        GitlabConn         `mapstructure:",squash"`
 }
 
+func (c GitlabConnection) GetHash() string {

Review Comment:
   Changed to implemented GetHash in BaseConnection, and it worked.
   
   Other plugins still need to be modified to use RemoteApiHelper.GetApiClient 
to use this feature.



-- 
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