gitea/models/repo
KN4CK3R c766140dad
Add `RemoteAddress` to mirrors ()
This PR adds a new field `RemoteAddress` to both mirror types which
contains the sanitized remote address for easier (database) access to
that information. Will be used in the audit PR if merged.
..
archiver.go Next round of `db.DefaultContext` refactor ()
attachment.go More refactoring of `db.DefaultContext` ()
attachment_test.go More refactoring of `db.DefaultContext` ()
avatar.go Add context cache as a request level cache ()
collaboration.go Always reuse transaction ()
collaboration_test.go Add unit test for repository collaboration ()
fork.go Reduce usage of `db.DefaultContext` ()
fork_test.go refactor some functions to support ctx as first parameter ()
git.go Reduce usage of `db.DefaultContext` ()
issue.go Rename almost all Ctx functions ()
language_stats.go Round language stats percentage using largest remainder ()
main_test.go move repository deletion to service layer ()
mirror.go Add `RemoteAddress` to mirrors ()
pushmirror.go Add `RemoteAddress` to mirrors ()
pushmirror_test.go Replace `interface{}` with `any` ()
redirect.go Implement FSFE REUSE for golang files ()
redirect_test.go Implement FSFE REUSE for golang files ()
release.go Move some functions to service layer ()
release_test.go Move some functions to service layer ()
repo.go Add `RemoteAddress` to mirrors ()
repo_indexer.go Implement FSFE REUSE for golang files ()
repo_list.go Fix counting and filtering on the dashboard page for issues ()
repo_list_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org ()
repo_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org ()
repo_unit.go Replace `util.SliceXxx` with `slices.Xxx` ()
repo_unit_test.go add disable workflow feature ()
search.go Split "modules/context.go" to separate files ()
star.go More refactoring of `db.DefaultContext` ()
star_test.go More refactoring of `db.DefaultContext` ()
topic.go Next round of `db.DefaultContext` refactor ()
topic_test.go Next round of `db.DefaultContext` refactor ()
update.go Next round of `db.DefaultContext` refactor ()
upload.go More refactoring of `db.DefaultContext` ()
user_repo.go Refactor authors dropdown (send get request from frontend to avoid long wait time) ()
user_repo_test.go Implement FSFE REUSE for golang files ()
watch.go More refactoring of `db.DefaultContext` ()
watch_test.go More refactoring of `db.DefaultContext` ()
wiki.go Implement FSFE REUSE for golang files ()
wiki_test.go Implement FSFE REUSE for golang files ()