gitea/models/repo
Lunny Xiao 5e8e3ecbeb
Fix issues count bug ()
fix  , 

Co-authored-by: delvh <dev.lh@web.de>
..
archiver.go fix hard-coded timeout and error panic in API archive download endpoint ()
attachment.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
attachment_test.go Move some repository related code into sub package ()
avatar.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
collaboration.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
collaboration_test.go Refactor AssertExistsAndLoadBean to use generics ()
fork.go Feature: Find files in repo ()
fork_test.go Move some repository related code into sub package ()
git.go Move repository model into models/repo ()
issue.go Prevent deadlock in create issue ()
language_stats.go Move almost all functions' parameter db.Engine to context.Context ()
main_test.go Feature: Find files in repo ()
mirror.go In PushMirrorsIterate and MirrorsIterate if limit is negative do not set it ()
pushmirror.go In PushMirrorsIterate and MirrorsIterate if limit is negative do not set it ()
pushmirror_test.go Add new API endpoints for push mirrors management ()
redirect.go Make every not exist error unwrappable to a fs.ErrNotExist ()
redirect_test.go Refactor AssertExistsAndLoadBean to use generics ()
release.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
repo.go Fix issues count bug ()
repo_indexer.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
repo_list.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
repo_list_test.go Move some repository related code into sub package ()
repo_test.go Refactor AssertExistsAndLoadBean to use generics ()
repo_unit.go Make every not exist error unwrappable to a fs.ErrNotExist ()
star.go Move almost all functions' parameter db.Engine to context.Context ()
star_test.go Refactor AssertExistsAndLoadBean to use generics ()
topic.go Make every not exist error unwrappable to a fs.ErrNotExist ()
topic_test.go Move some repository related code into sub package ()
update.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
upload.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
user_repo.go Add generic set type ()
user_repo_test.go Refactor AssertExistsAndLoadBean to use generics ()
watch.go Move almost all functions' parameter db.Engine to context.Context ()
watch_test.go Refactor AssertExistsAndLoadBean to use generics ()
wiki.go Make every not exist error unwrappable to a fs.ErrNotExist ()
wiki_test.go Refactor AssertExistsAndLoadBean to use generics ()