summaryrefslogtreecommitdiff
path: root/lib/gitlab/cycle_analytics/base_query.rb
Commit message (Expand)AuthorAgeFilesLines
* Add class for group level analyticsMałgorzata Ksionek2019-07-151-3/+11
* Add attribute readerMałgorzata Ksionek2019-07-101-1/+1
* Fix rubocop offencesMałgorzata Ksionek2019-07-091-1/+1
* Modify base class for cycle analytics fetchingMałgorzata Ksionek2019-07-091-1/+1
* Enable even more frozen string in lib/gitlabgfyoung2018-11-061-0/+2
* Adapt cycle analytics spec helper and cycle analytics usage data spec41777-include-cycle-time-in-usage-pingTiago Botelho2018-03-011-1/+1
* Refactors median code to work with both single and multiple projectsTiago Botelho2018-02-281-2/+2
* 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-281-5/+5
* Add BatchLoader as a way to refactor the base stage codeTiago Botelho2018-02-281-4/+4
* Refactor CycleAnalytics base stage class and modelTiago Botelho2018-02-281-5/+1
* Adds get all medians to Cycle Analytics modelTiago Botelho2018-02-281-1/+6
* Remove soft removals related codeYorick Peterse2018-01-081-1/+0
* Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-2/+2
* Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-3/+2
* Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-1/+1
* Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-9/+9
* refactored metrics fetcher - merged into stage and eventsJames Lopez2017-01-171-0/+31