-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security Solution] Remove remaining usage of rule_schema_legacy types #188079
Conversation
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-detection-rule-management (Team:Detection Rule Management) |
...etection_engine/rule_exceptions/find_exception_references/find_exception_references_route.ts
Show resolved
Hide resolved
@@ -15,12 +15,31 @@ import { Direction } from '../../../search_strategy'; | |||
import type { PinnedEvent } from '../pinned_events/pinned_events_route'; | |||
import { PinnedEventRuntimeType } from '../pinned_events/pinned_events_route'; | |||
// TODO https://github.com/elastic/security-team/issues/7491 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
⏳ Build in-progress, with failures
Failed CI Steps
Test Failures
Historycc @jpdjere |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Module Count
Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
To update your PR or re-run it, just comment with: cc @jpdjere |
Summary
Leftover work from #186615
rule_schema_legacy
types. In this PR, simply inlines the last io-ts types used, to be able to get rid of the legacy folder.x-pack/plugins/security_solution/common/api/detection_engine/rule_exceptions/find_exception_references/find_exception_references_route.ts
x-pack/plugins/security_solution/common/api/timeline/model/api.ts
For maintainers