-
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] Guided onboarding, alerts & cases #143598
Merged
stephmilovic
merged 55 commits into
elastic:main
from
stephmilovic:guided_onboarding_define
Oct 27, 2022
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
818dad9
define guided ob plugin
stephmilovic e0db543
Merge branch 'main' into guided_onboarding_define
stephmilovic 503c23b
stepping along
stephmilovic 2fbbf37
more wip
stephmilovic 94abf31
cleanup
stephmilovic f527d31
Merge branch 'main' into guided_onboarding_define
stephmilovic 3378b2c
fixies
stephmilovic cf5646a
Merge branch 'main' into guided_onboarding_define
stephmilovic 3f8be4d
better
stephmilovic 81a706a
fix merge
stephmilovic 238a5af
hey, thats different now
stephmilovic caa0380
move code to helpers
stephmilovic 5042d3f
yes
stephmilovic c7a3a16
Merge branch 'guided_onboarding_define' into guided_onboarding_whack
stephmilovic e76c1ea
fix it
stephmilovic 68c6a74
Merge branch 'main' into guided_onboarding_define
stephmilovic 7541494
rm some old code
stephmilovic 6ebd473
testing
stephmilovic 883a393
add some fancy tests
stephmilovic 0fac6ff
fix
stephmilovic 5c5ac86
revert
stephmilovic 805d052
better?
stephmilovic 7cc2a2f
more better
stephmilovic b38991b
more better again
stephmilovic c2158ee
fix alpha
stephmilovic f5dd0b8
eh?
stephmilovic fb5df0f
cleaning
stephmilovic 61f3ccf
rename
stephmilovic 8a1f426
rename
stephmilovic 956e96a
type fix
stephmilovic c5d0e30
fix translations
stephmilovic 1f77e7c
Merge branch 'main' into guided_onboarding_define
stephmilovic 2f75590
fixies
stephmilovic 9ce04cf
add readme
stephmilovic 499f744
Merge branch 'main' into guided_onboarding_define
kibanamachine ead7344
Merge branch 'main' into guided_onboarding_define
kibanamachine ae88fc9
fix obs
stephmilovic 93378e2
Merge branch 'guided_onboarding_define' of github.com:stephmilovic/ki…
stephmilovic a019401
remove tour from nav
stephmilovic 7738e1f
Merge branch 'main' into guided_onboarding_define
stephmilovic 9b8cc02
fix type
stephmilovic e718c72
johnnys pr feedback
stephmilovic 4af82c5
rm guided onboarding test from nav
stephmilovic 26b1337
fix
stephmilovic ba8b78c
only use context in detections paths
stephmilovic 251a42e
fix tests
stephmilovic e09574a
fix possible side effect
stephmilovic aa676d5
remove step arg
stephmilovic 9d5f20b
Merge branch 'main' into guided_onboarding_define
stephmilovic 9717786
make better
stephmilovic d0c8a92
Merge branch 'main' into guided_onboarding_define
kibanamachine c0f35b9
fix for mr michael
stephmilovic 1958a5a
add feature flag
stephmilovic c2c43d7
mock feature flag (duh)
stephmilovic aa53370
fix warning in tests
stephmilovic 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
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
71 changes: 0 additions & 71 deletions
71
x-pack/plugins/security_solution/public/common/components/guided_onboarding/tour.test.tsx
This file was deleted.
Oops, something went wrong.
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.
not sure why this was here, but we are changing the tour entirely so i think safe to remove?