]> source.dussan.org Git - gitea.git/commit
Don't filter action runs based on state (#24711)
authorYarden Shoham <git@yardenshoham.com>
Sun, 14 May 2023 16:04:24 +0000 (19:04 +0300)
committerGitHub <noreply@github.com>
Sun, 14 May 2023 16:04:24 +0000 (16:04 +0000)
commit6d2c63f6ffcbcd4a928b39527ecfd2cb53a2828c
tree9ef75099e9ead639edcf1c79091c812c3c9972b4
parent5968c63a11c94b0fdde0485af194bebb2ea1b8e7
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>
models/actions/run_list.go
options/locale/locale_en-US.ini
routers/web/repo/actions/actions.go
templates/repo/actions/list.tmpl
templates/repo/actions/openclose.tmpl [deleted file]
templates/repo/actions/runs_list.tmpl