gitea/models/repo
TheFox0x7 4c4c56c7cd
Decouple context from repository related structs ()
Calls that required context implicitly are made to pass it as argument
..
archiver.go Refactor error system ()
attachment.go Azure blob storage support ()
attachment_test.go More refactoring of `db.DefaultContext` ()
avatar.go Return an empty string when a repo has no avatar in the repo API ()
avatar_test.go Fix duplicate sub-path for avatars ()
collaboration.go Add user blocking ()
collaboration_test.go Add user blocking ()
fork.go Refactor find forks and fix possible bugs that weak permissions check ()
fork_test.go refactor some functions to support ctx as first parameter ()
git.go Add merge style `fast-forward-only` ()
issue.go Clean up log messages ()
language_stats.go Penultimate round of `db.DefaultContext` refactor ()
license.go Fix missing license when sync mirror ()
main_test.go make writing main test easier ()
mirror.go More `db.DefaultContext` refactor ()
org_repo.go Decouple context from repository related structs ()
pushmirror.go Refactor push mirror find and add check for updating push mirror ()
pushmirror_test.go Refactor deletion ()
redirect.go Final round of `db.DefaultContext` refactor ()
redirect_test.go Final round of `db.DefaultContext` refactor ()
release.go Refactor "string truncate" ()
release_test.go Add tag name in the commits list ()
repo.go Small refactor to reduce unnecessary database queries and remove duplicated functions ()
repo_indexer.go Add support for sha256 repositories ()
repo_list.go Small refactor to reduce unnecessary database queries and remove duplicated functions ()
repo_list_test.go Allow code search by filename ()
repo_test.go Refactor context flash msg and global variables ()
repo_unit.go Refactor repo unit "disabled" check ()
repo_unit_test.go add disable workflow feature ()
search.go Fix `recentupdate` sorting bugs ()
star.go Add user blocking ()
star_test.go Enable tenv and testifylint rules ()
topic.go Refactor topic Find functions and add more tests for pagination ()
topic_test.go Refactor topic Find functions and add more tests for pagination ()
transfer.go Refactor repository transfer ()
update.go fix empty repo updated time ()
upload.go Refactor deletion ()
user_repo.go Fix some user name usages ()
user_repo_test.go Fix some user name usages ()
watch.go Add user blocking ()
watch_test.go Enable tenv and testifylint rules ()
wiki.go Make git clone URL could use current signed-in user ()
wiki_test.go Use test context in tests and new loop system in benchmarks ()