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
HesterG 1454f9dafc
Add actor and status dropdowns to run list (#25118)
Part of #25042

1. Added actor and status dropdowns first in case something is offtrack
and PR is too large.

2. Also added "No results matched." and "The workflow has no runs yet.",
and "No results matched." will show if there is no filter results and
there is no workflows (with [reference to github
action](https://github.com/go-gitea/gitea/actions/workflows/files-changed.yml?query=actor%3AGiteaBot))

Demo:


https://github.com/go-gitea/gitea/assets/17645053/6e76292c-4c1f-450d-8b48-99944cfc920c


TODOs:

- [x] Get available status (same as those in `aggregateJobStatus`)
instead of getting from database
- [x] Use `JOIN` to get actors, actors order by name
- [x] Make self on top
1 year ago
..
artifact.go Implement actions artifacts (#22738) 1 year ago
run.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 1 year ago
run_job.go Implement actions (#21937) 2 years ago
run_job_list.go Implement actions (#21937) 2 years ago
run_list.go Add actor and status dropdowns to run list (#25118) 1 year ago
runner.go Support changing labels of Actions runner without re-registration (#24806) 1 year ago
runner_list.go Implement actions (#21937) 2 years ago
runner_token.go Implement actions (#21937) 2 years ago
status.go Require approval to run actions for fork pull request (#22803) 1 year ago
task.go Support changing labels of Actions runner without re-registration (#24806) 1 year ago
task_list.go Implement actions (#21937) 2 years ago
task_output.go Support upload `outputs` and use `needs` context on Actions (#24230) 1 year 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
variable.go Support configuration variables on Gitea Actions (#24724) 1 year ago