gitea/models/actions
wxiaoguang 7553ae1a57
Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token ()
Fix 

When Gitea starts, it reads GITEA_RUNNER_REGISTRATION_TOKEN
or GITEA_RUNNER_REGISTRATION_TOKEN_FILE to add registration token.
..
artifact.go Always update expiration time when creating an artifact ()
main_test.go Add unit tests for action runner token ()
run.go Detect whether action view branch was deleted ()
run_job.go Improve Actions status aggregations ()
run_job_list.go Add container.FilterSlice function ()
run_job_status_test.go Fix various trivial problems ()
run_list.go Add container.FilterSlice function ()
runner.go Trim title before insert/update to database to match the size requirements of database ()
runner_list.go Refactor more filterslice ()
runner_token.go Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token ()
runner_token_test.go Enable tenv and testifylint rules ()
schedule.go Trim title before insert/update to database to match the size requirements of database ()
schedule_list.go Avoid user does not exist error when detecting schedule actions when the commit author is an external user ()
schedule_spec.go Use UTC as default timezone when schedule Actions cron tasks ()
schedule_spec_list.go Add container.FilterSlice function ()
schedule_spec_test.go Fix milestone deadline and date related problems ()
status.go Refactor locale&string&template related code ()
task.go Harden runner updateTask and updateLog api ()
task_list.go Drop `IDOrderDesc` for listing Actions task and always order by `id DESC` ()
task_output.go Fix no ActionTaskOutput table waring ()
task_step.go Implement actions ()
tasks_version.go Update misspell to 0.5.1 and add `misspellings.csv` ()
utils.go Implement actions ()
utils_test.go Implement actions ()
variable.go Clarify Actions resources ownership ()