summaryrefslogtreecommitdiff
path: root/app/models/cycle_analytics.rb
Commit message (Expand)AuthorAgeFilesLines
* Implement a second round of review comments from @DouweM.Timothy Andrew2016-09-211-37/+29
* Implement (some) comments from @DouweM's review.Timothy Andrew2016-09-201-68/+41
* Implement review comments from @yorickpeterseTimothy Andrew2016-09-201-2/+4
* Implement a database median strategy for MySQL.Timothy Andrew2016-09-201-12/+43
* CycleAnalytics operates on merge requests that have been deployed.Timothy Andrew2016-09-201-23/+17
* Make changes to the cycle analytics JSON endpoint.Timothy Andrew2016-09-191-0/+5
* Move cycle analytics JSON generation to a helper.Timothy Andrew2016-09-171-7/+0
* Move cycle analytics calculations to SQL.Timothy Andrew2016-09-171-36/+65
* Improve performance of the cycle analytics page.Timothy Andrew2016-09-151-18/+18
* Add a JSON version of the `CycleAnalytics` page.Timothy Andrew2016-09-081-0/+7
* Tweak cycle analytics query to match the current requirements.Timothy Andrew2016-09-021-8/+8
* Fetch cycle analytics data for a specific date range.Timothy Andrew2016-08-261-8/+11
* Scope Cycle Analytics queries to a projectTimothy Andrew2016-08-261-7/+11
* Allow multiple queries for each cycle analytics section.Timothy Andrew2016-08-261-14/+14
* Add the "Test" cycle analytics section.Timothy Andrew2016-08-261-0/+6
* Add the "Production" cycle analytics section.Timothy Andrew2016-08-261-13/+14
* Add the "Staging" cycle analytics section.Timothy Andrew2016-08-261-2/+9
* Add the "Review" cycle analytics section.Timothy Andrew2016-08-261-1/+8
* Add the "Code" Cycle Analytics section.Timothy Andrew2016-08-261-9/+12
* Add the "Plan" Cycle Analytics query.Timothy Andrew2016-08-261-0/+40