gitea/services/convert
silverwind 9b2536b78f
Update misspell to 0.5.1 and add `misspellings.csv` ()
Misspell 0.5.0 supports passing a csv file to extend the list of
misspellings, so I added some common ones from the codebase. There is at
least one typo in a API response so we need to decided whether to revert
that and then likely remove the dict entry.
..
activity.go For API attachments, use API URL ()
attachment.go Fix attachment download bug ()
convert.go Allow everyone to read or write a wiki by a repo unit setting ()
git_commit.go Move context from modules to services ()
git_commit_test.go Adjust object format interface ()
issue.go Fix missed doer ()
issue_comment.go Update misspell to 0.5.1 and add `misspellings.csv` ()
issue_test.go Move `convert` package to services ()
main_test.go make writing main test easier ()
mirror.go Even more `db.DefaultContext` refactor ()
notification.go Performance improvements for pull request list page ()
package.go Clarify permission "HasAccess" behavior ()
pull.go Fix missed doer ()
pull_review.go Fix possible NPE in ToPullReviewList ()
pull_review_test.go Fix possible NPE in ToPullReviewList ()
pull_test.go Fix `Permission` in API returned repository struct ()
release.go add Upload URL to release API ()
release_test.go add Upload URL to release API ()
repository.go Allow everyone to read or write a wiki by a repo unit setting ()
secret.go feat: implement organization secret creation API ()
status.go refactor improve NoBetterThan ()
user.go Allow everyone to read or write a wiki by a repo unit setting ()
user_test.go Add context cache as a request level cache ()
utils.go Move `convert` package to services ()
utils_test.go Rewrite queue ()
wiki.go Fix an actions schedule bug ()