Open jimsheldon opened 2 years ago
What is the status?
I looked into this today. Currently go-scm does not have ListChanges
or CompareChanges
implementations for Gitea https://github.com/drone/go-scm/blob/master/scm/driver/gitea/git.go#L76-L82
I am investigating, but so far it looks like the reason might be that Gitea does not have an API endpoint that would return this information.
I will update when I have more information.
Any progress? I found Woodpecker already support Gitea.
Listen to the directory trigger, please give me a specific use case, well, thank you
神话ai 潇遥 @.***
------------------ 原始邮件 ------------------ 发件人: "meltwater/drone-convert-pathschanged" @.>; 发送时间: 2024年1月12日(星期五) 下午4:54 @.>; @.***>; 主题: Re: [meltwater/drone-convert-pathschanged] Add Gitea support (Issue #81)
Any progress? I found Woodpecker already support Gitea.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
Checking back in on this? It appears that ListChanges and CompareChanges are in the Gitea driver now: https://github.com/drone/go-scm/blob/master/scm/driver/gitea/git.go
Add support for Gitea