oncall-engine/engine/apps/labels
Vadim Stepanov 6d1e124e05
Limit the number of labels per alert group (#3507)
# What this PR does

Limits the maximum number of labels attached to an alert group. (only
backend part)

## Which issue(s) this PR fixes

Related to https://github.com/grafana/oncall-private/issues/2305

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2023-12-08 10:34:25 +00:00
..
migrations Webhook labels (#3383) 2023-11-22 11:17:41 +00:00
tests Limit the number of labels per alert group (#3507) 2023-12-08 10:34:25 +00:00
__init__.py Add labels implementation for integration (#3014) 2023-10-20 07:30:11 +00:00
alert_group_labels.py Limit the number of labels per alert group (#3507) 2023-12-08 10:34:25 +00:00
client.py Rewrite LabelsAPIClient (#3422) 2023-11-29 08:56:42 +00:00
models.py Alert group payload labels (#3434) 2023-11-27 17:53:54 +00:00
tasks.py Webhook labels (#3383) 2023-11-22 11:17:41 +00:00
utils.py Change labels feature flag to work per oncall org (#3493) 2023-12-04 12:45:07 +00:00