gitea/modules/convert
6543 a19447aed1
migrate from com.* to alternatives ()
* remove github.com/unknwon/com from models

* dont use "com.ToStr()"

* replace "com.ToStr" with "fmt.Sprint" where its easy to do

* more refactor

* fix test

* just "proxy" Copy func for now

* as per @lunny
..
convert.go migrate from com.* to alternatives ()
git_commit.go [Refactor] Move APIFormat functions into convert package ()
git_commit_test.go Use native git variants by default with go-git variants as build tag ()
issue.go [API] Add Ref to Issue ()
issue_comment.go [Refactor] Move APIFormat functions into convert package ()
issue_test.go Add Created & Updated to Milestone ()
main_test.go Move pull request api convert to convert package ()
notification.go Move Repo APIFormat to convert package ()
pull.go Move Repo APIFormat to convert package ()
pull_review.go Add review request api ()
pull_test.go Move Repo APIFormat to convert package ()
release.go [Refactor] Move APIFormat functions into convert package ()
repository.go issue : return original URL in `original_url` JSON field ()
status.go [Refactor] CombinedStatus and CommitStatus related functions & structs ()
user.go [Refactor] Move APIFormat functions into convert package ()
user_test.go [Refactor] Move APIFormat functions into convert package ()
utils.go [API] Migration: Change ServiceType String ()