[Cases] Show warning when all cases table reaches 10k cases message#164323
Merged
js-jankisalvi merged 13 commits intoelastic:mainfrom Aug 24, 2023
Merged
[Cases] Show warning when all cases table reaches 10k cases message#164323js-jankisalvi merged 13 commits intoelastic:mainfrom
js-jankisalvi merged 13 commits intoelastic:mainfrom
Conversation
…-ref HEAD~1..HEAD --fix'
…kibana into 10k-cases-message
Contributor
|
Pinging @elastic/response-ops (Team:ResponseOps) |
Contributor
|
Pinging @elastic/response-ops-cases (Feature:Cases) |
adcoelho
reviewed
Aug 23, 2023
x-pack/plugins/cases/public/components/all_cases/utility_bar.tsx
Outdated
Show resolved
Hide resolved
adcoelho
reviewed
Aug 23, 2023
adcoelho
reviewed
Aug 23, 2023
x-pack/plugins/cases/public/components/all_cases/utility_bar.tsx
Outdated
Show resolved
Hide resolved
adcoelho
approved these changes
Aug 23, 2023
Contributor
adcoelho
left a comment
There was a problem hiding this comment.
LGTM and works fine.
I am just not sure about two things:
- do we want to display
totalItemsorMAX_DOCSin the error message? - when do we display the message
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
jloleysens
added a commit
that referenced
this pull request
Aug 24, 2023
* main: (3152 commits) [Security Solution][Detection Engine] fixes 410 error on index legacy template call (#164682) [SavedObjects] Create serverless roots for jest integration tests (#164157) Create upselling package and implement EntityAnalytics serverless upselling (#164136) [Fleet] Change 'Out-of-date' to 'Outdated policy' in agent list table (#164673) [IndexManagement] Use internal base path for API (#164665) [Profiling] removing ~ symbol (#164595) [Telemetry] Fetch snapshot: allow specifying the version via querystring (#164670) [Cases] Show warning when all cases table reaches 10k cases message (#164323) [ML] Removing token list from text expansion model testing (#164560) [Fleet] Add secrets package API integration test (#164583) [Fleet] Fix security solution tag id (#164582) [Security Solution] Modal says "duplicating 0 rules" when you duplicate an individual rule (#163908) [api-docs] 2023-08-24 Daily api_docs build (#164658) [APM] Cleanup alerting api tests (#164438) Upgrade EUI to 87.2.0 (#164385) [ML] Fix query bar autocompletion for ML and AIOps embeddables (#164485) [Fleet] Fix flaky unit test for the details page (#164641) [Security Solution] update codeowner for serverless security subdir (#164640) [Security Solution] Fixes Assistant Connector and Actions RBAC Flow (#164382) [Discover] Removing large string truncation from doc viewer (#164236) ...
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.
Summary
Fixes #154625
Note: Cases max limit is set as 40 for below recording:
10k.cases.mov
Checklist
Delete any items that are not applicable to this PR.
For maintainers
Release Note:
Show a warning message to inform user that navigating after the 10Kth case is not possible.