gitea/models/db
6543 bb04311b0b
[Refactor] Unify repo search order by logic ()
have repo OrderBy definitions defined in one place and use a single type
for OrderBy database options
..
install Implement FSFE REUSE for golang files ()
paginator Move more functions to db.Find ()
collation.go Partially enable MSSQL case-sensitive collation support ()
common.go Fix NuGet search endpoints ()
consistency.go Fix oauth2 builtin application logic ()
context.go Fix misuse of `TxContext` ()
context_committer_test.go Fix halfCommitter and WithTx ()
context_test.go Always reuse transaction ()
convert.go Recommend/convert to use case-sensitive collation for MySQL/MSSQL ()
engine.go Fix various problems around projects board view ()
engine_test.go Rename `Sync2` -> `Sync` ()
error.go Refactor deletion ()
index.go Fix index generation parallelly failure ()
index_test.go Implement FSFE REUSE for golang files ()
iterate.go refactor: make db iterate context aware ()
iterate_test.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods ()
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 Implement FSFE REUSE for golang files ()
search.go [Refactor] Unify repo search order by logic ()
sequence.go Refactor `setting.Database.UseXXX` to methods ()
sql_postgres_with_schema.go Fix .golangci.yml ()