Update event definitions to valid product_group
Problem
Some event definitions have incorrect product_group
values. Valid values can be found in https://gitlab.com/gitlab-com/www-gitlab-com/-/blob/master/data/stages.yml?ref_type=heads
Current value | Count |
---|---|
group::package | 62 |
group::incubation | 37 |
24 | |
24 | |
group::conversion | 17 |
14 | |
13 | |
group::expansion | 11 |
10 | |
8 | |
7 | |
6 | |
group::adoption | 5 |
4 | |
4 | |
group::monitor | 4 |
4 | |
4 | |
3 | |
group::import and integrate | 3 |
3 | |
2 | |
import | 2 |
manage | 1 |
1 | |
1 | |
group::authentication and authorization | 1 |
integrations | 1 |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
Desired Outcome
All event definitions has valid product_group
values.
Potential Solution(s)
- Update the invalid values
- Tighten JSON schema to only allow valid values like we do for metric definitions
Edited by Jonas Larsen