]> source.dussan.org Git - gitea.git/commit
Add metrics to get issues by label (#17201)
authorRomain <romdum@users.noreply.github.com>
Sun, 3 Oct 2021 22:46:44 +0000 (00:46 +0200)
committerGitHub <noreply@github.com>
Sun, 3 Oct 2021 22:46:44 +0000 (18:46 -0400)
commitfc5ee1edf90eb826a67921bb8d5c6b3e8c746225
tree92f9987a5ecab529f23f17f07bf52a1cd9a35e08
parent89ddbe9699aa2471af34d0e093e6631711482d89
Add metrics to get issues by label (#17201)

* Add metrics to get issues by label

* Add comment on IssueByLabelCount

* Code review - Unify "AS" in SQL (#17201)

* Code review - Remove useless join (#17201)

* Code review - Disable issue_by_label by default in settings (#17201)

* use e

* restore empty line

* update docs

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
custom/conf/app.example.ini
docs/content/doc/advanced/config-cheat-sheet.en-us.md
models/statistic.go
modules/metrics/collector.go
modules/setting/setting.go