0495544b8a
Tag list should include draft releases with existing tags ( #21263 ) ( #21365 )
...
Backport #21263 .
Before, a tag for a draft release disappeared in the tag list, fix #21262 .
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2022-10-07 18:59:42 +08:00
c8d687997d
Fix reaction of issues ( #21185 ) ( #21196 )
...
Backport #21185 .
Fix #20860 .
`CommentID` in `FindReactionsOptions` should be -1 to search reactions
with zero comment id.
https://github.com/go-gitea/gitea/blob/8351172b6e5221290dc5b2c81e159e2eec0b43c8/models/issues/reaction.go#L108-L121
Co-authored-by: Lauris BH <lauris@nix.lv >
2022-09-18 12:04:09 +08:00
Jason Song and GitHub
ea38455e1f
Fill the specified ref in webhook test payload ( #20961 ) ( #21055 )
...
Backport #20961
The webhook payload should use the right ref when it‘s specified in the testing request.
The compare URL should not be empty, a URL like `compare/A...A` seems useless in most cases but is helpful when testing.
2022-09-04 16:12:01 +01:00
Jason Song and GitHub
2e2133d33f
fix: remove redundant if ( #20997 )
2022-08-30 16:16:33 -05:00