summaryrefslogtreecommitdiff
path: root/app/models/cycle_analytics
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-05-051-6/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-251-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-141-48/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-031-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-01-113-77/+62
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-141-4/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-112-2/+62
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-171-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-221-29/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-071-0/+1
* Add code review remarksadjust-group-level-analytics-to-accept-multiple-project-idsMałgorzata Ksionek2019-07-231-4/+1
* Add basic project extractionMałgorzata Ksionek2019-07-231-1/+2
* Add code review remarksMałgorzata Ksionek2019-07-161-5/+6
* Add code review remarksMałgorzata Ksionek2019-07-163-3/+3
* Add class for group level analyticsMałgorzata Ksionek2019-07-153-5/+36
* Add newline before subjectprepare-cycle-analytics-for-group-levelMałgorzata Ksionek2019-07-101-1/+0
* Add attribute reader to project levelMałgorzata Ksionek2019-07-101-4/+7
* Add code review remarksMałgorzata Ksionek2019-07-092-11/+5
* Move cycle analytics model to separate namespaceMałgorzata Ksionek2019-07-092-0/+53
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-081-0/+0
* added new summary serializers and refactor all of the summary stuff into sepa...James Lopez2017-01-171-43/+0
* Use configured git rather than system gituse-configured-gitRobert Schilling2017-01-051-1/+1
* Merge branch 'jej-fix-missing-access-check-on-issues' into 'security'Douwe Maan2016-11-281-2/+3
* Fix the "Commits" section of the cycle analytics summary.Timothy Andrew2016-09-261-5/+23
* Implement a second round of review comments from @DouweM.Timothy Andrew2016-09-212-26/+1
* Implement review comments from @yorickpeterseTimothy Andrew2016-09-201-80/+0
* Test the `CycleAnalytics::Summary` model.Timothy Andrew2016-09-201-2/+5
* Make changes to the cycle analytics JSON endpoint.Timothy Andrew2016-09-191-0/+21
* Move cycle analytics calculations to SQL.Timothy Andrew2016-09-171-0/+25
* Improve performance of the cycle analytics page.Timothy Andrew2016-09-151-96/+55
* wip: perfTimothy Andrew2016-09-141-2/+2
* Test the `test` cycle analytics phase.Timothy Andrew2016-09-071-2/+2
* Test the `staging` cycle analytics phase.Timothy Andrew2016-09-071-0/+2
* Tweak cycle analytics query to match the current requirements.Timothy Andrew2016-09-021-0/+8
* Fetch cycle analytics data for a specific date range.Timothy Andrew2016-08-261-4/+4
* Scope Cycle Analytics queries to a projectTimothy Andrew2016-08-261-4/+4
* Allow multiple queries for each cycle analytics section.Timothy Andrew2016-08-261-23/+27
* Add the "Test" cycle analytics section.Timothy Andrew2016-08-261-0/+22
* Add the "Production" cycle analytics section.Timothy Andrew2016-08-261-8/+33
* Add the "Staging" cycle analytics section.Timothy Andrew2016-08-261-0/+22
* Add the "Review" cycle analytics section.Timothy Andrew2016-08-261-3/+15
* Add the "Code" Cycle Analytics section.Timothy Andrew2016-08-261-0/+26