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.
forgejo/models/actions
Yarden Shoham 6d2c63f6ff
Don't filter action runs based on state (#24711)
We should just show all runs. This removes the filtering altogether.

- Replaces https://github.com/go-gitea/gitea/pull/24553

# Before

![image](https://github.com/go-gitea/gitea/assets/20454870/be4fb69a-ea84-44bb-9606-65a0626be721)

![image](https://github.com/go-gitea/gitea/assets/20454870/68942224-e519-43f1-87fe-f3cffef5879a)

# After

![image](https://github.com/go-gitea/gitea/assets/20454870/b3c3b200-ad44-4163-86ec-44a76362eae6)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
1 year ago
..
run.go Treat PRs with agit flow as fork PRs when triggering actions. (#23884) 1 year ago
run_job.go Implement actions (#21937) 1 year ago
run_job_list.go Implement actions (#21937) 1 year ago
run_list.go Don't filter action runs based on state (#24711) 1 year ago
runner.go Display owner of a runner as a tooltip instead of static text (#24377) 1 year ago
runner_list.go Implement actions (#21937) 1 year ago
runner_token.go Implement actions (#21937) 1 year ago
status.go Require approval to run actions for fork pull request (#22803) 1 year ago
task.go Improve updating Actions tasks (#24600) 1 year ago
task_list.go Implement actions (#21937) 1 year ago
task_output.go Support upload `outputs` and use `needs` context on Actions (#24230) 1 year ago
task_step.go Implement actions (#21937) 1 year ago
utils.go Implement actions (#21937) 1 year ago
utils_test.go Implement actions (#21937) 1 year ago