gitea/services/actions
silverwind c77e8140bc
Add interface{} to any replacement to make fmt, exclude *.pb.go (#30461)
Since https://github.com/go-gitea/gitea/pull/25686, a few `interface{}`
have sneaked into the codebase. Add this replacement to `make fmt` to
prevent this from happening again.

Ideally a linter would do this, but I haven't found any suitable.
2024-04-13 17:32:15 +00:00
..
auth_test.go Add interface{} to any replacement to make fmt, exclude *.pb.go (#30461) 2024-04-13 17:32:15 +00:00
auth.go
cleanup.go
clear_tasks.go
commit_status.go Add commit status summary table to reduce query from commit status table (#30223) 2024-04-12 09:41:50 +08:00
init.go
job_emitter_test.go
job_emitter.go
notifier_helper.go Avoid user does not exist error when detecting schedule actions when the commit author is an external user (#30357) 2024-04-11 15:11:32 +08:00
notifier.go Fix missed doer (#30231) 2024-04-08 21:26:41 +00:00
rerun_test.go
rerun.go
schedule_tasks.go Remove scheduled action tasks if the repo is archived (#30224) 2024-04-01 13:48:14 +00:00
variables.go Add API for Variables (#29520) 2024-03-28 20:40:35 +00:00