gitea/models
badhezi 79cc369892
Fix issue label delete incorrect labels webhook payload (#34575)
Fixes https://github.com/go-gitea/gitea/issues/34560
explanation of the bug in the issue

setting `issue.isLabelsLoaded = false` before calling `deleteIssueLabel`
guarantee we will load the new state of the labels into the issue object
before sending it in the webhook.
2025-06-03 18:50:53 +00:00
..
actions Fix ephemeral runner deletion (#34447) 2025-05-20 15:42:31 +00:00
activities Fix some trivial problems (#34579) 2025-06-02 15:22:43 +00:00
admin
asymkey Cache GPG keys, emails and users when list commits (#34086) 2025-04-09 16:34:38 +00:00
auth Enforce two-factor auth (2FA: TOTP or WebAuthn) (#34187) 2025-04-28 15:31:59 -07:00
avatars
db Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
dbfs
fixtures Refactor some tests (#34580) 2025-06-03 01:26:19 +00:00
git Do not mutate incoming options to SearchRepositoryByName (#34553) 2025-06-02 17:33:25 +00:00
issues Fix issue label delete incorrect labels webhook payload (#34575) 2025-06-03 18:50:53 +00:00
migrations Add migrations tests (#34456) 2025-05-15 16:28:31 +00:00
organization Fix remove org user failure on mssql (#34449) 2025-05-14 02:33:56 +08:00
packages Swift files can be passed either as file or as form value (#34068) 2025-04-18 20:09:56 +08:00
perm Enforce two-factor auth (2FA: TOTP or WebAuthn) (#34187) 2025-04-28 15:31:59 -07:00
project Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
pull
renderhelper Refactor commit message rendering and fix bugs (#34412) 2025-05-09 20:42:35 +08:00
repo Refactor some tests (#34580) 2025-06-03 01:26:19 +00:00
secret
shared/types
system
unit Fix team permission (#34128) 2025-04-08 04:15:15 +00:00
unittest Uniform all temporary directories and allow customizing temp path (#32352) 2025-04-08 16:15:28 +00:00
user Refactor some tests (#34580) 2025-06-03 01:26:19 +00:00
webhook fix webhook url (#34186) 2025-04-13 02:24:32 +00:00
main_test.go
repo_test.go
repo.go