gitea/routers
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 +07:00
..
api Fix various bugs (#35684) 2025-10-19 00:37:50 +07:00
common add more routes to the "expensive" list (#35547) 2025-09-29 17:33:28 +07:00
install Add proper error message if session provider can not be created (#35520) 2025-09-28 12:24:19 +07:00
private Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
utils Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +07:00
web Fix various bugs (#35684) 2025-10-19 00:37:50 +07:00
init.go Use global lock instead of status pool for cron lock (#35507) 2025-09-27 10:11:52 +07:00