gitea/models/db
Lunny Xiao 6c8fb8d455
Small refactor to reduce unnecessary database queries and remove duplicated functions ()
..
install Fix db engine ()
paginator Move more functions to db.Find ()
collation.go Refactor db package and remove unnecessary `DumpTables` ()
common.go Fix NuGet search endpoints ()
consistency.go Fix oauth2 builtin application logic ()
context.go Small refactor to reduce unnecessary database queries and remove duplicated functions ()
context_committer_test.go chore: use errors.New to replace fmt.Errorf with no parameters ()
context_test.go Fix db engine ()
convert.go Refactor db package and remove unnecessary `DumpTables` ()
engine.go Refactor db package and remove unnecessary `DumpTables` ()
engine_dump.go Refactor db package and remove unnecessary `DumpTables` ()
engine_hook.go Support performance trace ()
engine_init.go Support performance trace ()
engine_test.go Refactor older tests to use testify ()
error.go Refactor deletion ()
index.go Fix index generation parallelly failure ()
index_test.go Implement FSFE REUSE for golang files ()
iterate.go Fix db engine ()
iterate_test.go Enable tenv and testifylint rules ()
list.go Fix joins in `db.Find(AndCount)` ()
list_test.go Use db.Find instead of writing methods for every object ()
log.go Replace `interface{}` with `any` ()
main_test.go make writing main test easier ()
name.go Refactor error system ()
search.go Add label/author/assignee filters to the user/org home issue list ()
sequence.go Refactor db package and remove unnecessary `DumpTables` ()
sql_postgres_with_schema.go bump to go 1.23 ()