forgejo/routers/web
Giteabot 060026995a
Fix pull request check list is limited () ()
Backport  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 . 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 

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 () () 2023-07-26 09:22:39 +00:00
auth Replace interface{} with any () () 2023-07-04 23:41:32 -04:00
devtest Make "cancel" buttons have proper type in modal forms () () 2023-07-03 17:09:38 +08:00
events
explore Replace interface{} with any () () 2023-07-04 23:41:32 -04:00
feed
healthcheck
misc
org fix incorrect repo url when changed the case of ownername () () 2023-07-15 19:47:24 +02:00
repo Fix pull request check list is limited () () 2023-07-31 08:56:46 +00:00
shared Replace interface{} with any () () 2023-07-04 23:41:32 -04:00
user Fix notification list bugs () () 2023-07-09 19:15:00 +00:00
auth.go
auth_windows.go
base.go Fix all possible setting error related storages and added some tests () () 2023-06-14 08:36:52 +02:00
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Fix access check for org-level project () () 2023-07-29 18:50:58 +00:00
webfinger.go Replace interface{} with any () () 2023-07-04 23:41:32 -04:00