0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-08 00:16:54 +01:00
gitea/routers/web/repo/setting
Giteabot 6edee2eca4
Rename CodeIndexerEnabled to IsRepoIndexerEnabled (#30762) (#30767)
Backport #30762 by @wxiaoguang

Fix  #30761

Most places use `IsRepoIndexerEnabled` but not `CodeIndexerEnabled`, so
it should always use `IsRepoIndexerEnabled` for consistency.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-04-29 21:57:48 +00:00
..
avatar.go
collaboration.go
default_branch.go
deploy_key.go
git_hooks.go
lfs.go
main_test.go
protected_branch.go Fix rename branch 500 when the target branch is deleted but exist in database (#30430) 2024-04-12 13:11:16 +03:00
protected_tag.go
runners.go
secrets.go
setting.go Rename CodeIndexerEnabled to IsRepoIndexerEnabled (#30762) (#30767) 2024-04-29 21:57:48 +00:00
settings_test.go
variables.go
webhook.go