gitea/models
Unknwon 9bd9ad4205 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to 
..
migrations Replace time.Time with Unix Timestamp (int64)
access.go Updated and created were appended with _unix. Fresh databases have only the newly named fields.
action.go Replace time.Time with Unix Timestamp (int64)
admin.go Replace time.Time with Unix Timestamp (int64)
error.go Minor fix for
git_diff.go Little refactoring of diff highlight.
git_diff_test.go go fmt models/git_diff_test.go
issue.go add CRUD issue APIs
issue_comment.go Updated and created were appended with _unix. Fresh databases have only the newly named fields.
issue_label.go Minor fix for
login.go Replace time.Time with Unix Timestamp (int64)
models.go Replace time.Time with Unix Timestamp (int64)
models_sqlite.go go vet
models_tidb.go add tidb support
org.go finish user and repository search
pull.go Replace time.Time with Unix Timestamp (int64)
release.go fix
repo.go fix postgres aggregate
repo_branch.go Minor fix for
repo_collaboration.go Replace time.Time with Unix Timestamp (int64)
ssh_key.go Replace time.Time with Unix Timestamp (int64)
ssh_key_test.go Post work for
token.go Replace time.Time with Unix Timestamp (int64)
update.go fix possbility that use email as pusher user name
user.go fix postgres aggregate
webhook.go Replace time.Time with Unix Timestamp (int64)
webhook_slack.go rename import path
wiki.go Minor fixes for