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.
forgejo/services
John Olheiser 1ee1147baa
fix: don't replace err variable in nested check (#22416)
We can use `:=` to make `err` local to the if-scope instead of
overwriting the `err` in outer scope.

Signed-off-by: jolheiser <john.olheiser@gmail.com>
1 year ago
..
agit Rename almost all Ctx functions (#22071) 2 years ago
asymkey Implement FSFE REUSE for golang files (#21840) 2 years ago
attachment Add API management for issue/pull and comment attachments (#21783) 2 years ago
auth Improve utils of slices (#22379) 2 years ago
automerge refactor some functions to support ctx as first parameter (#21878) 2 years ago
context Implement FSFE REUSE for golang files (#21840) 2 years ago
convert Use context parameter in models/git (#22367) 2 years ago
cron Add doctor command for full GC of LFS (#21978) 2 years ago
externalaccount Implement FSFE REUSE for golang files (#21840) 2 years ago
forms Secrets storage with SecretKey encrypted (#22142) 2 years ago
gitdiff Implement FSFE REUSE for golang files (#21840) 2 years ago
issue Always reuse transaction (#22362) 2 years ago
lfs Use context parameter in models/git (#22367) 2 years ago
mailer refactor some functions to support ctx as first parameter (#21878) 2 years ago
markup Implement FSFE REUSE for golang files (#21840) 2 years ago
migrations Update golang deps (#22410) 2 years ago
mirror Implement FSFE REUSE for golang files (#21840) 2 years ago
org Implement FSFE REUSE for golang files (#21840) 2 years ago
packages refactor auth interface to return error when verify failure (#22119) 2 years ago
pull Use context parameter in models/git (#22367) 2 years ago
release Add API management for issue/pull and comment attachments (#21783) 2 years ago
repository fix: don't replace err variable in nested check (#22416) 1 year ago
task Implement FSFE REUSE for golang files (#21840) 2 years ago
user Unify hashing for avatar (#22289) 2 years ago
webhook fix: omit avatar_url in discord payload when empty (#22393) 2 years ago
wiki Improve utils of slices (#22379) 2 years ago