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.x] [Dashboards listing] fix listing limit #4033

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 <kavilla414@gmail.com>
(cherry picked from commit 8121c9d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md
@codecov
Copy link

codecov bot commented May 15, 2023

Codecov Report

Merging #4033 (cc3f638) into 2.x (afdb244) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              2.x    #4033   +/-   ##
=======================================
  Coverage   66.44%   66.45%           
=======================================
  Files        3229     3229           
  Lines       62045    62045           
  Branches     9597     9597           
=======================================
+ Hits        41226    41230    +4     
+ Misses      18517    18514    -3     
+ Partials     2302     2301    -1     
Flag Coverage Δ
Linux 66.39% <ø> (+<0.01%) ⬆️
Windows 66.39% <ø> (ø)

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

see 2 files with indirect coverage changes

@abbyhu2000 abbyhu2000 added the Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry label May 16, 2023
@kavilla kavilla merged commit 6c8ce1a into 2.x May 17, 2023
@github-actions github-actions bot deleted the backport/backport-4021-to-2.x branch May 17, 2023 21:53
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