aboutsummaryrefslogtreecommitdiffstats
path: root/models/actions/run_list.go
Commit message (Expand)AuthorAgeFilesLines
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-13/+3
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+2
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-251-10/+14
* Add actor and status dropdowns to run list (#25118)HesterG2023-06-211-0/+35
* Don't filter action runs based on state (#24711)Yarden Shoham2023-05-141-10/+0
* Fix run list broken when trigger user deleted (#24706)Lunny Xiao2023-05-141-0/+3
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-241-0/+8
* Implement actions (#21937)Jason Song2023-01-311-0/+107