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.
6543 d453533beb
[Refactor] Move APIFormat functions into convert package (#12856)
* USER APIFormat -> ToUser

* Migrate more and mark APIFormat deprecated

* models.Comment APIFormat() -> convert.ToComment

* models.Release APIFormat() -> convert.ToRelease

* models.Attachments APIFormat() -> convert.ToReleaseAttachments

* models.CommitStatus APIFormat() -> convert.ToCommitStatus

* finish migration to convert.ToUser

* Move Test

* Imprufe Test

* fix test

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
..
admin Adopt repositories (#12920) 4 years ago
misc Not using "ctx.ServerError" in api (#12907) 4 years ago
notify Extend Notifications API and return pinned notifications by default (#12164) 4 years ago
org Fix ListUserOrgs (#12910) 4 years ago
repo [Refactor] Move APIFormat functions into convert package (#12856) 4 years ago
settings fix: case typo (#13049) 4 years ago
swagger Issue templates directory (#11450) 4 years ago
user [API] Delete Token accept names too (#12366) 4 years ago
utils Granular webhook events (#9626) 4 years ago
api.go Return 404 not 500 from API if team does not exist (#13118) 4 years ago