0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-07 14:04:45 +01:00
gitea/routers
Lunny Xiao 6410c34b7f
Refactor ref type (#33242)
Major changes:

1. do not sync ".keep" file during tests
2. fix incorrect route handler and empty repo handling (backported as #33253 with tests)
3. do not use `RepoRef`: most of the calls are abuses.
4. Use `git.RefType` instead of a new type definition `RepoRefType` on `context`.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-01-14 15:35:34 +08:00
..
api Let API create and edit system webhooks, attempt 2 (#33180) 2025-01-13 17:17:39 +00:00
common Fix bleve fuzziness search (#33078) 2025-01-03 00:32:02 +08:00
install Refactor request context (#32956) 2024-12-24 11:43:57 +08:00
private Automerge supports deleting branch automatically after merging (#32343) 2025-01-10 03:51:03 +08:00
utils Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
web Refactor ref type (#33242) 2025-01-14 15:35:34 +08:00
init.go Add sub issue list support (#32940) 2024-12-24 01:54:19 +00:00