klesh commented on code in PR #3801:
URL:
https://github.com/apache/incubator-devlake/pull/3801#discussion_r1031400148
##########
models/domainlayer/code/commits_diff.go:
##########
@@ -28,11 +28,22 @@ func (CommitsDiff) TableName() string {
return "commits_diffs"
}
-type FinishedCommitsDiffs struct {
+type RefCommit struct {
Review Comment:
If one needs to know which `commit-sha` a `ref` is pointing to, one should
use the `refs` table.
This table is designed to store the pairs that are filtered by the `refdiff`
tag regex.
--
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]