gitea/services
wxiaoguang 43c7a2e7b1
Refactor names ()
This PR only does "renaming":

* `Route` should be `Router` (and chi router is also called "router")
* `Params` should be `PathParam` (to distingush it from URL query param, and to match `FormString`)
* Use lower case for private functions to avoid exposing or abusing
..
actions Improve the handling of `jobs.<job_id>.if` ()
agit Performance optimization for git push ()
asymkey Fix some pending problems ()
attachment Add support for API blob upload of release attachments ()
auth Fix tautological conditions ()
automerge Fix automerge will not work because of some events haven't been triggered ()
context Refactor names ()
contexttest Check if reverse proxy is correctly configured ()
convert Add tag protection via rest api ()
cron Move some asymkey functions to service layer ()
doctor Resolve lint for unused parameter and unnecessary type arguments ()
externalaccount Revert "Support SAML authentication ()" ()
feed More `db.DefaultContext` refactor ()
forms Rename project board -> column to make the UI less confusing ()
gitdiff Update golangci-lint to v1.59.0 ()
indexer Update issue indexer after merging a PR ()
issue Performance improvements for pull request list API ()
lfs Refactor names ()
mailer Add option for mailer to override mail headers ()
markup Enable more `revive` linter rules ()
migrations Add `lint-go-gopls` ()
mirror Resolve lint for unused parameter and unnecessary type arguments ()
notify Clean up log messages ()
org Update misspell to 0.5.1 and add `misspellings.csv` ()
packages remove util.OptionalBool and related functions ()
pull Fix duplicate sub-path for avatars ()
release Check if the release is converted from the tag when updating the release ()
repository Refactor names ()
secrets Refactor deletion ()
task Fix "force private" logic ()
uinotification Penultimate round of `db.DefaultContext` refactor ()
user Fix bug on avatar ()
webhook Enable `unparam` linter ()
webtheme Initial support for colorblindness-friendly themes ()
wiki Refactor names ()