Skip to content

Locally FAIR Data#12319

Open
qqmyers wants to merge 48 commits intoIQSS:developfrom
GlobalDataverseCommunityConsortium:LocallyFAIR
Open

Locally FAIR Data#12319
qqmyers wants to merge 48 commits intoIQSS:developfrom
GlobalDataverseCommunityConsortium:LocallyFAIR

Conversation

@qqmyers
Copy link
Copy Markdown
Member

@qqmyers qqmyers commented Apr 10, 2026

What this PR does / why we need it: Implements the functionality described in "Locally FAIR" Data: Restricting Data Visibility in Dataverse Installations, allowing the visibility and accessibility of published collections and their published datasets/datafiles to be limited to specific groups.

Which issue(s) this PR closes:

  • Closes #

Special notes for your reviewer: https://docs.google.com/document/d/1PPmPsAX8sbQYYdrU5s0Xc2d9YXw_5ROwkKaajT194P4/edit?usp=sharing and https://docs.google.com/document/d/1KBqRIkhRdJWCSs6wIRrnreJNLqWJoISIlqOZmDSTI9Q/edit?usp=sharing are additional resources.

Suggestions on how to test this: There are IT tests. For the UI, a superuser can add a user/group from the Collection/General Info pane and, once that's done, only the selected users should see new content in the collection. Reindexing would make existing published items disappear from search for unauthenticated users.

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

Is there a release notes update needed for this change?: inc.

Additional documentation:

used when dataverse.feature.add-publicobject-solr-field is not set
# Conflicts:
#	src/main/java/edu/harvard/iq/dataverse/search/SolrIndexServiceBean.java
public Response getMakeDataCountMetricCurrentMonth(@Context ContainerRequestContext crc, @PathParam("id") String idSupplied, @PathParam("metric") String metricSupplied, @QueryParam("country") String country) {
String nullCurrentMonth = null;
return getMakeDataCountMetric(idSupplied, metricSupplied, nullCurrentMonth, country);
return getMakeDataCountMetric(crc, idSupplied, metricSupplied, nullCurrentMonth, country);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This alert isn't related to the changes in this PR. Could be handled as a new issue/PR.

@qqmyers qqmyers modified the milestone: 6.11 May 5, 2026
@qqmyers qqmyers added HDC Harvard Data Commons GDCC: Harvard related to GDCC work for Harvard labels May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GDCC: Harvard related to GDCC work for Harvard HDC Harvard Data Commons

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants