-
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
Remove feature flag for manual rule run #193833
Remove feature flag for manual rule run #193833
Conversation
@elasticmachine merge upstream |
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.
Rule management changes lgtm
@elasticmachine merge upstream |
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.
I think there are some additional comments that can/should be deleted, here, but otherwise LGTM!
@@ -43,8 +43,7 @@ export default ({ getService }: FtrProviderContext) => { | |||
const es = getService('es'); | |||
|
|||
// Currently FF are not supported on MKI environments, so this test should be skipped from MKI environments. | |||
// Once `manualRuleRunEnabled` FF is removed, we can remove `@skipInServerlessMKI` as well |
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.
I think the comment line before this one can also be removed.
@@ -33,8 +33,7 @@ describe( | |||
'Detection rules, preview', | |||
{ | |||
// Currently FF are not supported on MKI environments, so this test should be skipped from MKI environments. | |||
// Once `manualRuleRunEnabled` FF is removed, we can remove `@skipInServerlessMKI` as well |
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.
I think the comment line before this one can also be removed.
@@ -20,8 +20,7 @@ import { createRule } from '../../../../tasks/api_calls/rules'; | |||
import { login } from '../../../../tasks/login'; | |||
|
|||
// Currently FF are not supported on MKI environments, so this test should be skipped from MKI environments. | |||
// Once `manualRuleRunEnabled` FF is removed, we can remove `@skipInServerlessMKI` as well |
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.
I think the comment line before this one can also be removed.
@@ -19,8 +19,7 @@ import { createRule } from '../../../../tasks/api_calls/rules'; | |||
import { login } from '../../../../tasks/login'; | |||
|
|||
// Currently FF are not supported on MKI environments, so this test should be skipped from MKI environments. | |||
// Once `manualRuleRunEnabled` FF is removed, we can remove `@skipInServerlessMKI` as well |
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.
I think the comment line before this one can also be removed.
@elasticmachine merge upstream |
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
…in/kibana into remove-feature-flag-manual-run
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.
sec-eng-prod changes LGTM!!
Please check if any of the tests meet the criteria to be added to the Kibana QA quality gate. Thanks!
@elasticmachine merge upstream |
⏳ Build in-progress
History
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11259960947 |
## Summary Remove feature flag for manual rule run --------- Co-authored-by: Elastic Machine <[email protected]> (cherry picked from commit 3f75a1d)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [Remove feature flag for manual rule run (#193833)](#193833) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Khristinin Nikita","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-09T17:23:46Z","message":"Remove feature flag for manual rule run (#193833)\n\n## Summary\r\n\r\nRemove feature flag for manual rule run\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"3f75a1d3d56e1d2c84ed0d4c5b18b3beb8357d3b","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:cloud-deploy","ci:cloud-persist-deployment","ci:project-deploy-security"],"title":"Remove feature flag for manual rule run","number":193833,"url":"https://github.com/elastic/kibana/pull/193833","mergeCommit":{"message":"Remove feature flag for manual rule run (#193833)\n\n## Summary\r\n\r\nRemove feature flag for manual rule run\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"3f75a1d3d56e1d2c84ed0d4c5b18b3beb8357d3b"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193833","number":193833,"mergeCommit":{"message":"Remove feature flag for manual rule run (#193833)\n\n## Summary\r\n\r\nRemove feature flag for manual rule run\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"3f75a1d3d56e1d2c84ed0d4c5b18b3beb8357d3b"}}]}] BACKPORT--> Co-authored-by: Khristinin Nikita <[email protected]>
Summary
Remove feature flag for manual rule run