harness / gitness

Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.
https://gitness.com
Apache License 2.0
32.09k stars 2.8k forks source link

Does anyone know how to disable signing commits statuses for gitea? #3414

Open scentedwax opened 11 months ago

scentedwax commented 11 months ago

I am searching the solution for disabling statuses. Sometimes I need to see clean commit without any signs in my Gitea branch. Thanks.

scentedwax commented 11 months ago

But I still need the pipelines at the same time

scentedwax commented 10 months ago

Ok. Problem solved. You just do post request for creating status of a commit and set "unknown" or something for the field "state". That's all. Status is clean.

scentedwax commented 10 months ago

But still there is a need to disable signing of commit by default. It's too difficult to solve statuses problem by manual