[Security Solution][Case] Case connector alert UI#82405
[Security Solution][Case] Case connector alert UI#82405cnasikas merged 26 commits intoelastic:masterfrom
Conversation
59f2c72 to
42c8d31
Compare
e6cf55a to
ce13d5c
Compare
fd2a7b5 to
8d7de4e
Compare
8d7de4e to
1dfcd44
Compare
dc8e5dc to
337295e
Compare
x-pack/plugins/security_solution/public/cases/components/connectors/case/existing_case.tsx
Outdated
Show resolved
Hide resolved
8e867e2 to
0b35fd2
Compare
x-pack/plugins/security_solution/public/cases/components/add_comment/index.test.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security_solution/public/cases/components/connectors/case/existing_case.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security_solution/public/cases/components/connectors/case/fields.tsx
Outdated
Show resolved
Hide resolved
0b35fd2 to
1d3198f
Compare
There was a problem hiding this comment.
x-pack/plugins/security_solution/public/cases/components/create/index.tsx Line 27 and x-pack/plugins/security_solution/public/cases/components/use_create_case_modal/create_case_modal.tsx Line 36
The component Submit button is identical, can we create a common one?
There was a problem hiding this comment.
I trust you that you will fix my nit before merging 😍.
I reviewed the code and I do appreciate that you clean up the code nicely around the creation of the case. I also like the cleanup around the tags and adopting the improvement around the kbn-form.
Thanks a lot, Future Engineer will appreciate you on this one!!!!
57ddfd3 to
0a9b9e0
Compare
0a9b9e0 to
8208ae8
Compare
|
@elasticmachine merge upstream |
Co-authored-by: Patryk Kopycinski <contact@patrykkopycinski.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> # Conflicts: # x-pack/plugins/security_solution/public/cases/components/create/index.test.tsx
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Distributable file count
Page load bundle
History
To update your PR or re-run it, just comment with: |
* master: [Lens] Show color in flyout instead of auto (elastic#84532) [Lens] Use index pattern through service instead of reading saved object (elastic#84432) Make it possible to use Kibana anonymous authentication provider with ES anonymous access. (elastic#84074) TelemetryCollectionManager: Use X-Pack strategy as an OSS overwrite (elastic#84477) migrate away from rest_total_hits_as_int (elastic#84508) [Input Control] Custom renderer (elastic#84423) Attempt to more granularly separate App Search vs Workplace Search vs shared GitHub notifications (elastic#84713) [Security Solutino][Case] Case connector alert UI (elastic#82405) [Maps] Support runtime fields in tooltips (elastic#84377) [CCR] Fix row actions in follower index and auto-follow pattern tables (elastic#84433) [Enterprise Search] Migrate shared Indexing Status component (elastic#84571) [maps] remove fields from index-pattern test artifacts (elastic#84379) Add routes for use in Sources Schema (elastic#84579) Changes UI links for drilldowns (elastic#83971) endpoint telemetry cloned endpoint tests (elastic#81498) [Fleet] Handler api key creation errors when Fleet Admin is invalid (elastic#84576)
* master: (72 commits) Make alert status fetching more resilient (elastic#84676) [APM] Refactor hooks and context (elastic#84615) Added word break styles to the texts in the item details card. (elastic#84654) [Search] Disable "send to background" when auto-refresh is enabled (elastic#84106) Add readme for new palette service (elastic#84512) Make all providers to preserve original URL when session expires. (elastic#84229) [Lens] Show color in flyout instead of auto (elastic#84532) [Lens] Use index pattern through service instead of reading saved object (elastic#84432) Make it possible to use Kibana anonymous authentication provider with ES anonymous access. (elastic#84074) TelemetryCollectionManager: Use X-Pack strategy as an OSS overwrite (elastic#84477) migrate away from rest_total_hits_as_int (elastic#84508) [Input Control] Custom renderer (elastic#84423) Attempt to more granularly separate App Search vs Workplace Search vs shared GitHub notifications (elastic#84713) [Security Solutino][Case] Case connector alert UI (elastic#82405) [Maps] Support runtime fields in tooltips (elastic#84377) [CCR] Fix row actions in follower index and auto-follow pattern tables (elastic#84433) [Enterprise Search] Migrate shared Indexing Status component (elastic#84571) [maps] remove fields from index-pattern test artifacts (elastic#84379) Add routes for use in Sources Schema (elastic#84579) Changes UI links for drilldowns (elastic#83971) ...

Summary
The PR creates the alert UI of the case connector. The feature is still WIP and is not finalized. It is the first step towards it. For this reason, it is disabled and will be enabled in the future. Also in this PR:
useInsertTimelineto cases and improve it.useCreateCaseModalhook.Depends on #80870, #82715
Checklist
Delete any items that are not applicable to this PR.
For maintainers