-
- Downloads
Add the "Production" cycle analytics section.
1. Rewrite the `Queries` module to work off a `data_point` hash, with `issue` and `merge_request` as keys. The "production" query needs both an issue and a merge request to make it's calculation, so it makes sense to keep things consistent and provide the same data (issue + merge request) for all queries.
parent
d3fef0fb
No related branches found
No related tags found
Showing
- app/models/cycle_analytics.rb 14 additions, 13 deletionsapp/models/cycle_analytics.rb
- app/models/cycle_analytics/queries.rb 33 additions, 8 deletionsapp/models/cycle_analytics/queries.rb
- app/views/projects/cycle_analytics/show.html.haml 7 additions, 0 deletionsapp/views/projects/cycle_analytics/show.html.haml
Loading
Please register or sign in to comment