gitea/services
zeripath 9302eba971
DBContext is just a Context (#17100)
* DBContext is just a Context

This PR removes some of the specialness from the DBContext and makes it context
This allows us to simplify the GetEngine code to wrap around any context in future
and means that we can change our loadRepo(e Engine) functions to simply take contexts.

Signed-off-by: Andrew Thornton <art27@cantab.net>

* fix unit tests

Signed-off-by: Andrew Thornton <art27@cantab.net>

* another place that needs to set the initial context

Signed-off-by: Andrew Thornton <art27@cantab.net>

* avoid race

Signed-off-by: Andrew Thornton <art27@cantab.net>

* change attachment error

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-09-23 23:45:36 +08:00
..
agit Return correct error response for agit force-push (#16989) 2021-09-08 22:20:55 +02:00
archiver Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
attachment DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
auth refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
comments DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
externalaccount Allow externalID to be UUID (#8551) 2019-10-17 10:06:28 +08:00
forms Support unprotected file patterns (#16395) 2021-09-11 16:21:17 +02:00
gitdiff refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
issue DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
lfs Test if LFS object is accessible (#16865) 2021-08-31 14:35:08 +01:00
mailer Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
mirror DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
pull DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
release DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
repository DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
webhook refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
wiki refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00