gitea/modules/web
wxiaoguang 2d36a0c9ff
Some checks are pending
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-docker-rootful (push) Waiting to run
release-nightly / nightly-docker-rootless (push) Waiting to run
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
handler.go Refactor to use reflect.TypeFor (#35370) 2025-08-27 20:13:31 -07:00
routemock_test.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
routemock.go
router_combo.go
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
router.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00