gitea/models/git
caicandong 840830b655
Remove commit status running and warning to align GitHub ()
Fix . Close .

In the discussion of , @wolfogre's suggestion was to remove the
commit status of `running` and `warning` to keep it consistent with
github.

references:
-
https://docs.github.com/en/rest/commits/statuses?apiVersion=2022-11-28#about-commit-statuses


## ⚠️ BREAKING ⚠️

So the commit status of Gitea will be consistent with GitHub, only
`pending`, `success`, `error` and `failure`, while `warning` and
`running` are not supported anymore.

---------

Co-authored-by: Jason Song <i@wolfogre.com>
..
branch.go Exclude default branch from pushed branch hint ()
branch_list.go Make FindBranches have stable result ()
branch_test.go Fix branch commit message too long problem ()
commit_status.go Display branch commit status ()
commit_status_test.go Remove commit status running and warning to align GitHub ()
lfs.go Replace `interface{}` with `any` ()
lfs_lock.go Introduce path Clean/Join helper functions ()
main_test.go Implement FSFE REUSE for golang files ()
protected_banch_list_test.go Fix branch protection priority ()
protected_branch.go Rename `repo.GetOwner` to `repo.LoadOwner` ()
protected_branch_list.go Sync branches into databases ()
protected_branch_test.go Supports wildcard protected branch ()
protected_tag.go Use context parameter in models/git ()
protected_tag_test.go Implement FSFE REUSE for golang files ()