-
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
[Security Solution] Display versions in Rule Upgrade flyout #206636
[Security Solution] Display versions in Rule Upgrade flyout #206636
Conversation
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-detection-rule-management (Team:Detection Rule Management) |
💚 Build Succeeded
Metrics [docs]Async chunks
History
cc @nikitaindik |
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.
LGTM
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12805950134 |
…206636) **Resolves: elastic#188065 ## Summary This PR adds current and target version info in the header of the Rule Upgrade flyout. ## Screenshots **Before** <img width="975" alt="Schermafbeelding 2025-01-14 om 17 44 37" src="https://github.com/user-attachments/assets/d831ffdb-a96f-40cc-8f46-1ae8d9d6e2cf" /> **After** <img width="975" alt="Schermafbeelding 2025-01-14 om 17 43 58" src="https://github.com/user-attachments/assets/91ebff9a-a10a-4d65-b696-42b6756bbacf" /> Work started on: 14-Jan-2025 (cherry picked from commit 138d034)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…06636) (#206912) # Backport This will backport the following commits from `main` to `8.x`: - [[Security Solution] Display versions in Rule Upgrade flyout (#206636)](#206636) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nikita Indik","email":"nikita.indik@elastic.co"},"sourceCommit":{"committedDate":"2025-01-16T09:31:18Z","message":"[Security Solution] Display versions in Rule Upgrade flyout (#206636)\n\n**Resolves: https://github.com/elastic/kibana/issues/188065**\n\n## Summary\nThis PR adds current and target version info in the header of the Rule\nUpgrade flyout.\n\n## Screenshots\n**Before**\n<img width=\"975\" alt=\"Schermafbeelding 2025-01-14 om 17 44 37\"\nsrc=\"https://github.com/user-attachments/assets/d831ffdb-a96f-40cc-8f46-1ae8d9d6e2cf\"\n/>\n\n**After**\n<img width=\"975\" alt=\"Schermafbeelding 2025-01-14 om 17 43 58\"\nsrc=\"https://github.com/user-attachments/assets/91ebff9a-a10a-4d65-b696-42b6756bbacf\"\n/>\n\nWork started on: 14-Jan-2025","sha":"138d034d9fa656ed18bd31d344033d5831818092","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Detections and Resp","Team: SecuritySolution","Team:Detection Rule Management","Feature:Prebuilt Detection Rules","backport:version","v8.18.0"],"title":"[Security Solution] Display versions in Rule Upgrade flyout","number":206636,"url":"https://github.com/elastic/kibana/pull/206636","mergeCommit":{"message":"[Security Solution] Display versions in Rule Upgrade flyout (#206636)\n\n**Resolves: https://github.com/elastic/kibana/issues/188065**\n\n## Summary\nThis PR adds current and target version info in the header of the Rule\nUpgrade flyout.\n\n## Screenshots\n**Before**\n<img width=\"975\" alt=\"Schermafbeelding 2025-01-14 om 17 44 37\"\nsrc=\"https://github.com/user-attachments/assets/d831ffdb-a96f-40cc-8f46-1ae8d9d6e2cf\"\n/>\n\n**After**\n<img width=\"975\" alt=\"Schermafbeelding 2025-01-14 om 17 43 58\"\nsrc=\"https://github.com/user-attachments/assets/91ebff9a-a10a-4d65-b696-42b6756bbacf\"\n/>\n\nWork started on: 14-Jan-2025","sha":"138d034d9fa656ed18bd31d344033d5831818092"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206636","number":206636,"mergeCommit":{"message":"[Security Solution] Display versions in Rule Upgrade flyout (#206636)\n\n**Resolves: https://github.com/elastic/kibana/issues/188065**\n\n## Summary\nThis PR adds current and target version info in the header of the Rule\nUpgrade flyout.\n\n## Screenshots\n**Before**\n<img width=\"975\" alt=\"Schermafbeelding 2025-01-14 om 17 44 37\"\nsrc=\"https://github.com/user-attachments/assets/d831ffdb-a96f-40cc-8f46-1ae8d9d6e2cf\"\n/>\n\n**After**\n<img width=\"975\" alt=\"Schermafbeelding 2025-01-14 om 17 43 58\"\nsrc=\"https://github.com/user-attachments/assets/91ebff9a-a10a-4d65-b696-42b6756bbacf\"\n/>\n\nWork started on: 14-Jan-2025","sha":"138d034d9fa656ed18bd31d344033d5831818092"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Nikita Indik <nikita.indik@elastic.co>
Resolves: #188065
Summary
This PR adds current and target version info in the header of the Rule Upgrade flyout.
Screenshots
Before
After
Work started on: 14-Jan-2025