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

work_items.yml « known_events « usage_data_counters « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6cd7836ea9424f80cce38b3d71e05449b5ed056b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- name: users_updating_work_item_title
  category: work_items
  redis_slot: users
  aggregation: weekly
  feature_flag: track_work_items_activity
- name: users_creating_work_items
  category: work_items
  redis_slot: users
  aggregation: weekly
  feature_flag: track_work_items_activity
- name: users_updating_work_item_dates
  category: work_items
  redis_slot: users
  aggregation: weekly
  feature_flag: track_work_items_activity