Add DailybuildGroupReportResultByGroupFinder subclass
For querying Ci::DailyBuildGroupReportResult by group_id, allow a Group to be passed into #initialize in lieu of a project. A subclass is useful for doing group-level aggregate operations because we join on the projects table to query 'namespace_id' and use a group-level permission check.
Showing
Please register or sign in to comment