diff options
author | Romain <romdum@users.noreply.github.com> | 2021-10-04 00:46:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 18:46:44 -0400 |
commit | fc5ee1edf90eb826a67921bb8d5c6b3e8c746225 (patch) | |
tree | 92f9987a5ecab529f23f17f07bf52a1cd9a35e08 /custom/conf/app.example.ini | |
parent | 89ddbe9699aa2471af34d0e093e6631711482d89 (diff) | |
download | gitea-fc5ee1edf90eb826a67921bb8d5c6b3e8c746225.tar.gz gitea-fc5ee1edf90eb826a67921bb8d5c6b3e8c746225.zip |
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>
Diffstat (limited to 'custom/conf/app.example.ini')
-rw-r--r-- | custom/conf/app.example.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 12a172f5ac..d8b73aa7eb 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -2041,6 +2041,8 @@ PATH = ;ENABLED = false ;; If you want to add authorization, specify a token here ;TOKEN = +;; Enable issue by label metrics; default is false +;ENABLED_ISSUE_BY_LABEL = false ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |