-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Security Solution] Edit host isolation exception IP UI #114279
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
Merged
academo
merged 55 commits into
elastic:master
from
academo:feature/host-isolation-exceptions-edit
Oct 14, 2021
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
b4ecec8
Initial empty form to add an exception
academo da94c6e
Merge remote-tracking branch 'upstream/master' into feature/host-isol…
academo 0fb4d41
WIP add form construction
academo c73b47f
Add code to handle the add form
academo 671faa0
Merge remote-tracking branch 'upstream/master' into feature/host-isol…
academo a4775ce
WIP create entry
academo 1754d41
Working add
academo 6fc871f
Add toast to create and failure
academo 0378a57
Add validation for ipv4 and CIDR format
academo 64669d8
Reload the list of exceptions after adding
academo dcbb5df
Remove unused import
academo 02b2f11
Merge remote-tracking branch 'upstream/master' into feature/host-isol…
academo 02cbe0b
Replace mockclear with mockreset
becaa1a
Add tests for reducer and add host Isolation exception
82a47aa
Fix TS error
d18264e
Firsts test for form
3ccdf9e
Tests for form
138fca7
Remove unused dependencies
346dbf2
Add tests for for the form flyout
0e2d84b
Add tests for the add button
de6e673
Merge remote-tracking branch 'upstream/master' into feature/host-isol…
e5e8b12
Fix PR comments
21dd6c7
Handle onCancel directly on the form flyout
d79ef0e
Fix dependency issue for hook
cea4868
Types working
27ae049
Add back ts-ignore to make ts work
f0dd9b3
Fix translation id
a1696ba
Data loading to edit. no saving
19fdf46
Merge remote-tracking branch 'upstream/master' into feature/host-isol…
328866a
WIP: Edit.
24b7071
Edit: wip
307d7c0
Show correct edit/create success and error messages
f046266
Fix repeated translation key
32580f8
Fix tests for creating exceptions
b076edc
Add tests for edit form
9ff07d1
Add tests for form flyout
a69a678
Add tests to load an entry from host isolation exceptions
f18396a
Remove unused dependency
8878114
Merge remote-tracking branch 'upstream/master' into feature/host-isol…
85f4f21
Fix TS errors
77b9054
Merge remote-tracking branch 'upstream/master' into feature/host-isol…
501ba78
Handle error on load case
231988d
Fix toast copies
42377fd
Add comments to code
b0b10d8
Fix tests and improve selector performance
a58fa90
Merge remote-tracking branch 'upstream/master' into feature/host-isol…
78d9912
Add test for load item error
0e851cc
Merge remote-tracking branch 'upstream/master' into feature/host-isol…
b08089b
Replace ignores with expect-error and fix easy AsyncResourceState
3b2a41c
Merge remote-tracking branch 'upstream/master' into feature/host-isol…
b492695
Merge branch 'master' into feature/host-isolation-exceptions-edit
kibanamachine 7914970
Merge remote-tracking branch 'upstream/master' into feature/host-isol…
f9c67ee
Address PR comments
8bc78ab
Add expect to promise await
9d541ce
Merge remote-tracking branch 'upstream/master' into feature/host-isol…
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
nitpick: I think the
Oneis not necessary for the name,Itemalready says it's a singular thing. UnlessgetHostIsolationExceptionItemname collides with another 😅