-
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
[Fleet] Modal to allow user to force install an unverified package #136108
Merged
hop-dev
merged 34 commits into
elastic:main
from
hop-dev:133822-package-verification-modal
Jul 21, 2022
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
8290933
show unverified modal on asset install
hop-dev 1314902
fix modal not closing
hop-dev 5988daf
Move modal to common components
hop-dev ee2d37a
modify types for package policy creation
hop-dev 28171a0
add missing export
hop-dev 7979c92
package policy modal
hop-dev 4b86fe1
add package info to unverified modal
hop-dev ceb381c
return package info as part of validation error
hop-dev 9a67818
API: skip archive in create package policy
hop-dev 37380e1
show package details in modal
hop-dev 7c03097
pass force parameter on package policy creation
hop-dev 8df9298
fix: ability to force install package when creating package policy
hop-dev f579885
recert: use error details for package verification moda
hop-dev 58824b8
do not ignore verification errors when creating agent policy
hop-dev 35b86fc
remove old type additions
hop-dev 7f28b75
add modal to multi page layout
hop-dev 858f2e9
remove refs to FleetPackageErrorResponse
hop-dev 314fb14
fix: Error types
hop-dev 2174f02
add storybook file
hop-dev 12967d2
change import to fix test
hop-dev 47b00b1
ensure package is installed before getting package info
hop-dev 68485a4
Update x-pack/plugins/fleet/public/components/unverified_package_moda…
hop-dev 950ec9a
Update x-pack/plugins/fleet/public/components/unverified_package_moda…
hop-dev e9011e1
make statusCode non optional
hop-dev 48d1531
use overlay service for confirm modal
hop-dev c0e52cf
move confirm force install to its own hook
hop-dev 2513523
rename to ConfirmForceInstallModal
hop-dev f070d39
fix error validation types
hop-dev 3685850
return optionallyForceInstall to prevent uncaught rejection
hop-dev 6e2bfc7
fix edit pkg policy unit tests
hop-dev f56b3dd
fix agent list tests
hop-dev 7944899
fix package card tests
hop-dev b7c998d
use useForceConfirmForceInstall for add integration pages
hop-dev 0ec8235
PR Feedback
hop-dev 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.
force
is not a new parameter, its just the typing didn't have it