You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/repo/setting
Lunny Xiao b79c30435f
Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294)
Now we can get object format name from git command line or from the
database repository table. Assume the column is right, we don't need to
read from git command line every time.

This also fixed a possible bug that the object format is wrong when
migrating a sha256 repository from external.

<img width="658" alt="image"
src="https://github.com/go-gitea/gitea/assets/81045/6e9a9dcf-13bf-4267-928b-6bf2c2560423">
12 months ago
..
avatar.go Refactor locale&string&template related code (#29165) 12 months ago
collaboration.go Improve user search display name (#29002) 1 year ago
default_branch.go Fix schedule tasks bugs (#28691) 1 year ago
deploy_key.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
git_hooks.go Move some files under repo/setting (#25585) 2 years ago
lfs.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 12 months ago
main_test.go make writing main test easier (#27270) 1 year ago
protected_branch.go Refactor locale&string&template related code (#29165) 12 months ago
protected_tag.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
runners.go Fix repo count in org action settings (#27245) 1 year ago
secrets.go Fix repo count in org action settings (#27245) 1 year ago
setting.go Add merge style `fast-forward-only` (#28954) 12 months ago
settings_test.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
variables.go Added instance-level variables (#28115) 1 year ago
webhook.go Change webhook-type in create-view (#29114) 12 months ago