You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/db
TheFox0x7 2a02734f93
Refactor older tests to use testify (#33140)
Refactor checks to use assert/require
Use require.Eventually for waiting in elastic and meilisearch tests
Use require to exit early instead of assert
1 month ago
..
install Fix db engine (#32351) 4 months ago
paginator
collation.go Refactor db package and remove unnecessary `DumpTables` (#32930) 2 months ago
common.go
consistency.go
context.go Refactor db package and remove unnecessary `DumpTables` (#32930) 2 months ago
context_committer_test.go chore: use errors.New to replace fmt.Errorf with no parameters (#32800) 2 months ago
context_test.go Fix db engine (#32351) 4 months ago
convert.go Refactor db package and remove unnecessary `DumpTables` (#32930) 2 months ago
engine.go Refactor db package and remove unnecessary `DumpTables` (#32930) 2 months ago
engine_dump.go Refactor db package and remove unnecessary `DumpTables` (#32930) 2 months ago
engine_hook.go Refactor db package and remove unnecessary `DumpTables` (#32930) 2 months ago
engine_init.go Refactor db package and remove unnecessary `DumpTables` (#32930) 2 months ago
engine_test.go Refactor older tests to use testify (#33140) 1 month ago
error.go
index.go
index_test.go
iterate.go Fix db engine (#32351) 4 months ago
iterate_test.go Enable tenv and testifylint rules (#32852) 2 months ago
list.go
list_test.go
log.go
main_test.go
name.go Fix unittest and repo create bug (#33061) 2 months ago
search.go Add label/author/assignee filters to the user/org home issue list (#32779) 2 months ago
sequence.go Refactor db package and remove unnecessary `DumpTables` (#32930) 2 months ago
sql_postgres_with_schema.go