summaryrefslogtreecommitdiff
path: root/lib/api/project_statistics.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-30 18:08:56 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-30 18:08:56 +0000
commit98d7cc758fb73239fb957c297446c811ab4150d9 (patch)
tree227a5e8efe35d2ac158e762397609a3f1754b224 /lib/api/project_statistics.rb
parent038366a0932c5f88019cc3db85382f26af3933e7 (diff)
downloadgitlab-ce-98d7cc758fb73239fb957c297446c811ab4150d9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/project_statistics.rb')
-rw-r--r--lib/api/project_statistics.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/project_statistics.rb b/lib/api/project_statistics.rb
index 1ead969fc81..3db8d20ebac 100644
--- a/lib/api/project_statistics.rb
+++ b/lib/api/project_statistics.rb
@@ -2,6 +2,8 @@
module API
class ProjectStatistics < ::API::Base
+ feature_category :source_code_management
+
before do
authenticate!
authorize! :daily_statistics, user_project