gitea/models
yp05327 d817b199ca
Fix wrong workflow status when rerun a job in an already finished workflow ()
Before:

![image](https://github.com/go-gitea/gitea/assets/18380374/fb687592-b117-4cd5-b076-2ca5ca847ea4)
After:

![image](https://github.com/go-gitea/gitea/assets/18380374/c9b0683e-e81d-410b-8c35-fbe54327fab4)

After workflow finished, if you rerun a single job, the workflow status
will become to `Running` which is not correct as no jobs are running in
this workflow.
2023-07-25 09:13:36 +00:00
..
actions Fix wrong workflow status when rerun a job in an already finished workflow () 2023-07-25 09:13:36 +00:00
activities
admin
asymkey Update tool dependencies, lock govulncheck and actionlint () 2023-07-09 11:58:06 +00:00
auth
avatars
db
dbfs Fix content holes in Actions task logs file () 2023-06-28 19:07:29 +02:00
fixtures Fix incorrect oldest sort in project list () 2023-07-11 20:47:50 +02:00
git
issues
migrations
organization Remove unused code () 2023-07-06 21:52:41 +00:00
packages
perm some less naked returns () 2023-07-04 15:52:33 +00:00
project
pull
repo For API attachments, use API URL () 2023-07-10 09:31:19 +00:00
secret Support configuration variables on Gitea Actions () 2023-06-20 22:54:15 +00:00
shared/types Display owner of a runner as a tooltip instead of static text () 2023-05-12 08:43:27 +00:00
system
unit Rewrite logger system () 2023-05-21 22:35:11 +00:00
unittest
user
webhook Replace `interface{}` with `any` () 2023-07-04 18:36:08 +00:00
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate.go
migrate_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go