summaryrefslogtreecommitdiff
path: root/lib/gitlab/usage_data_counters
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-168-17/+39
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-1914-235/+238
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-2011-271/+241
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-1611-32/+312
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-1812-265/+882
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-2013-325/+404
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eeGitLab Bot2020-12-231-6/+4
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-1710-126/+339
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-199-126/+623
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-214-5/+235
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-197-36/+326
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-204-20/+243
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+86
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-183-18/+14
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-205-29/+89
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-061-1/+13
|
* Setup counter for Productivity AnalyticsAdam Hegyi2019-09-121-0/+8
| | | | This change sets up a usage counter for productivity analytics feature.
* Add usage pings for merge request creatingIgor2019-08-261-0/+10
| | | | Code Review Usage Ping for Create SMAU
* Count comments on notes and merge requestsBob Van Landuyt2019-08-161-4/+4
| | | | | This extends our existing `Gitlab::UsageDataCounters::NoteCounter` to also count notes on commits and merge requests
* Track page views for cycle analytics show pageAdam Hegyi2019-08-141-0/+8
| | | | | This change adds a new counter 'cycle_analytics_views' to the usage data metrics to count the page views for cycle analytics show page.
* Add usage pings for source code pushesIgor2019-08-131-0/+8
| | | | Source Code Usage Ping for Create SMAU
* Record usage on snippet usageMark Chao2019-08-084-27/+89
| | | | Generalize wiki page counter for other page types to extend to.
* Added navbar searches usage ping counterFrancisco Javier López2019-07-291-0/+27
| | | | | Added usage ping counter when the user makes a search through the navbar search component.
* Count wiki page creationAlex Kalderimis2019-07-212-0/+40
| | | | | | | This adds a counter to count page creation, which is reflected in the usage-data we collect. The number created is stored in Redis, avoiding DB access.
* Avoid increasing redis counters when usage_ping is disabledFrancisco Javier López2019-07-191-0/+2
|
* Added Usage Data for some Web IDE actionsFrancisco Javier López2019-07-191-0/+18
| | | | | | | The actions tracked in the web IDE are: - creation of commits - creation of merge requests - projects loaded
* Refactor RedisCounter and WebIdeCommitsCounterFrancisco Javier López2019-07-173-19/+23
| | | | | This MR refactor RedisCounter and WebIdeCommitsCounter to be reused by other components.
* Refactored WebIdeCommitsCount classFrancisco Javier López2019-07-162-0/+32
We're adding more redis base counters to the web ide and other classes. We're refactoring this class in other to use the logic in other places.