Commit Graph

3 Commits (2754ecc293ffa8c9b44f2bd60dc83d295fc037ba)

Author SHA1 Message Date
Tyrone Yeh 715042c5bb
Fix org label open count, including close count issue ()
Fixed using organization tags to see open issues in the tag list including closed issues count
zeripath 5d80feb5a6
Fix CountOrphanedLabels in orphan check ()
gitea doctor --run check-db-consistency is currently broken due to an incorrect
and old use of Count() with a string.

Signed-off-by: Andrew Thornton <art27@cantab.net>
Lunny Xiao 1a9821f57a
Move issues related files into models/issues ()
* Move access and repo permission to models/perm/access

* fix test

* fix git test

* Move functions sequence

* Some improvements per @KN4CK3R and @delvh

* Move issues related code to models/issues

* Move some issues related sub package

* Merge

* Fix test

* Fix test

* Fix test

* Fix test

* Rename some files