production_helper.rb 210 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 module Gitlab module CycleAnalytics module ProductionHelper def stage_query super.where(mr_metrics_table[:first_deployed_to_production_at].gteq(@options[:from])) end end end end