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

[mongodb] Fix Collection Filter and Pagination #612

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

ricoberger
Copy link
Member

The pagination and filter on the collections page was not working, because we forgot to add the filter and slice (for pagination) to the array of collections. This should now be fixed, so that a user can view all collections and filter them.

@ricoberger ricoberger added the changelog: fixed Something which wasn't working is fixed label Feb 6, 2024
The pagination and filter on the collections page was not working,
because we forgot to add the `filter` and `slice` (for pagination) to
the array of collections. This should now be fixed, so that a user can
view all collections and filter them.
@ricoberger ricoberger force-pushed the mongodb-fix-collection-pagination-and-filter branch from 06a469b to 2d271de Compare February 6, 2024 13:17
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (adb9641) 72.17% compared to head (2d271de) 95.89%.
Report is 1 commits behind head on main.

Files Patch % Lines
...pp/packages/mongodb/src/components/Collections.tsx 92.85% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #612       +/-   ##
===========================================
+ Coverage   72.17%   95.89%   +23.71%     
===========================================
  Files         430       16      -414     
  Lines       66710     2315    -64395     
  Branches     2883      196     -2687     
===========================================
- Hits        48150     2220    -45930     
+ Misses      18256       95    -18161     
+ Partials      304        0      -304     
Flag Coverage Δ
go ?
node-app ?
node-azure ?
node-core ?
node-datadog ?
node-elasticsearch ?
node-flux ?
node-github ?
node-grafana ?
node-harbor ?
node-helm ?
node-jaeger ?
node-jira ?
node-kiali ?
node-klogs ?
node-mongodb 95.89% <92.85%> (+0.01%) ⬆️
node-opsgenie ?
node-prometheus ?
node-rss ?
node-runbooks ?
node-signalsciences ?
node-sonarqube ?
node-sql ?
node-techdocs ?
node-velero ?

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ricoberger ricoberger merged commit 9a707d6 into main Feb 6, 2024
30 checks passed
@ricoberger ricoberger deleted the mongodb-fix-collection-pagination-and-filter branch February 6, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: fixed Something which wasn't working is fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant