forgejo/routers/web
Giteabot 060026995a
Fix pull request check list is limited (#26179) (#26245)
Backport #26179 by @CaiCandong

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

Co-authored-by: caicandong <50507092+CaiCandong@users.noreply.github.com>
2023-07-31 08:56:46 +00:00
..
admin Display deprecated warning in admin panel pages as well as in the log file (#26094) (#26154) 2023-07-26 09:22:39 +00:00
auth
devtest
events
explore
feed
healthcheck
misc
org fix incorrect repo url when changed the case of ownername (#25733) (#25881) 2023-07-15 19:47:24 +02:00
repo Fix pull request check list is limited (#26179) (#26245) 2023-07-31 08:56:46 +00:00
shared
user Fix notification list bugs (#25781) (#25787) 2023-07-09 19:15:00 +00:00
auth.go
auth_windows.go
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Fix access check for org-level project (#26182) (#26223) 2023-07-29 18:50:58 +00:00
webfinger.go