gitea/modules/convert
qwerty287 0ecbb71bee
Fix 500 on time in timeline API () ()
Backport 

Before converting a TrackedTime for the API we need to load its attributes - otherwise we get an NPE.

Fix 
..
convert.go Move issues related files into models/issues ()
git_commit.go More commit info from API ()
git_commit_test.go Move repository model into models/repo ()
issue.go Move issues related files into models/issues ()
issue_comment.go Fix 500 on time in timeline API () ()
issue_test.go Move issues related files into models/issues ()
main_test.go Use a struct as test options ()
notification.go Nuke the incorrect permission report on /api/v1/notifications ()
package.go Move access and repo permission to models/perm/access ()
pull.go Move issues related files into models/issues ()
pull_review.go Move issues related files into models/issues ()
pull_test.go Move issues related files into models/issues ()
release.go Move attachment into models/repo/ ()
repository.go Move almost all functions' parameter db.Engine to context.Context ()
status.go Move some code into models/git ()
user.go Add API to query collaborators permission for a repository ()
user_test.go Move user related model into models/user ()
utils.go Add migration from GitBucket ()
utils_test.go A better go code formatter, and now `make fmt` can run in Windows ()
wiki.go Move repository model into models/repo ()