-
Notifications
You must be signed in to change notification settings - Fork 534
Make Croissant built-in to Dataverse (no longer an external exporter) #12130
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
Open
pdurbin
wants to merge
10
commits into
develop
Choose a base branch
from
11254-croissant-builtin
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+5,463
−19
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
poikilotherm
reviewed
Feb 3, 2026
src/main/java/edu/harvard/iq/dataverse/settings/FeatureFlags.java
Outdated
Show resolved
Hide resolved
Member
Author
|
📦 Pushed preview images as 🚢 See on GHCR. Use by referencing with full name as printed above, mind the registry name. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Croissant
Croissant and Kaggle related work
Feature: Metadata
FY26 Sprint 15
FY26 Sprint 15 (2026-01-14 - 2026-01-28)
FY26 Sprint 16
FY26 Sprint 16 (2026-01-28 - 2026-02-11)
FY26 Sprint 17
FY26 Sprint 17 (2026-02-11 - 2026-02-25)
Project: Trusted Data
Size: 20
A percentage of a sprint. 14 hours.
Type: Suggestion
an idea
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
For users, Croissant is increasingly popular and less experimental so it makes sense to enable support for it out of the box in Dataverse, which is what #11254 is about.
For developers, a series of planned changes to Croissant means that it will be easier to maintain the code as part of the core rather than as an external exporter. Once this pull request is merged, it would make sense to work on the following issues in the order below:
Which issue(s) this PR closes:
Special notes for your reviewer:
The code is equivalent to version 0.1.6 of the external exporter.
In the external code, I was using Spotless to format the code. I'm keeping this (adding Spotless) but limiting it to Croissant classes for now. I'm very interested in our team programmatically formatting code in the backend, like we do in the frontend. I don't mind if we use a different command-line tool. Spotless could be considered a starting point.
Suggestions on how to test this:
Confirm the new feature flag is working.
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Yes, Croissant now appears out of the box:
Is there a release notes update needed for this change?:
Yes, included.
Additional documentation:
A good entry point for previewing doc changes: https://dataverse-guide--12130.org.readthedocs.build/en/12130/admin/discoverability.html#croissant-metadata-in-the-head-of-dataset-landing-pages