Skip to content
Snippets Groups Projects
Commit e21ed5fe authored by Robert Speicher's avatar Robert Speicher Committed by Rémy Coutable
Browse files

Add Upload count to usage data

parent f30a46b4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -41,6 +41,7 @@ module Gitlab
services: Service.where(active: true).count,
snippets: Snippet.count,
todos: Todo.count,
uploads: Upload.count,
web_hooks: WebHook.count
}
}
Loading
Loading
Loading
Loading
@@ -49,6 +49,7 @@ describe Gitlab::UsageData do
services
snippets
todos
uploads
web_hooks
))
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment