gitea/modules/web
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
..
middleware Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +00:00
routing Fix various bugs (#35684) 2025-10-19 00:37:50 +08:00
types Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
handler.go Refactor to use reflect.TypeFor (#35370) 2025-08-27 20:13:31 -07:00
routemock.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
routemock_test.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
router.go Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +00:00
router_combo.go Refactor arch route handlers (#32993) 2024-12-28 03:31:46 +00:00
router_path.go Refactor some trivial problems (#34959) 2025-07-05 23:19:33 +08:00
router_test.go Refactor some trivial problems (#34959) 2025-07-05 23:19:33 +08:00