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

vs using sitemap.xml fork branch #389

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

vs using sitemap.xml fork branch #389

wants to merge 5 commits into from

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.

3 participants