Skip to content

Commit

Permalink
Merge branch 'develop' into feat/9887 IQSS#9887
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Apr 11, 2024
2 parents 12fe4cd + a0d7cd2 commit 0806eab
Show file tree
Hide file tree
Showing 132 changed files with 2,897 additions and 727 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_IMAGE=gdcc/dataverse:unstable
POSTGRES_VERSION=13
POSTGRES_VERSION=16
DATAVERSE_DB_USER=dataverse
SOLR_VERSION=9.3.0
SKIP_DEPLOY=0
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ src/main/webapp/resources/images/dataverseproject.png.thumb140

# Docker development volumes
/docker-dev-volumes
/.vs
1 change: 0 additions & 1 deletion doc/release-notes/10101-qa-guide.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions doc/release-notes/10216-metadatablocks.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/release-notes/10238-container-demo.md

This file was deleted.

5 changes: 0 additions & 5 deletions doc/release-notes/10240-file-citation.md

This file was deleted.

10 changes: 0 additions & 10 deletions doc/release-notes/10280-get-file-api-extension.md

This file was deleted.

5 changes: 0 additions & 5 deletions doc/release-notes/10286-return-owner-added-to-get-apis.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/release-notes/10297-metadata-api-fix.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/release-notes/10318-uningest-and-reingest.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The API endpoint for getting the Dataset version has been extended to include latestVersionPublishingStatus.

This file was deleted.

1 change: 1 addition & 0 deletions doc/release-notes/10339-workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The computational workflow metadata block has been updated to present a clickable link for the External Code Repository URL field.

This file was deleted.

3 changes: 0 additions & 3 deletions doc/release-notes/10360-binder-redirect.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/release-notes/10382-optional-croissant-exporter.md

This file was deleted.

6 changes: 6 additions & 0 deletions doc/release-notes/10389-metadatablocks-api-extension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
New optional query parameters added to ``api/metadatablocks`` and ``api/dataverses/{id}/metadatablocks`` endpoints:

- ``returnDatasetFieldTypes``: Whether or not to return the dataset field types present in each metadata block. If not set, the default value is false.
- ``onlyDisplayedOnCreate``: Whether or not to return only the metadata blocks that are displayed on dataset creation. If ``returnDatasetFieldTypes`` is true, only the dataset field types shown on dataset creation will be returned within each metadata block. If not set, the default value is false.

Added new ``displayOnCreate`` field to the MetadataBlock and DatasetFieldType payloads.
3 changes: 3 additions & 0 deletions doc/release-notes/10464-add-name-harvesting-client-facet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The Metadata Source facet has been updated to show the name of the harvesting client rather than grouping all such datasets under 'harvested'

TODO: for the v6.13 release note: Please add a full re-index using http://localhost:8080/api/admin/index to the upgrade instructions.
1 change: 1 addition & 0 deletions doc/release-notes/10468-doc-datalad-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DataLad has been integrated with Dataverse. For more information, see https://dataverse-guide--10470.org.readthedocs.build/en/10470/admin/integrations.html#datalad
4 changes: 0 additions & 4 deletions doc/release-notes/3437-new-index-api-added.md

This file was deleted.

37 changes: 0 additions & 37 deletions doc/release-notes/3623-multipid.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc/release-notes/3702-return-to-author.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc/release-notes/5645-geospatial-props-nslong-fix.md

This file was deleted.

3 changes: 2 additions & 1 deletion doc/release-notes/6.1-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Upgrading requires a maintenance window and downtime. Please plan ahead, create

These instructions assume that you've already upgraded through all the 5.x releases and are now running Dataverse 6.0.

0\. These instructions assume that you are upgrading from 6.0. If you are running an earlier version, the only safe way to upgrade is to progress through the upgrades to all the releases in between before attempting the upgrade to 5.14.
0\. These instructions assume that you are upgrading from 6.0. If you are running an earlier version, the only safe way to upgrade is to progress through the upgrades to all the releases in between before attempting the upgrade to 6.1.

If you are running Payara as a non-root user (and you should be!), **remember not to execute the commands below as root**. Use `sudo` to change to that user first. For example, `sudo -i -u dataverse` if `dataverse` is your dedicated application user.

Expand Down Expand Up @@ -288,6 +288,7 @@ As noted above, deployment of the war file might take several minutes due a data

6a\. Update Citation Metadata Block (to make Alternative Title repeatable)

- `wget https://github.com/IQSS/dataverse/releases/download/v6.1/citation.tsv`
- `curl http://localhost:8080/api/admin/datasetfield/load -H "Content-type: text/tab-separated-values" -X POST --upload-file scripts/api/data/metadatablocks/citation.tsv`

7\. Upate Solr schema.xml to allow multiple Alternative Titles to be used. See specific instructions below for those installations without custom metadata blocks (7a) and those with custom metadata blocks (7b).
Expand Down
Loading

0 comments on commit 0806eab

Please sign in to comment.