summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingI...Timothy Andrew2016-09-219-19/+17
| | * | | | | | Implement a second round of review comments from @DouweM.Timothy Andrew2016-09-2123-205/+252
| | * | | | | | Move JSON generation (cycle analytics) into a controller method.Timothy Andrew2016-09-202-37/+34
| | * | | | | | Add CHANGELOG entry.Timothy Andrew2016-09-201-0/+1
| | * | | | | | Fix rubocop spec.Timothy Andrew2016-09-205-12/+14
| | * | | | | | Implement (some) comments from @DouweM's review.Timothy Andrew2016-09-2010-123/+127
| | * | | | | | Update schema.rbTimothy Andrew2016-09-201-12/+12
| | * | | | | | Fix spec failures.Timothy Andrew2016-09-206-12/+16
| | * | | | | | Fix `ON DELETE CASCADE` migrations.Timothy Andrew2016-09-203-4/+4
| | * | | | | | Cycle analytics should be accessible to all for public projects.Timothy Andrew2016-09-201-1/+2
| | * | | | | | Implement review comments from @yorickpeterseTimothy Andrew2016-09-2017-225/+147
| | * | | | | | Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-20528-5141/+11166
| | |\ \ \ \ \ \
| | * | | | | | | Cycle Analytics: A value of 0 is changed to `nil`.Timothy Andrew2016-09-201-1/+1
| | * | | | | | | Implement a database median strategy for MySQL.Timothy Andrew2016-09-202-23/+76
| | * | | | | | | Miscellaneous cycle-analytics-related changes.Timothy Andrew2016-09-202-7/+3
| | * | | | | | | Fix all cycle analytics specs.Timothy Andrew2016-09-207-16/+82
| | * | | | | | | CycleAnalytics operates on merge requests that have been deployed.Timothy Andrew2016-09-201-23/+17
| | * | | | | | | Add a uniqueness constraint to `MergeRequestsClosingIssues`Timothy Andrew2016-09-201-0/+5
| | * | | | | | | Test the `CycleAnalytics::Summary` model.Timothy Andrew2016-09-204-6/+83
| | * | | | | | | Simplify vue template for cycle analytics.Fatih Acet2016-09-202-11/+11
| | * | | | | | | Finalise cycle analytics frontend.Fatih Acet2016-09-195-139/+164
| | * | | | | | | Do _not_ set `stats` to `null` when data is not available.Timothy Andrew2016-09-191-2/+0
| | * | | | | | | Make changes to the cycle analytics JSON endpoint.Timothy Andrew2016-09-193-5/+44
| | * | | | | | | Remove unused merge request metrics.Timothy Andrew2016-09-196-103/+4
| | * | | | | | | Test all cycle analytics pre-calculation code.Timothy Andrew2016-09-1912-10/+352
| | * | | | | | | Remove extraneous code that was previously added for performance.Timothy Andrew2016-09-192-4/+2
| | * | | | | | | Move cycle analytics JSON generation to a helper.Timothy Andrew2016-09-173-8/+27
| | * | | | | | | Move cycle analytics calculations to SQL.Timothy Andrew2016-09-173-36/+144
| | * | | | | | | Add a "populate metrics directly" option to the cycle analytics seed.Timothy Andrew2016-09-171-3/+61
| | * | | | | | | Fix layout for cycle analytics.Fatih Acet2016-09-162-39/+41
| | * | | | | | | Implement Cycle Analytics frontend.Fatih Acet2016-09-151-3/+2
| | * | | | | | | Improve performance of the cycle analytics page.Timothy Andrew2016-09-1518-120/+335
| | * | | | | | | Implement Cycle Analytics frontend.Fatih Acet2016-09-158-52/+255
| | * | | | | | | wip: perfTimothy Andrew2016-09-143-17/+20
| | * | | | | | | Add a `seed_fu` fixture to generate data for cycle analytics.Timothy Andrew2016-09-141-0/+173
| | * | | | | | | Add a JSON version of the `CycleAnalytics` page.Timothy Andrew2016-09-083-0/+13
| | * | | | | | | Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-07478-3473/+7528
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix rubocop spec.Timothy Andrew2016-09-071-2/+2
| | * | | | | | | | Consolidate all cycle analytics helper methods.Timothy Andrew2016-09-078-264/+184
| | * | | | | | | | Add a test case for "end condition happens before start condition".Timothy Andrew2016-09-071-0/+21
| | * | | | | | | | Test the `test` cycle analytics phase.Timothy Andrew2016-09-072-2/+92
| | * | | | | | | | Test the `production` cycle analytics phase.Timothy Andrew2016-09-072-1/+86
| | * | | | | | | | Test the `staging` cycle analytics phase.Timothy Andrew2016-09-073-4/+85
| | * | | | | | | | Generate branch/file names more randomly to avoid failures.Timothy Andrew2016-09-074-6/+14
| | * | | | | | | | Test the 'review' cycle analytics phase.Timothy Andrew2016-09-071-0/+45
| | * | | | | | | | Test the `code` cycle analytics phase.Timothy Andrew2016-09-074-25/+77
| | * | | | | | | | Refactor cycle analytics specs.Timothy Andrew2016-09-023-180/+133
| | * | | | | | | | Add tests for the `plan` cycle analytics phase.Timothy Andrew2016-09-022-63/+188
| | * | | | | | | | Tweak cycle analytics query to match the current requirements.Timothy Andrew2016-09-022-8/+16
| | * | | | | | | | Authorize access to cycle analytics.Timothy Andrew2016-08-262-1/+4