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
Gusted 253d9e4158
Remove unnecassary calls to `filepath.Join` (#17608)
- Partialy resolvess #17596
- Resolves `badCall` errors from go-critic `badCall: suspicious Join on
1 argument`
- When only 1 argument is passed into `filepath.Join`, it won't do
anything special other than `filepath.Clean(...)` will be applied over
it.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
3 years ago
..
agit Return correct error response for agit force-push (#16989) 3 years ago
archiver Decouple unit test code from business code (#17623) 3 years ago
attachment Decouple unit test code from business code (#17623) 3 years ago
auth Minor readability patch. (#17627) 3 years ago
comments Save and view issue/comment content history (#16909) 3 years ago
externalaccount Move login related structs and functions to models/login (#17093) 3 years ago
forms Move unit into models/unit/ (#17576) 3 years ago
gitdiff Decouple unit test code from business code (#17623) 3 years ago
issue Decouple unit test code from business code (#17623) 3 years ago
lfs Move unit into models/unit/ (#17576) 3 years ago
mailer Decouple unit test code from business code (#17623) 3 years ago
mirror Handle broken references in mirror sync (#17013) 3 years ago
pull Remove unnecassary calls to `filepath.Join` (#17608) 3 years ago
release Decouple unit test code from business code (#17623) 3 years ago
repository Decouple unit test code from business code (#17623) 3 years ago
webhook Decouple unit test code from business code (#17623) 3 years ago
wiki Decouple unit test code from business code (#17623) 3 years ago