dataverse
dataverse copied to clipboard
Open source research data repository software
To reproduce: Create and publish a dataset (no content was used in testing). After publish, then upload a small tabular file (csv was used). Then click publish from the dataset...
Hat tip to @poikilotherm who [posted][] in chat a link to a video in which Steve Millidge, founder of Payara, answered a question about how long Payara 5 Community Edition...
This is a followup issue for IQSS/dataverse#8372 (PR IQSS/dataverse#8753). Once that is merged we can proceed cleaning up and refactoring the remaining old OAI code. Some of that code predates...
**Overview of the Feature Request** Rsync over SSH is advertised in the doc as a feature of Dataverse. I struggled through the docs to configure it. In the end I...
Our datasetfieldtype setup relies on the fields being unique *across all the metadatablocks* installed. That's how the API knows if it's a new field, or a field that needs to...
# THIS PR RELIES ON #8823 BEING MERGED FIRST, AS IT CONTAINS THOSE COMMITS, TOO! (Technically you could also merge this one, but it might help to reduce brain load...
https://dataversecommunity.slack.com just reached its 10,000 message limit. The "learn more" button goes to https://app.slack.com/plans/T5V7KNU05?feature=unlimited_messages What are our options? - Switch to https://chat.dataverse.org - Switch to some other chat solution -...
# THIS PR RELIES ON #8823 BEING MERGED FIRST, AS IT CONTAINS THOSE COMMITS, TOO! (Technically you could also merge this one, but it might help to reduce brain load...
**What this PR does / why we need it**: This PR adds extra API endpoints: - to do a reExport of metadata (cached files) for a specific dataset - to...
A followup issue for #8372 (PR #8753). The existing restassured tests are fairly primitive. We need tests covering all the OAI functionality we provide.