-
Notifications
You must be signed in to change notification settings - Fork 923
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
[Backport 2.x] [Discover] Display Cache Time and Clear Cache Button #8421
Conversation
* initial commit for cache time and clearing cache Signed-off-by: Sean Li <[email protected]> * Changeset file for PR #8214 created/updated * updating UI to address some comments Signed-off-by: Sean Li <[email protected]> * addressing comments, adding tests Signed-off-by: Sean Li <[email protected]> * removing dynamic default message, following i18n best practice Signed-off-by: Sean Li <[email protected]> --------- Signed-off-by: Sean Li <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit a7f3e9d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #8421 +/- ##
==========================================
- Coverage 61.01% 61.01% -0.01%
==========================================
Files 3750 3750
Lines 89130 89139 +9
Branches 13922 13924 +2
==========================================
+ Hits 54384 54386 +2
- Misses 31371 31376 +5
- Partials 3375 3377 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ect#8214) (opensearch-project#8421) * initial commit for cache time and clearing cache * Changeset file for PR opensearch-project#8214 created/updated * updating UI to address some comments * addressing comments, adding tests * removing dynamic default message, following i18n best practice --------- (cherry picked from commit a7f3e9d) Signed-off-by: Sean Li <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Backport a7f3e9d from #8214.