forgejo/models/actions
Giteabot c0ccd4c2d7
Fix no ActionTaskOutput table waring (#28149) (#28151)
Backport #28149 by @yp05327

Reproduce:
- Create a new Gitea instance
- Register a runner
- Create a repo and add a workflow
- Check the log, you will see warnings:

![image](https://github.com/go-gitea/gitea/assets/18380374/5f1278e0-114b-48bc-8113-8ba1404d9975)
It comes from:

![image](https://github.com/go-gitea/gitea/assets/18380374/c2807831-e137-4229-9536-87f6114c8a5b)

The reason is that we forgot registering `ActionTaskOutput` model.
So `action_table_output` table will be missing in your db.

Co-authored-by: yp05327 <576951401@qq.com>
(cherry picked from commit 41b2d0be93)
2023-11-22 17:23:43 +01:00
..
artifact.go Implement actions artifacts (#22738) 2023-05-19 21:37:57 +08:00
forgejo.go [CLI] implement forgejo-cli actions register 2023-07-16 23:21:45 +02:00
forgejo_test.go [CLI] implement forgejo-cli actions register 2023-07-16 23:21:45 +02:00
main_test.go [CLI] implement forgejo-cli actions register 2023-07-16 23:21:45 +02:00
run.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2023-05-26 01:04:48 +00:00
run_job.go Fix wrong workflow status when rerun a job in an already finished workflow (#26119) (#26124) 2023-07-26 13:49:15 +02:00
run_job_list.go
run_list.go Don't filter action runs based on state (#24711) 2023-05-14 16:04:24 +00:00
runner.go Add user level action runners (#24995) 2023-05-31 09:39:54 +08:00
runner_list.go
runner_token.go
status.go Require approval to run actions for fork pull request (#22803) 2023-02-24 15:58:49 +08:00
task.go Fix log typo in task.go (#26337) (#26343) 2023-08-21 07:22:17 +02:00
task_list.go
task_output.go Fix no ActionTaskOutput table waring (#28149) (#28151) 2023-11-22 17:23:43 +01:00
task_step.go
utils.go
utils_test.go