-
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
[SecuritySolution][Onboarding] Siem migration start card and flyout - Part 1 #202886
Merged
semd
merged 40 commits into
elastic:main
from
semd:10667/siem_migrations/onboarding_ui_flyout
Dec 5, 2024
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
60fbe6f
add support for topics on the onboarding page
semd 3985477
reorganize directories inside components
semd 03b5034
solve conflict
semd 376f2d6
Merge remote-tracking branch 'upstream/main' into 10667/siem_migratio…
semd 318d79e
Merge remote-tracking branch 'upstream' into 10667/siem_migrations/on…
semd 8557994
resources schema id
semd da3938c
update and add tests
semd 132c67b
resources type fix
semd 94c56c8
add connector selection and auto-resume stopped migrations within the…
semd a0702c9
Merge remote-tracking branch 'origin/10667/siem_migrations/onboarding…
semd 1d1f1da
Merge branch 'main' into 10667/siem_migrations/onboarding_ui
elasticmachine cee50d7
initial implementation
semd 5a9a06a
extract common styles into single places
semd f2beaf3
format code
semd 9f305c9
Merge branch '10667/siem_migrations/onboarding_ui' into 10667/siem_mi…
semd 4ce992d
conflict solve
semd 8b60935
cleaning
semd f09344b
solve conflict
semd ef6c17d
upload panel styles
semd 5cb839d
flyout scafolding
semd ecadb11
solve conflicts
semd d79dc47
add upload input
semd a486424
basic workflow working
semd 0ce93d9
Merge remote-tracking branch 'upstream/main' into 10667/siem_migratio…
semd b02a569
no connector selected callout
semd 216a6dc
solve conflicts
semd 0d6ae1f
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine 6e63ffa
add langsmith trace options
semd 86210fc
Merge remote-tracking branch 'refs/remotes/origin/10667/siem_migratio…
semd ac6e675
lint fixes
semd dcaffe2
[CI] Auto-commit changed files from 'yarn openapi:generate'
kibanamachine 0957440
organize get and filter parameters
semd 5cdf539
conflicts solved
semd 09b8b5a
Merge remote-tracking branch 'refs/remotes/origin/10667/siem_migratio…
semd ca33b12
type fixes
semd 0af2d10
typo
semd 349915b
restore batch size
semd eb87b4b
Merge remote-tracking branch 'upstream/main' into 10667/siem_migratio…
semd 9e548ff
use Security common NonEmptyString
semd aa06fe8
try/catch NDJson parser
semd 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
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.
From the type perspective, props.params.migration_id could be undefined. Is this an actual case?
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 auto-generated code from the API schema. But yes, I checked the props.params type here is:
{ migration_id?: string | undefined; }
.