meltwater / drone-convert-pathschanged

Drone conversion extension to include/exclude pipelines and pipeline steps based on paths changed
https://docs.drone.io/extensions/conversion/
Apache License 2.0
135 stars 40 forks source link

Add Gitea support #81

Open jimsheldon opened 2 years ago

jimsheldon commented 2 years ago

Add support for Gitea

simao-silva commented 2 years ago

What is the status?

jimsheldon commented 2 years ago

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.

condemil commented 2 years ago

Related: https://github.com/go-gitea/gitea/issues/17165

Loongphy commented 10 months ago

Any progress? I found Woodpecker already support Gitea.

hehua2018 commented 10 months ago

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: @.***>

drowl87 commented 1 month ago

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