gitea/models/actions
sillyguodong 538efb9df7
Make runs-on support variable expression (#29468) (#29782)
backport #29468 

Close issue: https://gitea.com/gitea/act_runner/issues/445
Follow: https://gitea.com/gitea/act/pulls/91

Move `getSecretsOfTask` and `getVariablesOfTask` under models because of
circular dependency issues.
2024-03-14 10:19:01 +08:00
..
artifact.go
run_job_list.go
run_job.go Replace util.SliceXxx with slices.Xxx (#26958) 2023-09-07 09:37:47 +00:00
run_list.go Fix schedule tasks bugs (#28691) (#28780) 2024-01-14 23:54:22 +01:00
run.go Fix schedule tasks bugs (#28691) (#28780) 2024-01-14 23:54:22 +01:00
runner_list.go
runner_token.go Redefine the meaning of column is_active to make Actions Registration Token generation easier (#27143) (#27304) 2023-09-28 04:15:53 +00:00
runner.go Only check online runner when detecting matching runners in workflows (#28286) (#28512) 2023-12-19 04:06:31 +00:00
schedule_list.go
schedule_spec_list.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
schedule_spec.go
schedule.go Fix schedule tasks bugs (#28691) (#28780) 2024-01-14 23:54:22 +01:00
status.go
task_list.go
task_output.go Fix no ActionTaskOutput table waring (#28149) (#28152) 2023-11-21 22:23:57 +08:00
task_step.go
task.go
tasks_version.go
utils_test.go
utils.go
variable.go Make runs-on support variable expression (#29468) (#29782) 2024-03-14 10:19:01 +08:00