forgejo/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)
2023-10-21 10:05:29 +08:00
..
install
paginator make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
common.go Fix NuGet search endpoints (#25613) 2023-08-14 02:50:55 +00:00
consistency.go
context.go Improve DeleteByID (#26904) 2023-09-05 08:11:35 +02:00
context_committer_test.go
context_test.go
convert.go
engine.go
engine_test.go
error.go
index.go
index_test.go
iterate.go refactor: make db iterate context aware (#27710) 2023-10-21 10:05:29 +08:00
iterate_test.go
list.go
list_test.go
log.go
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
name.go
search.go
sequence.go
sql_postgres_with_schema.go