mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
## 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) |
||
---|---|---|
.. | ||
anomaly_charts_attachments.tsx | ||
anomaly_swim_lane_attachment.tsx | ||
index.tsx | ||
register_anomaly_charts_attachment.tsx | ||
register_anomaly_swim_lane_attachment.tsx | ||
register_cases_attachments.ts |