Remove feature flag for manual rule run#193833
Conversation
|
@elasticmachine merge upstream |
dplumlee
left a comment
There was a problem hiding this comment.
Rule management changes lgtm
|
@elasticmachine merge upstream |
rylnd
left a comment
There was a problem hiding this comment.
I think there are some additional comments that can/should be deleted, here, but otherwise LGTM!
| 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.
I think the comment line before this one can also be removed.
| '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.
I think the comment line before this one can also be removed.
| 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.
I think the comment line before this one can also be removed.
| 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.
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
MadameSheema
left a comment
There was a problem hiding this comment.
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 |
## Summary Remove feature flag for manual rule run --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> (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":"nikita.khristinin@elastic.co"},"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 <elasticmachine@users.noreply.github.com>","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 <elasticmachine@users.noreply.github.com>","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 <elasticmachine@users.noreply.github.com>","sha":"3f75a1d3d56e1d2c84ed0d4c5b18b3beb8357d3b"}}]}] BACKPORT--> Co-authored-by: Khristinin Nikita <nikita.khristinin@elastic.co>
Summary
Remove feature flag for manual rule run