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
6543 b2f828db5e
refactor: make db iterate context aware (#27710)
the iteration will run until finished atm.

this changes it by checking if if the context got canceled before each
run of a loop sequence is executed

[View this pull with now
whitespace](https://github.com/go-gitea/gitea/pull/27710/files?diff=unified&w=1)
1 year ago
..
install
paginator make writing main test easier (#27270) 1 year ago
common.go Fix NuGet search endpoints (#25613) 2 years ago
consistency.go
context.go Improve DeleteByID (#26904) 1 year ago
context_committer_test.go
context_test.go
convert.go Support converting varchar to nvarchar for mssql database (#24105) 2 years ago
engine.go Rename `Sync2` -> `Sync` (#26479) 2 years ago
engine_test.go Rename `Sync2` -> `Sync` (#26479) 2 years ago
error.go Replace `interface{}` with `any` (#25686) 2 years ago
index.go Fix index generation parallelly failure (#25235) 2 years ago
index_test.go
iterate.go refactor: make db iterate context aware (#27710) 1 year ago
iterate_test.go Allow adding new files to an empty repo (#24164) 2 years ago
list.go
list_test.go Use more specific test methods (#24265) 2 years ago
log.go Replace `interface{}` with `any` (#25686) 2 years ago
main_test.go make writing main test easier (#27270) 1 year ago
name.go
search.go Split lfs size from repository size (#22900) 2 years ago
sequence.go
sql_postgres_with_schema.go