Releases: IQSS/dataverse-uploader
Releases · IQSS/dataverse-uploader
Dataverse Uploader Action
What's Changed
- use modern pyDataverse and requests by @pdurbin in #29 to fix #28 (TypeError: unhashable type: 'dict')
Full Changelog: v1.6...v1.7
Dataverse Uploader Action
Dataverse Uploader Action
Dataverse Uploader Action
- Added support for uploading multiple GitHub dirs (
GITHUB_DIR) instead of a single one. - Documented uploading multiple dirs with an example in
README.md. - Added a Q&A in
README.mdbased on existing questions. - Improved
CONTRIBUTING.mdwith details on setting up the env and local testing.
Dataverse Uploader Action
- Bug fix with optional and mandatory arguments.
Dataverse Uploader Action
- Set
publishto False by default - Add documentation and Q&A
Dataverse Uploader Action
- Checks if dataset locks at upload and gives the server more time to ingest files.
- Added cross reference to DVUploader.
Dataverse Uploader Action
This action uploads content from a GitHub repository to a Dataverse installation. When the workflow is triggered, it will first delete the old content in the Dataverse dataset and then upload the new content from the GitHub repository.
- There is an optional feature to upload files from a single subdirectory (i.e.,
data) instead of the whole repository. - This action will preserve the directory structure (file paths) of the repository.
- The subdirectories
.gitand.githubare ignored and not uploaded to Dataverse.