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.
forgejo/services
caicandong 983167cf49
Fix pull request check list is limited (#26179)
In the original implementation, we can only get the first 30 records of
the commit status (the default paging size), if the commit status is
more than 30, it will lead to the bug #25990. I made the following two
changes.
- On the page, use the ` db.ListOptions{ListAll: true}` parameter
instead of `db.ListOptions{}`
- The `GetLatestCommitStatus` function makes a determination as to
whether or not a pager is being used.

fixed #25990
11 months ago
..
actions Fix pull request check list is limited (#26179) 11 months ago
agit Add context parameter to some database functions (#26055) 12 months ago
asymkey Add context cache as a request level cache (#22294) 1 year ago
attachment Preserve file size when creating attachments (#23406) 1 year ago
auth Bump github.com/golang-jwt/jwt to v5 (#25975) 12 months ago
automerge Improve queue and logger context (#24924) 1 year ago
context Replace `interface{}` with `any` (#25686) 1 year ago
convert Fix API leaking Usermail if not logged in (#25097) 11 months ago
cron Replace gogs/cron with go-co-op/gocron (#25977) 12 months ago
externalaccount Replace `interface{}` with `any` (#25686) 1 year ago
forms Allow Organisations to have a E-Mail (#25082) 12 months ago
gitdiff Less naked returns (#25713) 1 year ago
issue Add context parameter to some database functions (#26055) 12 months ago
lfs Bump github.com/golang-jwt/jwt to v5 (#25975) 12 months ago
mailer Replace `interface{}` with `any` (#25686) 1 year ago
markup Decouple the different contexts from each other (#24786) 1 year ago
migrations Add context parameter to some database functions (#26055) 12 months ago
mirror Sync branches when mirroring (#25722) 1 year ago
org Refactor rename user and rename organization (#24052) 1 year ago
packages Fix version in rpm repodata/primary.xml.gz (#26009) 12 months ago
pull Fix pull request check list is limited (#26179) 11 months ago
release Less naked returns (#25713) 1 year ago
repository Show branches and tags that contain a commit (#25180) 11 months ago
task Update tool dependencies, lock govulncheck and actionlint (#25655) 1 year ago
user fix incorrect repo url when changed the case of ownername (#25733) 12 months ago
webhook Warn instead of reporting an error when a webhook cannot be found (#26039) 11 months ago
wiki Improve wiki user title test (#24559) 1 year ago