gitea/modules/notification
6543 d453533beb
[Refactor] Move APIFormat functions into convert package ()
* 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>
..
action Fix panic when adding long comment ()
base Change/remove a branch of an open issue ()
indexer Change/remove a branch of an open issue ()
mail Add email notify for new release ()
ui Add push commits history comment on PR time-line ()
webhook [Refactor] Move APIFormat functions into convert package ()
notification.go Change/remove a branch of an open issue ()