gitea/services/repository
wxiaoguang 43c7a2e7b1
Refactor names (#31405)
This PR only does "renaming":

* `Route` should be `Router` (and chi router is also called "router")
* `Params` should be `PathParam` (to distingush it from URL query param, and to match `FormString`)
* Use lower case for private functions to avoid exposing or abusing
2024-06-19 06:32:45 +08:00
..
archiver
commitstatus Fix automerge will not work because of some events haven't been triggered (#30780) 2024-05-21 23:23:22 +08:00
files Refactor names (#31405) 2024-06-19 06:32:45 +08:00
adopt_test.go Add a simple test for AdoptRepository (#31391) 2024-06-17 01:18:35 +00:00
adopt.go Fix incorrect default branch when adopt a repository (#30912) 2024-05-09 08:44:26 +00:00
avatar_test.go
avatar.go
branch.go Fix push multiple branches error with tests (#31151) 2024-05-29 06:43:02 +00:00
cache.go
check.go
collaboration_test.go
collaboration.go
commit.go
contributors_graph_test.go Refactor cache and disable go-chi cache (#30417) 2024-04-13 08:38:44 +00:00
contributors_graph.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
create_test.go
create.go
delete_test.go
delete.go Clarify permission "HasAccess" behavior (#30585) 2024-04-20 03:15:04 +00:00
fork_test.go
fork.go
generate_test.go
generate.go
hooks.go
init.go
lfs_test.go
lfs.go
main_test.go
migrate.go
push.go
repository_test.go
repository.go Fix "force private" logic (#31012) 2024-05-20 00:56:45 +00:00
review_test.go
review.go
setting.go
template.go
transfer_test.go Clarify permission "HasAccess" behavior (#30585) 2024-04-20 03:15:04 +00:00
transfer.go Add lint-go-gopls (#30729) 2024-06-05 09:22:38 +08:00