kibana/x-pack/plugins/ml/public/cases
Christos Nasikas da307207dc
[Cases] Ping the ResponseOps team when an attachment types is registered (#152854)
## Summary

Plugins can register case attachments and provide migration for them.
This PR adds a test that will fail if someone registers a new attachment
type or add a new migration. To fix the test you need to update the test
file. When the test file is updated the ResponseOps team will get
notified to review the new changes.

Fixes: https://github.com/elastic/kibana/issues/146252

## Testing
Please test if your integrations are working as expected. Nothing should
change.

### Checklist

Delete any items that are not applicable to this PR.

- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

### For maintainers

- [x] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
2023-03-09 10:29:05 -05:00
..
anomaly_charts_attachments.tsx [ML] Fix Anomaly charts time and query not being added to dashboard and case (#140147) 2022-09-23 03:09:03 -07:00
anomaly_swim_lane_attachment.tsx [ML] Fix Anomaly charts time and query not being added to dashboard and case (#140147) 2022-09-23 03:09:03 -07:00
index.tsx
register_anomaly_charts_attachment.tsx [Cases] Ping the ResponseOps team when an attachment types is registered (#152854) 2023-03-09 10:29:05 -05:00
register_anomaly_swim_lane_attachment.tsx [Cases] Ping the ResponseOps team when an attachment types is registered (#152854) 2023-03-09 10:29:05 -05:00
register_cases_attachments.ts