Skip to content

Releases: IQSS/dataverse-uploader

Dataverse Uploader Action

25 Jan 17:26
6db4fd4
Compare
Choose a tag to compare
  • 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.md based on existing questions.
  • Improved CONTRIBUTING.md with details on setting up the env and local testing.

Dataverse Uploader Action

27 Jun 19:50
Compare
Choose a tag to compare
  • Bug fix with optional and mandatory arguments.

Dataverse Uploader Action

13 Jun 20:31
Compare
Choose a tag to compare
  • Set publish to False by default
  • Add documentation and Q&A

Dataverse Uploader Action

01 Dec 16:16
a91124c
Compare
Choose a tag to compare
  • Checks if dataset locks at upload and gives the server more time to ingest files.
  • Added cross reference to DVUploader.

Dataverse Uploader Action

13 Nov 21:12
Compare
Choose a tag to compare

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 .git and .github are ignored and not uploaded to Dataverse.