Skip to content
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.7] [Dashboards listing] fix listing limit #4034

Merged
merged 2 commits into from
May 17, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 8121c9d from #4021.

Initial page size was passed to the search function instead
of the listing limit causing the max amount received to be
significantly less than the previously implementation.

Saved objects per page is `20` by default and the listing
limit per page is `1000` by default.

Issue:
#4017

Signed-off-by: Kawika Avilla <[email protected]>
(cherry picked from commit 8121c9d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@codecov
Copy link

codecov bot commented May 15, 2023

Codecov Report

Merging #4034 (90a219b) into 2.7 (5d4feb2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              2.7    #4034   +/-   ##
=======================================
  Coverage   66.39%   66.39%           
=======================================
  Files        3229     3229           
  Lines       62045    62045           
  Branches     9597     9597           
=======================================
  Hits        41196    41196           
  Misses      18542    18542           
  Partials     2307     2307           
Flag Coverage Δ
Linux 66.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@kavilla kavilla added the Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry label May 17, 2023
@kavilla kavilla merged commit e9c568a into 2.7 May 17, 2023
@github-actions github-actions bot deleted the backport/backport-4021-to-2.7 branch May 17, 2023 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants