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

Fix catalogs not returning correct/all subcatalogs #18

Merged
merged 3 commits into from
Aug 28, 2024
Merged

Conversation

ptomasula
Copy link
Collaborator

When building against a catalogs with multiple subcatalogs that do not have datasets in the sub catalog's root, the /Catalogs endpoint for the root application was returning the first subcatalogs information. This made it difficult to navigate and identify datasets in the root catalog.

ptomasula and others added 3 commits August 28, 2024 11:01
There was a missing prefix on the logic that would mount subcatalogs to the main application's router. This would case that subcatalogs endpoints for /datasetsm /catalogs, etc. to return in place of the root catalog.
@ptomasula ptomasula merged commit 2a2cb3f into main Aug 28, 2024
2 checks passed
@ptomasula ptomasula deleted the timeout-fix branch August 28, 2024 15:09
Copy link

codecov bot commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.22%. Comparing base (206673a) to head (f2d674c).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #18   +/-   ##
=======================================
  Coverage   86.22%   86.22%           
=======================================
  Files          18       18           
  Lines         646      646           
=======================================
  Hits          557      557           
  Misses         89       89           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant