Add github imported projects count to usage data
This commit is contained in:
		
							parent
							
								
									3453bc3284
								
							
						
					
					
						commit
						2cc063e592
					
				|  | @ -0,0 +1,4 @@ | |||
| --- | ||||
| title: Add GitHub imported projects count to usage data | ||||
| merge_request: | ||||
| author: | ||||
|  | @ -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, | ||||
|  |  | |||
|  | @ -48,6 +48,7 @@ describe Gitlab::UsageData do | |||
|         milestones | ||||
|         notes | ||||
|         projects | ||||
|         projects_imported_from_github | ||||
|         projects_prometheus_active | ||||
|         pages_domains | ||||
|         protected_branches | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue