summaryrefslogtreecommitdiff
path: root/lib/gitlab/cycle_analytics
Commit message (Expand)AuthorAgeFilesLines
* Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-2/+2
* Enable even more frozen string in lib/gitlabgfyoung2018-11-0629-0/+58
* Migrate CycleAnalytics::CommitCount to GitalyKim Carlbäcker2018-06-111-15/+5
* Add "deny disk access" Gitaly feature (tripswitch)Jacob Vosmaer (GitLab)2018-06-011-1/+3
* Adapt cycle analytics spec helper and cycle analytics usage data spec41777-include-cycle-time-in-usage-pingTiago Botelho2018-03-012-4/+8
* Refactors median code to work with both single and multiple projectsTiago Botelho2018-02-283-26/+34
* Restrict cycle analytics usage data to instances that use postgres onlyTiago Botelho2018-02-281-2/+2
* Restore memoization to base query and add a batch base query methodTiago Botelho2018-02-284-8/+8
* Add BatchLoader as a way to refactor the base stage codeTiago Botelho2018-02-285-24/+31
* Refactor CycleAnalytics base stage class and modelTiago Botelho2018-02-281-5/+1
* Adds get all medians to Cycle Analytics modelTiago Botelho2018-02-283-5/+74
* Remove soft removals related codeYorick Peterse2018-01-081-1/+0
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-301-7/+1
|\
| * Remove serialised diff and commit columnsSean McGivern2017-11-281-7/+1
* | Cache allowed_idsLin Jen-Shin2017-11-221-1/+1
* | Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-222-3/+3
* | Just define allowed_ids and override it with empty valueLin Jen-Shin2017-11-226-16/+8
* | Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-182-5/+5
* | Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-192-2/+2
* | Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-188-24/+34
|/
* Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-071-1/+1
* Add table for merge request commitsSean McGivern2017-07-062-9/+32
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-9/+9
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Some small updates for Spanish translations.Ruben Davila2017-05-043-3/+3
* Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-043-3/+3
|\
| * Fix wording of Cycle Analytics stage legendsDouwe Maan2017-05-043-3/+3
* | More updates for translations plus some refactoring.Ruben Davila2017-05-0312-10/+46
* | More translations updates.Ruben Davila2017-05-037-7/+7
* | Add more translation for Spanish.Ruben Davila2017-04-267-7/+7
|/
* Merge branch 'add-additional-checks-to-ca-data' into 'master' Jacob Schatz2017-02-187-0/+28
|\
| * Restore exposure of legend property for eventsAlfredo Sumaran2017-02-107-0/+28
| * Revert "Merge branch 'add-additional-checks-to-ca-data' into 'master' "Alfredo Sumaran2017-02-107-28/+0
| * Restore exposure of legend property for eventsAlfredo Sumaran2017-02-107-0/+28
* | move query limit to base event fetcherJames Lopez2017-02-061-1/+3
|/
* Fix cycle analytics code after improving serializersGrzegorz Bizon2017-01-277-7/+7
* fix specfix/refactor-cycle-analytics-stagesJames Lopez2017-01-171-2/+2
* refactored a bunch of stuff based on feedbackJames Lopez2017-01-1710-43/+49
* fix bug retrieving mediansJames Lopez2017-01-171-1/+1
* fix specsJames Lopez2017-01-172-5/+5
* refactored metrics fetcher - merged into stage and eventsJames Lopez2017-01-1715-119/+116
* fix refactor of production event fetcherJames Lopez2017-01-172-17/+17
* a few more fixesJames Lopez2017-01-172-18/+1
* fix missing refactor in metrics fetcherJames Lopez2017-01-171-2/+2
* fix plan stage issue and some spec failuresJames Lopez2017-01-173-3/+9
* fix specs, refactor missing bits from events stuffJames Lopez2017-01-174-11/+12
* big refactor based on MR feedbackJames Lopez2017-01-1721-117/+123
* few fixes after mergeJames Lopez2017-01-172-3/+10
* refactor fetcher and fixed specsJames Lopez2017-01-173-34/+17
* refactor cycle analytics - updated based on MR feedbackJames Lopez2017-01-1713-61/+89