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/actions
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
..
clear_tasks.go Fix content holes in Actions task logs file (#25560) 1 year ago
commit_status.go Fix pull request check list is limited (#26179) 11 months ago
init.go Improve queue and logger context (#24924) 1 year ago
job_emitter.go Rewrite queue (#24505) 1 year ago
job_emitter_test.go Implement actions (#21937) 1 year ago
notifier.go For API attachments, use API URL (#25639) 1 year ago
notifier_helper.go Implement auto-cancellation of concurrent jobs if the event is push (#25716) 12 months ago