-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solution] [Endpoint] Creates generic policy tab artifact co…
…mponent to be used for all of our artifacts (#126685) * Initial commit adding a generic component for policy artifact tabs * Adds labels and translations. Also fixes loading state using isRefetching * Fix checks and wrong count update when removing/adding items * Fixes translations and adds extra privileges checks * Use hook to retrieve url params instead of redux * Fixes wrong loading state in flyout * Extracts conditional artifact logic from generic components and adds an artifact_layout unit test * Include new changes in policy tabs component * Adds policy artifact flyout unit test * Adds policy artifacts list unit test * Adds policy artifacts delete modal unit test * Adds external privileges checks on unit tests * Uses FormattedMessage to include EuiLink inside the translation * Uses FormattedMessage * Generate new ExceptionsListApiClient instance when http changes * Removes existing policy tab artifacts code in favor of generic component * Update translation files * Include pr suggestions * Uses useUrlPagination hook for pagination * Fix checks * Fixes uni test * Reorder use_list_artifact hook params and move custom getInstance functions inside a useCallback * Fix typos and added pr feedback * Fix typo in searchableFields props and vars Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
aef0731
commit 776fe46
Showing
83 changed files
with
2,289 additions
and
7,343 deletions.
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
91 changes: 0 additions & 91 deletions
91
.../public/management/pages/policy/store/policy_details/action/policy_trusted_apps_action.ts
This file was deleted.
Oops, something went wrong.
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.