forked from IQSS/dataverse
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into 10681_update_shellspec IQSS#10681
- Loading branch information
Showing
63 changed files
with
1,375 additions
and
432 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Thank you for contributing to the Dataverse Project through the creation of a bu | |
WARNING: If this is a security issue it should be reported privately to [email protected] | ||
More information on bug issues and contributions can be found in the "Contributing to Dataverse" page: | ||
https://github.com/IQSS/dataverse/blob/develop/CONTRIBUTING.md#bug-reportsissues | ||
https://guides.dataverse.org/en/latest/contributor/index.html | ||
Please fill out as much of the template as you can. | ||
Start below this comment section. | ||
|
@@ -44,7 +44,6 @@ Start below this comment section. | |
**Any related open or closed issues to this bug report?** | ||
|
||
|
||
|
||
**Screenshots:** | ||
|
||
No matter the issue, screenshots are always welcome. | ||
|
@@ -53,3 +52,7 @@ To add a screenshot, please use one of the following formats and/or methods desc | |
|
||
* https://help.github.com/en/articles/file-attachments-on-issues-and-pull-requests | ||
* | ||
|
||
|
||
**Are you thinking about creating a pull request for this issue?** | ||
Help is always welcome, is this bug something you or your organization plan to fix? |
This file contains 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 file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
name: Idea proposal | ||
about: Propose a new idea for discussion to improve the Dataverse software! | ||
title: 'Suggestion:' | ||
labels: 'Type: Suggestion' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Thank you for contributing to the Dataverse Project through the creation of a feature request! | ||
More information on ideas/feature requests and contributions can be found in the "Contributing to Dataverse" page: | ||
https://guides.dataverse.org/en/latest/contributor/index.html | ||
Please fill out as much of the template as you can. | ||
Start below this comment section. | ||
--> | ||
|
||
**Overview of the Suggestion** | ||
|
||
|
||
**What kind of user is the suggestion intended for?** | ||
(Example users roles: API User, Curator, Depositor, Guest, Superuser, Sysadmin) | ||
|
||
|
||
**What inspired this idea?** | ||
|
||
|
||
**What existing behavior do you want changed?** | ||
|
||
|
||
**Any brand new behavior do you want to add to Dataverse?** | ||
|
||
|
||
**Any open or closed issues related to this suggestion?** | ||
|
||
|
||
**Are you thinking about creating a pull request for this issue?** | ||
Help is always welcome, is this idea something you or your organization plan to implement? |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
A new metadata export format called Croissant is now available as an external metadata exporter. It is oriented toward making datasets consumable by machine learning. | ||
|
||
When enabled, Croissant replaces the Schema.org JSON-LD format in the `<head>` of dataset landing pages. For details, see the [Schema.org JSON-LD/Croissant Metadata](https://dataverse-guide--10533.org.readthedocs.build/en/10533/admin/discoverability.html#schema-org-head) under the discoverability section of the Admin Guide. | ||
|
||
For more about the Croissant exporter, see https://github.com/gdcc/exporter-croissant | ||
|
||
For installation instructions, see [Enabling External Exporters](https://dataverse-guide--10533.org.readthedocs.build/en/10533/installation/advanced.html#enabling-external-exporters) in the Installation Guide. | ||
|
||
See also Issue #10341 and PR #10533. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Security and Compatibility Fixes to the Container Base Image | ||
|
||
- Switch "wait-for" to "wait4x", aligned with the Configbaker Image | ||
- Update "jattach" to v2.2 | ||
- Install AMD64 / ARM64 versions of tools as necessary | ||
- Run base image as unprivileged user by default instead of `root` - this was an oversight from OpenShift changes | ||
- Linux User, Payara Admin and Domain Master passwords: | ||
- Print hints about default, public knowledge passwords in place for | ||
- Enable replacing these passwords at container boot time | ||
- Enable building with updates Temurin JRE image based on Ubuntu 24.04 LTS | ||
- Fix entrypoint script troubles with pre- and postboot script files | ||
- Unify location of files at CONFIG_DIR=/opt/payara/config, avoid writing to other places |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The addDataverse (/api/dataverses/{identifier}) API endpoint has been extended to allow adding metadata blocks, input levels and facet ids at creation time, as the Dataverse page in create mode does in JSF. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
When datasets have neither a license nor custom terms of use the display will indicate this. Also, these datasets will no longer be indexed as having custom terms. |
5 changes: 5 additions & 0 deletions
5
doc/release-notes/8945-ignore-shapefiles-under-hidden-directories-in-zip.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
### Shapefile Handling will now ignore files under a hidden directory within the zip file | ||
|
||
Directories that are hidden will be ignored when determining if a zip file contains Shapefile files. | ||
|
||
For more information, see #8945. |
6 changes: 6 additions & 0 deletions
6
doc/release-notes/9081-CC0-waiver-turned-into-custom-license.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
In an earlier Dataverse release, Datasets with only 'CC0 Waiver' in termsofuse field were converted to 'Custom License' instead of CC0 1.0 licenses during an automated process. A new process was added to correct this. Only Datasets with no terms other than the one create by the previous process will be modified. | ||
- The existing 'Terms of Use' must be equal to 'This dataset is made available under a Creative Commons CC0 license with the following additional/modified terms and conditions: CC0 Waiver' | ||
- The following terms fields must be empty: Confidentiality Declaration, Special Permissions, Restrictions, Citation Requirements, Depositor Requirements, Conditions, and Disclaimer. | ||
- The License ID must not be assigned. | ||
|
||
This process will set the License ID to that of the CC0 1.0 license and remove the contents of termsofuse field. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* When any `ApiBlockingFilter` policy applies to a request, the JSON in the body of the error response is now valid JSON. | ||
In case an API client did any special processing to allow it to parse the body, that is no longer necessary. | ||
The status code of such responses has not changed. |
65 changes: 65 additions & 0 deletions
65
doc/sphinx-guides/source/_static/api/dataverse-complete-optional-params.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"name": "Scientific Research", | ||
"alias": "science", | ||
"dataverseContacts": [ | ||
{ | ||
"contactEmail": "[email protected]" | ||
}, | ||
{ | ||
"contactEmail": "[email protected]" | ||
} | ||
], | ||
"affiliation": "Scientific Research University", | ||
"description": "We do all the science.", | ||
"dataverseType": "LABORATORY", | ||
"metadataBlocks": { | ||
"metadataBlockNames": [ | ||
"citation", "geospatial" | ||
], | ||
"inputLevels": [ | ||
{ | ||
"datasetFieldTypeName": "geographicCoverage", | ||
"include": true, | ||
"required": true | ||
}, | ||
{ | ||
"datasetFieldTypeName": "country", | ||
"include": true, | ||
"required": true | ||
}, | ||
{ | ||
"datasetFieldTypeName": "geographicUnit", | ||
"include": false, | ||
"required": false | ||
}, | ||
{ | ||
"datasetFieldTypeName": "geographicBoundingBox", | ||
"include": false, | ||
"required": false | ||
}, | ||
{ | ||
"datasetFieldTypeName": "westLongitude", | ||
"include": false, | ||
"required": false | ||
}, | ||
{ | ||
"datasetFieldTypeName": "eastLongitude", | ||
"include": false, | ||
"required": false | ||
}, | ||
{ | ||
"datasetFieldTypeName": "northLatitude", | ||
"include": false, | ||
"required": false | ||
}, | ||
{ | ||
"datasetFieldTypeName": "southLatitude", | ||
"include": false, | ||
"required": false | ||
} | ||
], | ||
"facetIds": [ | ||
"authorName", "authorAffiliation" | ||
] | ||
} | ||
} |
This file contains 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 file contains 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 file contains 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
Oops, something went wrong.