-
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
[Cloud Security] Added graph visualization in alert's flyout #196034
Merged
+11,990
−577
Merged
Changes from 11 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
977874c
Created Graph component
kfirpeled 8456abf
Ensure target has an id
kfirpeled 2203f65
Added graph preview to alerts flyout
kfirpeled 431e59f
Hides react flow attribution
kfirpeled c97c18c
Added cloud security storybook to kibana's storybook website
kfirpeled f856800
Experimental feature disabled by default
kfirpeled edebaf6
fixed unknown target's label
kfirpeled ff920d6
code cleanup
kfirpeled 832ddf4
Disable controls, dragging and zoom when in preview
kfirpeled bc189ee
Removed panel's
kfirpeled 94c22d4
Enhanced experience
kfirpeled 47dc47a
Merge branch 'main' into cspm/cdr-alerts-flyout2
kfirpeled 8876474
Refactor cloud-security-posture storybook folder structure
kfirpeled 6545761
Refactored graph data types
kfirpeled 652652e
Renamed stories
kfirpeled 8d0d79a
Added FTR test that check it is being rendered
kfirpeled 81bc3d2
Refactoring
kfirpeled e8f03b0
Fixed API type, removing redundant properties. Fixed dragging that st…
kfirpeled 11f1565
[CI] Auto-commit changed files from 'node scripts/generate codeowners'
kibanamachine e06bbdf
[CI] Auto-commit changed files from 'node scripts/notice'
kibanamachine e8597da
Added graph UT
kfirpeled eeddc65
Updated readme
kfirpeled e1cfbe8
skipped failing test
kfirpeled e70e48e
Fixed behaviour when changing focus using tab
kfirpeled 63329eb
Build fixes
kfirpeled 1151e7b
Jest fix
kfirpeled d54c371
Merge branch 'main' into cspm/cdr-alerts-flyout2
kfirpeled 85c75ba
[CI] Auto-commit changed files from 'node scripts/notice'
kibanamachine 78b1f99
[CI] Auto-commit changed files from 'node scripts/yarn_deduplicate'
kibanamachine 33c7ce6
Revert changes tsconfig.json
kfirpeled 16de019
Fixed graph interactivity
kfirpeled 7952ce7
Code review fixes
kfirpeled 48f3d88
fixed UT
kfirpeled e2db7c9
import fix
kfirpeled 9a7d02e
Lazy loading graph component
kfirpeled 7eb5c49
[CI] Auto-commit changed files from 'node scripts/notice'
kibanamachine 7ce77b2
Merge branch 'main' into cspm/cdr-alerts-flyout2
kfirpeled 04c2c8b
Refactoring, auto fitview on resize when not interactive.
kfirpeled 9b3dc3c
webpack refactoring - usage of babel preset
kfirpeled e4e07c6
Removed packaging of storybook config
kfirpeled 049b4c0
Merge branch 'main' into cspm/cdr-alerts-flyout2
kfirpeled 0c0594d
Enhancing graph behavior in preview - max zoom is set to 1.3
kfirpeled 9aa0863
Memorizing graph's data
kfirpeled 2a0b590
Merge branch 'main' into cspm/cdr-alerts-flyout2
kfirpeled db07ec1
refactored shapes
kfirpeled 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
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.
required when using @kbn/cloud-security-posture-graph which depends on dagrejs and xyflow packages