forgejo/services
Zettat123 9a8af92577
Fix the bug when getting files changed for pull_request_target event (#26320)
Follow #25229

Copy from
https://github.com/go-gitea/gitea/pull/26290#issuecomment-1663135186

The bug is that we cannot get changed files for the
`pull_request_target` event. This event runs in the context of the base
branch, so we won't get any changes if we call
`GetFilesChangedSinceCommit` with `PullRequest.Base.Ref`.
2023-08-05 14:26:06 +08:00
..
actions Fix the bug when getting files changed for pull_request_target event (#26320) 2023-08-05 14:26:06 +08:00
agit Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
asymkey
attachment
auth
automerge
context
convert Fix API leaking Usermail if not logged in (#25097) 2023-07-31 01:18:38 +00:00
cron Replace gogs/cron with go-co-op/gocron (#25977) 2023-07-24 04:13:41 +00:00
externalaccount
forms Allow Organisations to have a E-Mail (#25082) 2023-07-25 08:26:27 +00:00
gitdiff
issue Delete issue_service.CreateComment (#26298) 2023-08-04 13:34:34 +00:00
lfs
mailer
markup
migrations Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
mirror
org
packages
pull Delete issue_service.CreateComment (#26298) 2023-08-04 13:34:34 +00:00
release
repository Show branches and tags that contain a commit (#25180) 2023-07-27 12:47:41 +02:00
task Add Retry button when creating a mirror-repo fails (#26228) 2023-08-04 10:21:32 +08:00
user add unit test for user renaming (#26261) 2023-08-03 09:38:51 +08:00
webhook Warn instead of reporting an error when a webhook cannot be found (#26039) 2023-07-28 17:46:48 +00:00
wiki add some Wiki unit tests (#26260) 2023-08-03 09:37:48 +08:00