11892 bulk export#12387
Draft
poikilotherm wants to merge 9 commits intoIQSS:developfrom
Draft
Conversation
Need to enable Maven Central Snapshots to pull the dependency in from there.
…11892 Introduced `DatasetExportQuery` and `FileExportQuery` carrying methods, providing enhanced dataset and file detail exports with additional filtering and pagination options. Most of the methods are very trivial implementations and not optimized in any way. This is only done here to start working on the new multi-export features.
… compile plugin configuration
… less messy in `JsonResponseBuilder`
…t data providers The tests should be refactored to generate the providers instead of the brute force definitions.
Moved `StringReader` instantiation before `DocumentBuilder` to avoid redundant method calls and clarified exception handling.
Added `MultiDatasetExportRequest` DTO and corresponding `POST /datasets/export` endpoint to export multiple datasets with a single exporter.
…tadata exporter Added new `BibTex` exporter supporting single and multi-dataset exports, with XPath-based parsing of DataCite XML, author extraction, and BibTeX-type mapping.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Which issue(s) this PR closes:
Special notes for your reviewer:
This will stay a draft for some time, as it depends on the adoption of #12135. Also, working on it may influence more things. For now, this PR is mostly a proof of concept.
Suggestions on how to test this:
None yet. Build and run, see BibTex exporter in action, try the endpoint.
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
It's not intended to change the UI.
Is there a release notes update needed for this change?:
Yes, certainly, but not now.
Additional documentation:
None yet.