-
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] Remove sourcerer browser fields hover actions to help performance #131363
Merged
oatkiller
merged 22 commits into
elastic:main
from
kqualters-elastic:browser-fields-hover-actions
May 16, 2022
Merged
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
1ddf8c0
Batch setState calls to make sure all state updates are applied evenly
kqualters-elastic 959b049
Remove sourcerer hook from useHoverActions and pass needed fields as …
kqualters-elastic ccbb9eb
Merge remote-tracking branch 'upstream/main' into browser-fields-hove…
kqualters-elastic 40465da
Merge remote-tracking branch 'upstream/main' into browser-fields-hove…
kqualters-elastic df7aeaf
Update snapshots, remove ReactDOM batching
kqualters-elastic 57f3f98
Merge remote-tracking branch 'upstream/main' into browser-fields-hove…
kqualters-elastic 45c13c0
Make row renderers aggregatable where appropriate
kqualters-elastic 1617ae0
Merge branch 'main' of github.com:elastic/kibana into browser-fields-…
kqualters-elastic 4214fa3
add pagination to details table
michaelolo24 3e171e3
Fix hover actions on host/network details
kqualters-elastic 6f55873
Remove unneeded props
kqualters-elastic 45ef2b7
fix table pagination tests
michaelolo24 5a09f1a
update test
michaelolo24 d2df97d
Merge branch 'main' into browser-fields-hover-actions
kqualters-elastic 125d9d0
Show top n for authentications and threat indicator match rules
kqualters-elastic 990e15f
Fix anomaly score, entity, influence, and user id show top N
kqualters-elastic db52dd2
Pass props on wrapper and not data provider
kqualters-elastic 5903ef9
Merge branch 'main' into browser-fields-hover-actions
kqualters-elastic 530ff2e
Add missing row renderer draggables to use top N props
kqualters-elastic dfd636a
Update snapshots
kqualters-elastic f20041d
Pr feedback
kqualters-elastic 0ff6ed5
Merge branch 'main' into browser-fields-hover-actions
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
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
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
2 changes: 2 additions & 0 deletions
2
...s/security_solution/public/common/components/draggables/__snapshots__/index.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
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.
fieldType="keyword"
💅