Module: Gitlab::CycleAnalytics::ReviewHelper
- Included in:
- ReviewEventFetcher, ReviewStage
- Defined in:
- lib/gitlab/cycle_analytics/review_helper.rb
Instance Method Summary collapse
Instance Method Details
#stage_query(project_ids) ⇒ Object
6 7 8 |
# File 'lib/gitlab/cycle_analytics/review_helper.rb', line 6 def stage_query(project_ids) super(project_ids).where(mr_metrics_table[:merged_at].not_eq(nil)) end |