Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-15Add class for group level analyticsMałgorzata Ksionek
Add specs for group level Update entities Update base classes Add groups-centric changes Update plan and review stage Add summary classes Add summary spec Update specs files Add to specs test cases for group Add changelog entry Add group serializer Fix typo Fix typo Add fetching namespace in sql query Update specs Add rubocop fix Add rubocop fix Modify method to be in sync with code review Add counting deploys from subgroup To group summary stage Add subgroups handling In group stage summary Add additional spec Add additional specs Add more precise inheritance Add attr reader to group level Fix rubocop offence Fix problems with specs Add cr remarks Renaming median method and a lot of calls in specs Move spec setup Rename method in specs Add code review remarks regarding module Add proper module name
2019-05-27Rephrase specs description for cycle analyticsMałgorzata Ksionek
2019-05-23Add specs for median serializingMałgorzata Ksionek
2019-05-21Change to_i method to to_f methodMałgorzata Ksionek
In order to stop showing 'Not enough data' in cycle analytics view Remove puts from the file
2018-07-23Enable frozen string in app/serializers/**/*.rbgfyoung
Partially addresses #47424.
2018-03-01Adapt cycle analytics spec helper and cycle analytics usage data specTiago Botelho
2018-02-28Refactors median code to work with both single and multiple projectsTiago Botelho
2018-02-28Restore memoization to base query and add a batch base query methodTiago Botelho
2018-02-28Add BatchLoader as a way to refactor the base stage codeTiago Botelho
2018-02-28Refactor CycleAnalytics base stage class and modelTiago Botelho
2017-05-04More updates for translations plus some refactoring.Ruben Davila
2017-02-11Restore exposure of legend property for eventsAlfredo Sumaran
2017-02-10Revert "Merge branch 'add-additional-checks-to-ca-data' into 'master' "Alfredo Sumaran
This reverts commit b7c5ca499d9c26494736d92505116bbb294c63d6, reversing changes made to 9745c98bb77a1a1ddd964f58cc4d058a665eb9ee.
2017-02-10Restore exposure of legend property for eventsAlfredo Sumaran
2017-01-17refactor cycle analytics - updated based on MR feedbackJames Lopez
2017-01-17fixed stage entity and added missing stage specsJames Lopez
2017-01-17added analytics stage serializer and moved some info to the stage classes ↵James Lopez
from the controller