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.
gitea/models
caicandong 840830b655
Remove commit status running and warning to align GitHub (#25839)
Fix #25776. Close #25826.

In the discussion of #25776, @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>
2 years ago
..
actions Actions Artifacts support uploading multiple files and directories (#24874) 2 years ago
activities Update tool dependencies, lock govulncheck and actionlint (#25655) 2 years ago
admin Replace `interface{}` with `any` (#25686) 2 years ago
asymkey Update tool dependencies, lock govulncheck and actionlint (#25655) 2 years ago
auth Upgrade go dependencies (#25819) 2 years ago
avatars
db Replace `interface{}` with `any` (#25686) 2 years ago
dbfs Fix content holes in Actions task logs file (#25560) 2 years ago
fixtures Fix incorrect oldest sort in project list (#25806) 2 years ago
git Remove commit status running and warning to align GitHub (#25839) 2 years ago
issues Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) 2 years ago
migrations Remove commit status running and warning to align GitHub (#25839) 2 years ago
organization Remove unused code (#25734) 2 years ago
packages Test if container blob is accessible before mounting (#22759) 2 years ago
perm some less naked returns (#25682) 2 years ago
project Fix incorrect oldest sort in project list (#25806) 2 years ago
pull
repo For API attachments, use API URL (#25639) 2 years ago
secret
shared/types
system Replace `interface{}` with `any` (#25686) 2 years ago
unit
unittest Replace `interface{}` with `any` (#25686) 2 years ago
user Fix inconsistent user profile layout across tabs (#25625) 2 years ago
webhook Replace `interface{}` with `any` (#25686) 2 years ago
error.go Sync branches into databases (#22743) 2 years ago
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 Update tool dependencies, lock govulncheck and actionlint (#25655) 2 years ago
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go