Commit Graph

26 Commits (253a2d636b84f2224d750c32d0846c83df17da87)

Author SHA1 Message Date
Lauris BH c0d41b1b77 Add label descriptions ()
* Add label descriptions

* Add default descriptions to label template
Ethan Koenig aa962deec0 Replace deprecated Id method with ID ()
Ethan Koenig 2559a34b97 Load label ID in NewLabels ()
Lauris BH 6db387a21e Refactor session close as xorm already does everything needed internally ()
Lunny Xiao d76f34ef51 small optimization for get issue labels
Lunny Xiao 8a0be5e9f0 Bug fixed for deleted label in issue comment ()
* bug fixed for deleted label in issue comment

* fix indent
Ethan Koenig 10644d6dd7 Bug fixes and unit tests for models/issue_label ()
Lunny Xiao f94869d2d1 Track labels changed on issue view & resolved ()
* track labels changed on issue view & resolved 

* add missing head comment & sort & fix refresh
Ethan Koenig 1207bda94b Fix typos in models/ ()
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