0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-19 19:52:27 +01:00
gitea/models/actions
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084)
For those simple objects, it's unnecessary to write the find and count
methods again and again.
2023-11-24 03:49:41 +00:00
..
artifact.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
main_test.go
run_job_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
run_job.go
run_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
run.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
runner_list.go
runner_token_test.go
runner_token.go
runner.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
schedule_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
schedule_spec_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
schedule_spec.go
schedule.go
status.go
task_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
task_output.go
task_step.go
task.go
tasks_version.go
utils_test.go
utils.go
variable.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00