You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/actions
Yarden Shoham 6c6a7e7d97
Avoid too long names for actions (#23162) (#23190)
Backport #23162

The name of the job or step comes from the workflow file, while the name
of the runner comes from its registration. If the strings used for these
names are too long, they could cause db issues.

Co-authored-by: Jason Song <i@wolfogre.com>
2 years ago
..
run.go Avoid too long names for actions (#23162) (#23190) 2 years ago
run_job.go Implement actions (#21937) 2 years ago
run_job_list.go Implement actions (#21937) 2 years ago
run_list.go Implement actions (#21937) 2 years ago
runner.go Implement actions (#21937) 2 years ago
runner_list.go Implement actions (#21937) 2 years ago
runner_token.go Implement actions (#21937) 2 years ago
status.go Implement actions (#21937) 2 years ago
task.go Avoid too long names for actions (#23162) (#23190) 2 years ago
task_list.go Implement actions (#21937) 2 years ago
task_step.go Implement actions (#21937) 2 years ago
utils.go Implement actions (#21937) 2 years ago
utils_test.go Implement actions (#21937) 2 years ago