Skip to content

Conversation

@MBcode
Copy link
Contributor

@MBcode MBcode commented Oct 14, 2022

Description

Review Time Estimate

  • Immediately
  • Within one week
  • [ x] When possible

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • [ x] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • [ x] I have updated the CHANGELOG.md.
  • I have signed the CLA
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@MBcode
Copy link
Contributor Author

MBcode commented Oct 14, 2022

add-sitemap-route branch for issue351 A test has been up through all the versions so far

getDatasets for User.anonymous for now, vs using the route
can look at possible caching and changing list limit in next iteration
from remote sitemap.xml branch
from remote sitemap.xml branch
@MBcode MBcode marked this pull request as ready for review October 28, 2022 14:13
Copy link
Member

@lmarini lmarini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently we return all datasets, including private ones. I think we should only return public ones. We are calling TreeService.getDatasets() which returns datasets Permission.ViewDataset. We should probably just return public datasets.

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.

4 participants