gitea/modules/web/routing
wxiaoguang 2d36a0c9ff
Fix various bugs (#35684)
1. Fix incorrect column in `applySubscribedCondition`, add a test
2. Fix debian version parsing, add more tests fix #35695
3. Fix log level for HTTP errors, fix #35651
4. Fix abused "panic" handler in API `Migrate`
5. Fix the redirection from PR to issue, add a test
6. Fix Actions variable & secret name validation, add more tests
    * envNameCIRegexMatch is unnecessary, removed
    * validating in "delete" function doesn't make sense, removed
7. Fix incorrect link in release email

---------

Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
2025-10-19 00:37:50 +08:00
..
context.go Support performance trace (#32973) 2025-01-21 18:57:07 +00:00
funcinfo.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00
funcinfo_test.go Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
logger.go Fix various bugs (#35684) 2025-10-19 00:37:50 +08:00
logger_manager.go Update tool dependencies (#26607) 2023-08-20 22:59:19 +00:00
requestrecord.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00