-
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
[Cases] Case action: Integration tests #178277
Merged
Merged
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
f64b523
Refactor so registration
cnasikas 7d07c9e
Use custom SO client to have access to hidden SOs
cnasikas 1a1c9b7
Configure the case action as system action
cnasikas 81fd651
Do not execute if there are no alerts
cnasikas 095c2ec
Draft
cnasikas 746ac55
Handle different type of errors returned by the SO client
cnasikas 32b633c
Fix types
cnasikas acc29cf
Merge branch 'fix_so_errors' into ca_integration_tests
cnasikas 7a0a4e9
Handle decorated errors
cnasikas 6431727
Fix bug with schema
cnasikas 68fc281
Add integration tests
cnasikas 3d38566
Merge branch 'case_action' into ca_integration_tests
cnasikas 1b6645e
Add more tests
cnasikas 0904ec5
Support Boom errors
cnasikas da51642
Define cases required privileges
cnasikas 24b6842
Disable security plugin in the saved object client
cnasikas 22a6f3c
Add RBAC tests
cnasikas c017761
Add validation tests
cnasikas 3454bbc
[CI] Auto-commit changed files from 'node scripts/check_mappings_upda…
kibanamachine fc61f18
Fix tests
cnasikas ef73a01
Merge branch 'ca_integration_tests' of github.com:cnasikas/kibana int…
cnasikas f6a7cf7
Test complex workflows
cnasikas 4cc1427
Merge branch 'case_action' into ca_integration_tests
cnasikas 8f80dc0
Add all alerts to the same attachment
cnasikas 3553ce9
Add more tests
cnasikas ad2610e
Fix snapshots
cnasikas 014fbf5
PR feedback
cnasikas 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
305 changes: 250 additions & 55 deletions
305
packages/kbn-check-mappings-update-cli/current_fields.json
Large diffs are not rendered by default.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,5 @@ export const connectorTypes: string[] = [ | |
'.bedrock', | ||
'.d3security', | ||
'.sentinelone', | ||
'.cases', | ||
]; |
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.
The PR is going to be merged into a feature branch. There is no need for a thorough review at the moment.