[9.3] [Security Solution] Installation review pagination: Frontend (#248259)#249913
Merged
kibanamachine merged 1 commit intoelastic:9.3from Jan 21, 2026
Merged
Conversation
…#248259) **Partially addresses: elastic#241656 **Backend PR: elastic#247375 >⚠️ Note: This PR should be merged only when the [backend PR](elastic#247375) is merged and released in Serverless (after Monday 19-Jan-2026). ## Summary This PR builds on top of the [backend PR](elastic#247375) and adds frontend changes for the installation review pagination. ## Changes - If `page` parameter is not passed, it's defaulted to 1. If `per_page` parameter is not passed it's defaulted to 20. - UI code now sends `page` and `per_page` parameters. - Client-side sorting and filtering was removed. It now happens on the backend. - Added Cypress tests to match the test plan. - Refactored `reviewRuleInstallationHandler` to make it more readable, as suggested in the feedback for the backend PR. (cherry picked from commit 2a85280)
35 tasks
Contributor
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
cc @nikitaindik |
nikitaindik
added a commit
that referenced
this pull request
Jan 23, 2026
…248259) (#250009) # Backport This will backport the following commits from `main` to `9.2`: - [[Security Solution] Installation review pagination: Frontend (#248259)](#248259) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Nikita Indik","email":"nikita.indik@elastic.co"},"sourceCommit":{"committedDate":"2026-01-21T16:24:33Z","message":"[Security Solution] Installation review pagination: Frontend (#248259)\n\n**Partially addresses: https://github.com/elastic/kibana/issues/241656**\n**Backend PR: https://github.com/elastic/kibana/pull/247375**\n\n>⚠️ Note: This PR should be merged only when the [backend\nPR](#247375) is merged and\nreleased in Serverless (after Monday 19-Jan-2026).\n\n## Summary\nThis PR builds on top of the [backend\nPR](#247375) and adds frontend\nchanges for the installation review pagination.\n\n## Changes\n- If `page` parameter is not passed, it's defaulted to 1. If `per_page`\nparameter is not passed it's defaulted to 20.\n- UI code now sends `page` and `per_page` parameters.\n- Client-side sorting and filtering was removed. It now happens on the\nbackend.\n- Added Cypress tests to match the test plan.\n- Refactored `reviewRuleInstallationHandler` to make it more readable,\nas suggested in the feedback for the backend PR.","sha":"2a8528027e41a5e0f17e9e401d0926f516419360","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","performance","Team:Detections and Resp","Team: SecuritySolution","Team:Detection Rule Management","Feature:Prebuilt Detection Rules","ci:build-cloud-image","backport:version","v9.3.0","v9.4.0","v9.2.5","v8.19.11"],"title":"[Security Solution] Installation review pagination: Frontend","number":248259,"url":"https://github.com/elastic/kibana/pull/248259","mergeCommit":{"message":"[Security Solution] Installation review pagination: Frontend (#248259)\n\n**Partially addresses: https://github.com/elastic/kibana/issues/241656**\n**Backend PR: https://github.com/elastic/kibana/pull/247375**\n\n>⚠️ Note: This PR should be merged only when the [backend\nPR](#247375) is merged and\nreleased in Serverless (after Monday 19-Jan-2026).\n\n## Summary\nThis PR builds on top of the [backend\nPR](#247375) and adds frontend\nchanges for the installation review pagination.\n\n## Changes\n- If `page` parameter is not passed, it's defaulted to 1. If `per_page`\nparameter is not passed it's defaulted to 20.\n- UI code now sends `page` and `per_page` parameters.\n- Client-side sorting and filtering was removed. It now happens on the\nbackend.\n- Added Cypress tests to match the test plan.\n- Refactored `reviewRuleInstallationHandler` to make it more readable,\nas suggested in the feedback for the backend PR.","sha":"2a8528027e41a5e0f17e9e401d0926f516419360"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","8.19"],"targetPullRequestStates":[{"branch":"9.3","label":"v9.3.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/249913","number":249913,"state":"MERGED","mergeCommit":{"sha":"b6297bbc54e274ced69eb9b28f63271c74808daa","message":"[9.3] [Security Solution] Installation review pagination: Frontend (#248259) (#249913)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.3`:\n- [[Security Solution] Installation review pagination: Frontend\n(#248259)](https://github.com/elastic/kibana/pull/248259)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: Nikita Indik <nikita.indik@elastic.co>"}},{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/248259","number":248259,"mergeCommit":{"message":"[Security Solution] Installation review pagination: Frontend (#248259)\n\n**Partially addresses: https://github.com/elastic/kibana/issues/241656**\n**Backend PR: https://github.com/elastic/kibana/pull/247375**\n\n>⚠️ Note: This PR should be merged only when the [backend\nPR](#247375) is merged and\nreleased in Serverless (after Monday 19-Jan-2026).\n\n## Summary\nThis PR builds on top of the [backend\nPR](#247375) and adds frontend\nchanges for the installation review pagination.\n\n## Changes\n- If `page` parameter is not passed, it's defaulted to 1. If `per_page`\nparameter is not passed it's defaulted to 20.\n- UI code now sends `page` and `per_page` parameters.\n- Client-side sorting and filtering was removed. It now happens on the\nbackend.\n- Added Cypress tests to match the test plan.\n- Refactored `reviewRuleInstallationHandler` to make it more readable,\nas suggested in the feedback for the backend PR.","sha":"2a8528027e41a5e0f17e9e401d0926f516419360"}},{"branch":"9.2","label":"v9.2.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.11","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
nikitaindik
added a commit
that referenced
this pull request
Jan 23, 2026
…248259) (#250011) # Backport This will backport the following commits from `main` to `8.19`: - [[Security Solution] Installation review pagination: Frontend (#248259)](#248259) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Nikita Indik","email":"nikita.indik@elastic.co"},"sourceCommit":{"committedDate":"2026-01-21T16:24:33Z","message":"[Security Solution] Installation review pagination: Frontend (#248259)\n\n**Partially addresses: https://github.com/elastic/kibana/issues/241656**\n**Backend PR: https://github.com/elastic/kibana/pull/247375**\n\n>⚠️ Note: This PR should be merged only when the [backend\nPR](#247375) is merged and\nreleased in Serverless (after Monday 19-Jan-2026).\n\n## Summary\nThis PR builds on top of the [backend\nPR](#247375) and adds frontend\nchanges for the installation review pagination.\n\n## Changes\n- If `page` parameter is not passed, it's defaulted to 1. If `per_page`\nparameter is not passed it's defaulted to 20.\n- UI code now sends `page` and `per_page` parameters.\n- Client-side sorting and filtering was removed. It now happens on the\nbackend.\n- Added Cypress tests to match the test plan.\n- Refactored `reviewRuleInstallationHandler` to make it more readable,\nas suggested in the feedback for the backend PR.","sha":"2a8528027e41a5e0f17e9e401d0926f516419360","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","performance","Team:Detections and Resp","Team: SecuritySolution","Team:Detection Rule Management","Feature:Prebuilt Detection Rules","ci:build-cloud-image","backport:version","v9.3.0","v9.4.0","v9.2.5","v8.19.11"],"title":"[Security Solution] Installation review pagination: Frontend","number":248259,"url":"https://github.com/elastic/kibana/pull/248259","mergeCommit":{"message":"[Security Solution] Installation review pagination: Frontend (#248259)\n\n**Partially addresses: https://github.com/elastic/kibana/issues/241656**\n**Backend PR: https://github.com/elastic/kibana/pull/247375**\n\n>⚠️ Note: This PR should be merged only when the [backend\nPR](#247375) is merged and\nreleased in Serverless (after Monday 19-Jan-2026).\n\n## Summary\nThis PR builds on top of the [backend\nPR](#247375) and adds frontend\nchanges for the installation review pagination.\n\n## Changes\n- If `page` parameter is not passed, it's defaulted to 1. If `per_page`\nparameter is not passed it's defaulted to 20.\n- UI code now sends `page` and `per_page` parameters.\n- Client-side sorting and filtering was removed. It now happens on the\nbackend.\n- Added Cypress tests to match the test plan.\n- Refactored `reviewRuleInstallationHandler` to make it more readable,\nas suggested in the feedback for the backend PR.","sha":"2a8528027e41a5e0f17e9e401d0926f516419360"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","8.19"],"targetPullRequestStates":[{"branch":"9.3","label":"v9.3.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/249913","number":249913,"state":"MERGED","mergeCommit":{"sha":"b6297bbc54e274ced69eb9b28f63271c74808daa","message":"[9.3] [Security Solution] Installation review pagination: Frontend (#248259) (#249913)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.3`:\n- [[Security Solution] Installation review pagination: Frontend\n(#248259)](https://github.com/elastic/kibana/pull/248259)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: Nikita Indik <nikita.indik@elastic.co>"}},{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/248259","number":248259,"mergeCommit":{"message":"[Security Solution] Installation review pagination: Frontend (#248259)\n\n**Partially addresses: https://github.com/elastic/kibana/issues/241656**\n**Backend PR: https://github.com/elastic/kibana/pull/247375**\n\n>⚠️ Note: This PR should be merged only when the [backend\nPR](#247375) is merged and\nreleased in Serverless (after Monday 19-Jan-2026).\n\n## Summary\nThis PR builds on top of the [backend\nPR](#247375) and adds frontend\nchanges for the installation review pagination.\n\n## Changes\n- If `page` parameter is not passed, it's defaulted to 1. If `per_page`\nparameter is not passed it's defaulted to 20.\n- UI code now sends `page` and `per_page` parameters.\n- Client-side sorting and filtering was removed. It now happens on the\nbackend.\n- Added Cypress tests to match the test plan.\n- Refactored `reviewRuleInstallationHandler` to make it more readable,\nas suggested in the feedback for the backend PR.","sha":"2a8528027e41a5e0f17e9e401d0926f516419360"}},{"branch":"9.2","label":"v9.2.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.11","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Backport
This will backport the following commits from
mainto9.3:Questions ?
Please refer to the Backport tool documentation