-
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] Event Renderer Virtualization #193316
Merged
logeekal
merged 32 commits into
elastic:main
from
logeekal:feat/custom_grid_body_list_virtualization
Oct 16, 2024
Merged
Changes from 9 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
697974b
fix: virt. working with height issue
logeekal 0321968
fix: working list virt - react-virtualized
logeekal f35f347
react-window virtualization
logeekal 5ca5a77
incremental changes
logeekal c1a79ea
Great pert with auto height.
logeekal cb98169
fix: working great + better performance
logeekal 84de4ee
fix: fast and working RC
logeekal 962d7ad
correct deps
logeekal 9a7efb2
eui_rc
logeekal f080311
Upgrade EUI to v97.0.0
cee-chen 5495557
i18n updates
cee-chen 6f99866
[EuiDataGrid] Handle breaking `renderCustomGridBody` change for Alert…
cee-chen 22d78d6
[EuiDataGrid] Handle breaking `renderCustomGridBody` change for Secur…
cee-chen 657a043
[EuiLink] Update snapshots to account for new SR text copy
cee-chen fbf95d4
[EuiLink] Update text assertions/selectors to account for new SR text…
cee-chen 3bf6b59
[EuiLink] Update test regex utils to account for new SR text copy
cee-chen a03923d
[EuiLink] Update test icon assertion to account for the fact the icon…
cee-chen d049f3b
[EuiButtonDisplay] Update snapshots
cee-chen 924f71f
Merge remote-tracking branch 'cee/eui/v97.0.0' into feat/custom_grid_…
logeekal f87fbea
fix: more optims
logeekal 7e65a87
remove unnecessary logic
logeekal 72cc0d6
fix: jest tests
logeekal a43664d
Merge branch 'main' into feat/custom_grid_body_list_virtualization
logeekal 7399da6
chore: remove unnecessary console statements
logeekal 5c089b0
ci: 😊
logeekal 2eb53a0
Merge branch 'main' into feat/custom_grid_body_list_virtualization
logeekal 12f6032
fix: cypress test
logeekal a64ccc4
fix: remove focused test
logeekal fd9e1ef
fix: types
logeekal fcdbaf0
Merge branch 'main' into feat/custom_grid_body_list_virtualization
logeekal 86e5d00
Merge branch 'main' into feat/custom_grid_body_list_virtualization
logeekal ecd7653
Merge branch 'main' into feat/custom_grid_body_list_virtualization
logeekal 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
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.
can probably pull this definition to the top level of this file, and that way this is never recreated.
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.
yes.. I was just waiting for the EUI teams opinion and then i will refactor code to be put in production. Currently, this is just working code.
I wanted to get everyone opinions mainly on performance. But what you say makes sense.
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.
@kqualters-elastic , I just checked, it has depenendencies
headerRow
andfooterRow
and hence it cannot be pulled out.