-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] Alerts details #83963
Merged
+1,617
−176
Merged
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
a75a9b8
init alert details tab
angorayc 54d1032
styles
angorayc e329b91
readMore button
angorayc c9fcf96
readmore btn
angorayc c65a78c
field mappings
angorayc 88faf98
add unit tests
angorayc 6ecc525
Merge branch 'master' of github.com:elastic/kibana into alerts-details
angorayc 441aef9
unit test
angorayc bb67c96
fix unit test
angorayc edf3efb
Merge branch 'master' of github.com:elastic/kibana into alerts-details
angorayc 5ad64e9
functional test
angorayc c323f64
isolate lineClamp component
angorayc b9144ab
review
angorayc d9a094c
unit test
angorayc 19ceb82
fix rule name in events table
angorayc a64bf78
Merge branch 'master' into alerts-details
kibanamachine 9474cc6
Merge remote-tracking branch 'upstream/master' into alerts-details
angorayc f5447a1
originalvalue
angorayc db91dd0
unit test
angorayc b4bfd3d
add close event details button
angorayc 2582064
rollback cypress configs
angorayc c94cd98
cypress
angorayc 952f9a2
close events details
angorayc f5b4772
remove Ip
angorayc bfc39a1
review
angorayc 605f5d2
Merge branch 'master' into alerts-details
kibanamachine 9bbcfba
review
angorayc 66a3662
review
angorayc cd6180e
review
angorayc a24635a
review
angorayc 2a74c40
review
angorayc 190251d
review
angorayc cd57475
fix i18n check
angorayc 76a4cfc
fix import
angorayc 5c889b8
fix eslint
angorayc f19829a
Merge branch 'master' into alerts-details
kibanamachine eff198b
use connect
angorayc 4c573dc
Merge branch 'alerts-details' of github.com:angorayc/kibana into aler…
angorayc 63d1558
close flyout when expanded event doesn't exist in the list
angorayc a8773e3
Update x-pack/plugins/security_solution/public/timelines/components/t…
angorayc 067e18f
fix types
angorayc a0cfb51
unit test
angorayc 00f9300
fix rule status badge
angorayc ee041d3
Merge remote-tracking branch 'upstream/master' into alerts-details
angorayc 3112dbb
isolate host name renderer
angorayc 7a9a767
fixup
angorayc 0d34364
cypress
angorayc 8e5fb1a
cypress
angorayc f72c67e
defaultModel
angorayc 3b574dc
review comments
angorayc 1e25d9e
unit test
angorayc cbf4936
Merge branch 'master' of github.com:elastic/kibana into alerts-details
angorayc 69850a3
replace findIndex with some
angorayc 08d6d8c
review
angorayc 5a36ca9
remove defaultModel from toggle event action
angorayc f4bbbe5
review
angorayc f8bd1a4
cleanup defaultModel
angorayc 10371bc
unit test
angorayc 99b3026
rollback handleClearSelection
angorayc 389592f
Merge branch 'master' into alerts-details
kibanamachine e49a362
fixup
angorayc 46f944f
Merge branch 'alerts-details' of github.com:angorayc/kibana into aler…
angorayc 56a7e52
fix i18n
angorayc da31fe2
cleanup defaultmodel
patrykkopycinski 0c2c0d1
Merge branch 'master' into alerts-details
kibanamachine 26191ac
cleanup
patrykkopycinski 64a9371
summary value
angorayc eed7b8b
fix showing timeline details
patrykkopycinski 02ac297
layout
angorayc 0a9e904
fix timeline memoization
patrykkopycinski 77c5235
Merge branch 'master' into alerts-details
kibanamachine b5d1ff1
fix long query
patrykkopycinski b7d3843
styling
angorayc f167fae
Merge branch 'alerts-details' of github.com:angorayc/kibana into aler…
angorayc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
layout
commit 02ac29719a71e03d759ae22a31b39e8da58b2f39
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
can we wrap it with
React.memo
?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.
this is used as the renderer for inMemoryTable, it fails after wrapping it with React.memo