Commit Graph

17 Commits (c463b1b8cb925ff80da1e8c8ec3aed64a7642091)

Author SHA1 Message Date
Bwko a345a03d99 Added sorting to the labels & milestones page ()
Kim "BKC" Carlbäcker e8e0539b45 Linting
Kim "BKC" Carlbäcker e6cfccdd40 GitHub API Compliance (& linting)
Bwko c0ca6644ad Lint/issue &mail ()
* Lint models/release.go

* Lint models/ issue_label, issue_mail & mail.go
Lunny Xiao 30a37311f8 use in instead string join ()
Sandro Santilli a1c5f02444 Fix import path of go-sdk ()
From code.gitea.io/go-sdk/gitea
  To code.gitea.io/sdk/gitea
Thibault Meyer b0ddced2b5
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
# Conflicts:
#	models/git_diff.go
#	models/issue.go
#	models/org.go
#	models/pull.go
#	models/repo.go
Thibault Meyer a4454f5d0f
Rewrite XORM queries
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io ()
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis

See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
Thomas Boerger 4c6c16f358
Replaced go-gogs-client with go-sdk imports
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
Unknwon 28cf0e6aaa code quality improvement
Unknwon 13c106af77 label: adjust forecolor boundary
Thibault Meyer f50e568fd1 Fix : Sort labels by name ()
* Fix  : Order labels by name

* Order labels by name on Issues view
Unknwon 3f7f4852ef fully support of webhooks for pull request
Unknwon e7fd65f0cf better code structure and batch minor improvements
Unknwon d320915ad2 Minor fix for