gitea/services
Lunny Xiao 408a484224
Adjust object format interface ()
- Remove `ObjectFormatID`
- Remove function `ObjectFormatFromID`.
- Use `Sha1ObjectFormat` directly but not a pointer because it's an
empty struct.
- Store `ObjectFormatName` in `repository` struct
..
actions Abstract hash function usage ()
agit Adjust object format interface ()
asymkey Use db.Find instead of writing methods for every object ()
attachment Even more `db.DefaultContext` refactor ()
auth Deprecate query string auth tokens ()
automerge Improve queue and logger context ()
context Another round of `db.DefaultContext` refactor ()
convert Adjust object format interface ()
cron Actually recover from a panic in cron task ()
externalaccount Final round of `db.DefaultContext` refactor ()
feed More `db.DefaultContext` refactor ()
forms Adjust object format interface ()
gitdiff Adjust object format interface ()
indexer Fix missing issue search index update when changing status ()
issue Penultimate round of `db.DefaultContext` refactor ()
lfs Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods ()
mailer Fix missing mail reply address ()
markup make writing main test easier ()
migrations Adjust object format interface ()
mirror Adjust object format interface ()
notify Update status and code index after changing the default branch ()
org Delete repos of org when purge delete user ()
packages Adjust object format interface ()
pull Adjust object format interface ()
release Adjust object format interface ()
repository Adjust object format interface ()
secrets Use db.Find instead of writing methods for every object ()
task Fix incorrect ctx usage in defer function ()
uinotification Penultimate round of `db.DefaultContext` refactor ()
user Use db.Find instead of writing methods for every object ()
webhook Abstract hash function usage ()
wiki Adjust object format interface ()