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
Lunny Xiao fd7d83ace6
Move almost all functions' parameter db.Engine to context.Context (#19748)
* Move almost all functions' parameter db.Engine to context.Context
* remove some unnecessary wrap functions
3 years ago
..
install Improve install code to avoid low-level mistakes. (#17779) 3 years ago
paginator Use a struct as test options (#19393) 3 years ago
context.go Use for a repo action one database transaction (#19576) 3 years ago
convert.go Refactor auth package (#17962) 3 years ago
engine.go Automatically pause queue if index service is unavailable (#15066) 3 years ago
error.go Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649) 3 years ago
index.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
list_options.go
log.go
name.go Move user related model into models/user (#17781) 3 years ago
search.go Move user related model into models/user (#17781) 3 years ago
sequence.go
sql_postgres_with_schema.go