-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[EDR Workflows][‼️ v9.4 ‼️] Enable Endpoint exceptions move feature flag #260983
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
szwarckonrad
merged 25 commits into
elastic:9.4
from
gergoabraham:enable-endpoint-exceptions-move-feature-flag
Apr 10, 2026
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
db8d0ae
enable feature flag
gergoabraham 62443e1
add cypress test coverage
gergoabraham ae2db08
fix existing cy test to run with FF enabled
gergoabraham a564391
remove obsolete test (see #258556)
gergoabraham 55c5ada
update text in test
gergoabraham 3c10211
fix test typo
gergoabraham d34b9d5
adapt tests to Endpoint exceptions removed from Shared exception list…
gergoabraham cb1ad34
adapt test to Endpoint exceptions tab removed from Rule details page
gergoabraham ada873a
update Endpoint Security rule dummy with correct index
gergoabraham e6713c8
use `endpoint` esArchive with correct index
gergoabraham 6940631
remove now unused `endpoint_2` esArchive
gergoabraham a76b687
add Endpoint Exceptions (and other missing) artifacts to navigation test
gergoabraham 25502d7
fix jest tests
gergoabraham b72ed3a
remove obsolete test
gergoabraham af06ab6
remove obsolete import API test cases
gergoabraham 6fe7f9f
Shared exception lists page privilege cleanup
gergoabraham 3df0cb1
enable API docs
gergoabraham 57636ba
update test config so test case can pick up FF state
gergoabraham f75f048
cy: extract selectors to screen folder
gergoabraham 0aa9fa5
Merge branch 'main' into enable-endpoint-exceptions-move-feature-flag
gergoabraham 00d656e
Merge branch 'main' into enable-endpoint-exceptions-move-feature-flag
gergoabraham b4f6939
Merge branch 'main' into enable-endpoint-exceptions-move-feature-flag
gergoabraham 4a1fb6a
Merge branch 'main' into enable-endpoint-exceptions-move-feature-flag
gergoabraham 0555b29
Merge branch 'main' into enable-endpoint-exceptions-move-feature-flag
szwarckonrad a8e64f9
Merge branch '9.4' into enable-endpoint-exceptions-move-feature-flag
szwarckonrad 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
67 changes: 0 additions & 67 deletions
67
...security_solution/public/management/cypress/e2e/artifacts/endpoint_exceptions.no_ff.cy.ts
This file was deleted.
Oops, something went wrong.
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
Q: shouldn't these be added while when released in serverless, and not 9.4?
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.
actually, it did not cause any change when adding these labels and running the generate and bundle scripts based on the readme:
kibana/x-pack/solutions/security/plugins/security_solution/common/api/endpoint/README.md
Lines 42 to 53 in dda77f4
it seems these docs only make their way into the bundles, if they have neither an
x-internal: trueattribute, nor/internal/in their paths:kibana/src/platform/packages/shared/kbn-openapi-bundler/src/bundler/processor_sets.ts
Lines 31 to 34 in dda77f4
so I think we're good, and didn't even need to hide this in the first place 👍