Skip to content
Snippets Groups Projects
Commit 2cc063e5 authored by Jarka Kadlecova's avatar Jarka Kadlecova
Browse files

Add github imported projects count to usage data

parent 3453bc32
No related branches found
No related tags found
No related merge requests found
---
title: Add GitHub imported projects count to usage data
merge_request:
author:
Loading
Loading
@@ -39,6 +39,7 @@ module Gitlab
notes: Note.count,
pages_domains: PagesDomain.count,
projects: Project.count,
projects_imported_from_github: Project.where(import_type: 'github').count,
projects_prometheus_active: PrometheusService.active.count,
protected_branches: ProtectedBranch.count,
releases: Release.count,
Loading
Loading
Loading
Loading
@@ -48,6 +48,7 @@ describe Gitlab::UsageData do
milestones
notes
projects
projects_imported_from_github
projects_prometheus_active
pages_domains
protected_branches
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