0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-19 09:06:20 +01:00
gitea/models/actions
6543 a3f05d0d98
remove util.OptionalBool and related functions (#29513)
and migrate affected code

_last refactoring bits to replace **util.OptionalBool** with
**optional.Option[bool]**_
2024-03-02 16:42:31 +01:00
..
artifact.go
main_test.go
run_job_list.go
run_job.go
run_list.go
run.go
runner_list.go
runner_token_test.go
runner_token.go Fix typo "GetLatestRunnerToken" (#27680) 2023-10-18 15:52:44 +00:00
runner.go remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
schedule_list.go
schedule_spec_list.go
schedule_spec.go
schedule.go
status.go
task_list.go
task_output.go
task_step.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
task.go
tasks_version.go
utils_test.go
utils.go
variable.go