summaryrefslogtreecommitdiff
path: root/app/models/cycle_analytics.rb
Commit message (Expand)AuthorAgeFilesLines
* fix specfix/refactor-cycle-analytics-stagesJames Lopez2017-01-171-1/+1
* refactored a bunch of stuff based on feedbackJames Lopez2017-01-171-2/+2
* a few more fixesJames Lopez2017-01-171-1/+1
* big refactor based on MR feedbackJames Lopez2017-01-171-1/+1
* few fixes after mergeJames Lopez2017-01-171-1/+3
* refactor cycle analytics - updated based on MR feedbackJames Lopez2017-01-171-8/+4
* Fix other spec failuresJames Lopez2017-01-171-4/+7
* more refactoring and fixing old specsJames Lopez2017-01-171-10/+16
* fix bad mergeJames Lopez2017-01-171-3/+5
* added new summary serializers and refactor all of the summary stuff into sepa...James Lopez2017-01-171-1/+1
* WIP - started refactoring cycle analytics median stuff into stagesJames Lopez2017-01-171-40/+7
* Merge branch 'jej-fix-missing-access-check-on-issues' into 'security'Douwe Maan2016-11-281-2/+3
* refactored a couple of things based on feedbackfix/cycle-analytics-permissionsJames Lopez2016-11-211-4/+3
* Added permissions per stage to cycle analytics endpointJames Lopez2016-11-211-1/+8
* refactor events facade so it uses separate classes and refactor query stuffJames Lopez2016-11-171-9/+8
* Started refactoring stuff to add events to cycle analyticsJames Lopez2016-11-171-48/+1
* updated var name based on feedbackfeature/cycle-analytics-2-backendJames Lopez2016-10-131-2/+2
* Ignore deployment for statistics in Cycle Analytics, except in staging and pr...James Lopez2016-10-121-4/+10
* 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