0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-14 14:53:17 +01:00
gitea/models/db
wxiaoguang a0853e2278
Fix unittest and repo create bug (#33061)
1. `StatDir` was not right, fix the FIXME
2. Clarify the test cases for `IsUsableRepoName`
3. Fix regression bug in `repo-new.ts`

Fix #33060
2024-12-31 18:45:05 +08:00
..
install
paginator
collation.go Refactor db package and remove unnecessary DumpTables (#32930) 2024-12-20 16:11:38 +00:00
common.go
consistency.go
context_committer_test.go chore: use errors.New to replace fmt.Errorf with no parameters (#32800) 2024-12-12 12:26:11 +08:00
context_test.go
context.go Refactor db package and remove unnecessary DumpTables (#32930) 2024-12-20 16:11:38 +00:00
convert.go Refactor db package and remove unnecessary DumpTables (#32930) 2024-12-20 16:11:38 +00:00
engine_dump.go Refactor db package and remove unnecessary DumpTables (#32930) 2024-12-20 16:11:38 +00:00
engine_hook.go Refactor db package and remove unnecessary DumpTables (#32930) 2024-12-20 16:11:38 +00:00
engine_init.go Refactor db package and remove unnecessary DumpTables (#32930) 2024-12-20 16:11:38 +00:00
engine_test.go
engine.go Refactor db package and remove unnecessary DumpTables (#32930) 2024-12-20 16:11:38 +00:00
error.go
index_test.go
index.go
iterate_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
iterate.go
list_test.go
list.go
log.go
main_test.go
name.go Fix unittest and repo create bug (#33061) 2024-12-31 18:45:05 +08:00
search.go
sequence.go Refactor db package and remove unnecessary DumpTables (#32930) 2024-12-20 16:11:38 +00:00
sql_postgres_with_schema.go