Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Simplify vue template for cycle analytics. | Fatih Acet | 2016-09-20 | 2 | -11/+11 | |
| | * | | | Finalise cycle analytics frontend. | Fatih Acet | 2016-09-19 | 5 | -139/+164 | |
| | * | | | Do _not_ set `stats` to `null` when data is not available. | Timothy Andrew | 2016-09-19 | 1 | -2/+0 | |
| | * | | | Make changes to the cycle analytics JSON endpoint. | Timothy Andrew | 2016-09-19 | 3 | -5/+44 | |
| | * | | | Remove unused merge request metrics. | Timothy Andrew | 2016-09-19 | 6 | -103/+4 | |
| | * | | | Test all cycle analytics pre-calculation code. | Timothy Andrew | 2016-09-19 | 12 | -10/+352 | |
| | * | | | Remove extraneous code that was previously added for performance. | Timothy Andrew | 2016-09-19 | 2 | -4/+2 | |
| | * | | | Move cycle analytics JSON generation to a helper. | Timothy Andrew | 2016-09-17 | 3 | -8/+27 | |
| | * | | | Move cycle analytics calculations to SQL. | Timothy Andrew | 2016-09-17 | 3 | -36/+144 | |
| | * | | | Add a "populate metrics directly" option to the cycle analytics seed. | Timothy Andrew | 2016-09-17 | 1 | -3/+61 | |
| | * | | | Fix layout for cycle analytics. | Fatih Acet | 2016-09-16 | 2 | -39/+41 | |
| | * | | | Implement Cycle Analytics frontend. | Fatih Acet | 2016-09-15 | 1 | -3/+2 | |
| | * | | | Improve performance of the cycle analytics page. | Timothy Andrew | 2016-09-15 | 18 | -120/+335 | |
| | * | | | Implement Cycle Analytics frontend. | Fatih Acet | 2016-09-15 | 8 | -52/+255 | |
| | * | | | wip: perf | Timothy Andrew | 2016-09-14 | 3 | -17/+20 | |
| | * | | | Add a `seed_fu` fixture to generate data for cycle analytics. | Timothy Andrew | 2016-09-14 | 1 | -0/+173 | |
| | * | | | Add a JSON version of the `CycleAnalytics` page. | Timothy Andrew | 2016-09-08 | 3 | -0/+13 | |
| | * | | | Merge remote-tracking branch 'origin/master' into 21170-cycle-analytics | Timothy Andrew | 2016-09-07 | 478 | -3473/+7528 | |
| | |\ \ \ | ||||||
| | * | | | | Fix rubocop spec. | Timothy Andrew | 2016-09-07 | 1 | -2/+2 | |
| | * | | | | Consolidate all cycle analytics helper methods. | Timothy Andrew | 2016-09-07 | 8 | -264/+184 | |
| | * | | | | Add a test case for "end condition happens before start condition". | Timothy Andrew | 2016-09-07 | 1 | -0/+21 | |
| | * | | | | Test the `test` cycle analytics phase. | Timothy Andrew | 2016-09-07 | 2 | -2/+92 | |
| | * | | | | Test the `production` cycle analytics phase. | Timothy Andrew | 2016-09-07 | 2 | -1/+86 | |
| | * | | | | Test the `staging` cycle analytics phase. | Timothy Andrew | 2016-09-07 | 3 | -4/+85 | |
| | * | | | | Generate branch/file names more randomly to avoid failures. | Timothy Andrew | 2016-09-07 | 4 | -6/+14 | |
| | * | | | | Test the 'review' cycle analytics phase. | Timothy Andrew | 2016-09-07 | 1 | -0/+45 | |
| | * | | | | Test the `code` cycle analytics phase. | Timothy Andrew | 2016-09-07 | 4 | -25/+77 | |
| | * | | | | Refactor cycle analytics specs. | Timothy Andrew | 2016-09-02 | 3 | -180/+133 | |
| | * | | | | Add tests for the `plan` cycle analytics phase. | Timothy Andrew | 2016-09-02 | 2 | -63/+188 | |
| | * | | | | Tweak cycle analytics query to match the current requirements. | Timothy Andrew | 2016-09-02 | 2 | -8/+16 | |
| | * | | | | Authorize access to cycle analytics. | Timothy Andrew | 2016-08-26 | 2 | -1/+4 | |
| | * | | | | Fetch cycle analytics data for a specific date range. | Timothy Andrew | 2016-08-26 | 5 | -24/+59 | |
| | * | | | | Fix minor error in 'CycleAnalytics#show' | Timothy Andrew | 2016-08-26 | 1 | -2/+2 | |
| | * | | | | Scope Cycle Analytics queries to a project | Timothy Andrew | 2016-08-26 | 4 | -20/+29 | |
| | * | | | | Add a spec for the `CycleAnalytics#issue` method. | Timothy Andrew | 2016-08-26 | 3 | -0/+82 | |
| | * | | | | Allow multiple queries for each cycle analytics section. | Timothy Andrew | 2016-08-26 | 2 | -37/+41 | |
| | * | | | | Add the "Test" cycle analytics section. | Timothy Andrew | 2016-08-26 | 3 | -0/+35 | |
| | * | | | | Add the "Production" cycle analytics section. | Timothy Andrew | 2016-08-26 | 3 | -21/+54 | |
| | * | | | | Add the "Staging" cycle analytics section. | Timothy Andrew | 2016-08-26 | 3 | -2/+38 | |
| | * | | | | Add the "Review" cycle analytics section. | Timothy Andrew | 2016-08-26 | 7 | -7/+49 | |
| | * | | | | Add the "Code" Cycle Analytics section. | Timothy Andrew | 2016-08-26 | 7 | -12/+124 | |
| | * | | | | Add the "Plan" Cycle Analytics query. | Timothy Andrew | 2016-08-26 | 3 | -29/+49 | |
| | * | | | | Display numbers for the "Issue (Tracker)" cycle analytics metric. | Timothy Andrew | 2016-08-26 | 3 | -0/+35 | |
| | * | | | | Add an `Issue::Metrics` model. | Timothy Andrew | 2016-08-26 | 4 | -1/+78 | |
| * | | | | | Merge branch 'issue_20078' into 'master' | Yorick Peterse | 2016-09-20 | 2 | -0/+14 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Test if issue authors can access private projects | Felipe Artur | 2016-09-20 | 2 | -0/+14 | |
| * | | | | | | Merge branch 'doc/cycle-analytics' into 'master' | Achilleas Pipinellis | 2016-09-20 | 3 | -0/+113 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add docs on Cycle Analytics | Achilleas Pipinellis | 2016-09-20 | 3 | -0/+113 | |
| * | | | | | | | Merge branch 'slash-commands-load-fix' into 'master' | Robert Speicher | 2016-09-20 | 4 | -3/+26 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Moved loading GFM source into zen.html.hamlslash-commands-load-fix | Phil Hughes | 2016-09-16 | 2 | -2/+3 |